Last updated on 2023-11-28 23:04:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.0 | 37.97 | 43.62 | 81.59 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.5.0 | 31.57 | 33.29 | 64.86 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 107.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 117.60 | OK | |||
r-devel-windows-x86_64 | 1.5.0 | 30.00 | 80.00 | 110.00 | WARN | |
r-patched-linux-x86_64 | 1.5.0 | 37.39 | 42.41 | 79.80 | OK | |
r-release-linux-x86_64 | 1.5.0 | 35.63 | 42.79 | 78.42 | OK | |
r-release-macos-arm64 | 1.5.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.5.0 | 92.00 | OK | |||
r-release-windows-x86_64 | 1.5.0 | 29.00 | 88.00 | 117.00 | OK | |
r-oldrel-macos-arm64 | 1.5.1 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.0 | 61.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.5.0 | 33.00 | 84.00 | 117.00 | OK |
Version: 1.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/RNifti/NiftiImage_impl.h:99:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
main.cpp:47:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
../inst/include/RNifti/NiftiImage_impl.h:246:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
../inst/include/RNifti/NiftiImage_impl.h:252:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti1_io.c:469:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti1_io.c:1151:33: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti1_io.c:4417:15: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long') [-Wformat]
niftilib/nifti1_io.c:4421:15: warning: format specifies type 'int' but the argument has type 'off_t' (aka 'long') [-Wformat]
niftilib/nifti1_io.c:5117:39: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti1_io.c:7091:59: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
niftilib/nifti2_io.c:549:30: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:555:30: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:1257:33: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:4492:34: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:4588:34: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:6114:75: warning: format specifies type 'int' but the argument has type 'int64_t' (aka 'long') [-Wformat]
niftilib/nifti2_io.c:6959:39: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
niftilib/nifti2_io.c:9281:68: warning: format specifies type 'int' but the argument has type 'int64_t' (aka 'long') [-Wformat]
niftilib/nifti2_io.c:9412:37: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/RNifti.Rcheck/00install.out’ for details.
* used C compiler: ‘Debian clang version 17.0.5 (1)’
* used C++ compiler: ‘Debian clang version 17.0.5 (1)’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/RNifti/NiftiImage_impl.h:747:52: warning: format ‘%p’ expects argument of type ‘void*’, but argument 2 has type ‘nifti_image*’ {aka ‘nifti2_image*’} [-Wformat=]
niftilib/nifti1_io.c:4416:25: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
niftilib/nifti1_io.c:4420:25: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
niftilib/nifti1_io.c:7091:25: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
niftilib/nifti2_io.c:6114:25: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
niftilib/nifti2_io.c:9281:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
niftilib/nifti2_io.c:9412:28: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/RNifti.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’
* used C++ compiler: ‘g++-13 (Debian 13.2.0-5) 13.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../inst/include/RNifti/NiftiImage_impl.h:747:52: warning: format '%p' expects argument of type 'void*', but argument 2 has type 'nifti_image*' {aka 'nifti2_image*'} [-Wformat=]
niftilib/nifti1_io.c:4416:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
niftilib/nifti1_io.c:4420:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
niftilib/nifti1_io.c:7091:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
niftilib/nifti2_io.c:6114:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=]
niftilib/nifti2_io.c:6541:28: warning: unknown conversion type character 'z' in format [-Wformat=]
niftilib/nifti2_io.c:6541:28: warning: too many arguments for format [-Wformat-extra-args]
niftilib/nifti2_io.c:9281:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int64_t' {aka 'long long int'} [-Wformat=]
See 'd:/Rcompile/CRANpkg/local/4.4/RNifti.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.3.0'
* used C++ compiler: 'g++.exe (GCC) 12.3.0'
Flavor: r-devel-windows-x86_64
Version: 1.5.0
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 3.9Mb
Flavor: r-oldrel-macos-x86_64