Last updated on 2023-01-25 04:51:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.5 | 152.21 | 54.35 | 206.56 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2.5 | 119.43 | 39.80 | 159.23 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2.5 | 315.79 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 259.65 | WARN | |||
r-devel-windows-x86_64 | 0.2.5 | 192.00 | 107.00 | 299.00 | OK | |
r-patched-linux-x86_64 | 0.2.5 | 123.46 | 51.48 | 174.94 | OK | |
r-release-linux-x86_64 | 0.2.5 | 124.89 | 51.78 | 176.67 | OK | |
r-release-macos-arm64 | 0.2.5 | 78.00 | OK | |||
r-release-macos-x86_64 | 0.2.5 | 93.00 | OK | |||
r-release-windows-x86_64 | 0.2.5 | 249.00 | 110.00 | 359.00 | OK | |
r-oldrel-macos-arm64 | 0.2.5 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.5 | 96.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.5 | 412.00 | 126.00 | 538.00 | OK |
Version: 0.2.5
Check: compiled code
Result: WARN
File ‘VIC5/libs/VIC5.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
‘vic/drivers/shared_all/src/input_tools.o’,
‘vic/drivers/shared_all/src/print_library_shared.o’,
‘vic/drivers/shared_all/src/vic_log.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.5
Check: compiled code
Result: WARN
File ‘VIC5/libs/VIC5.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
‘vic/drivers/shared_all/src/print_library_shared.o’,
‘vic/drivers/shared_all/src/vic_log.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.5
Check: compiled code
Result: WARN
File ‘VIC5/libs/VIC5.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
‘vic/drivers/shared_all/src/print_library_shared.o’,
‘vic/drivers/shared_all/src/vic_log.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang