Last updated on 2023-02-05 07:57:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.5 | 163.71 | 53.57 | 217.28 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2.5 | 125.68 | 39.78 | 165.46 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2.5 | 304.03 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 276.69 | WARN | |||
r-devel-windows-x86_64 | 0.2.5 | 207.00 | 120.00 | 327.00 | OK | |
r-patched-linux-x86_64 | 0.2.5 | 119.87 | 51.77 | 171.64 | OK | |
r-release-linux-x86_64 | 0.2.5 | 125.32 | 51.99 | 177.31 | 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 | 279.00 | 110.00 | 389.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 | 404.00 | 142.00 | 546.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