Last updated on 2023-01-28 07:15:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-4.3 | 5.02 | 29.62 | 34.64 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.5-4.3 | 4.11 | 23.57 | 27.68 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.5-4.3 | 46.03 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-4.3 | 46.47 | WARN | |||
r-devel-windows-x86_64 | 0.5-4.3 | 23.00 | 58.00 | 81.00 | OK | |
r-patched-linux-x86_64 | 0.5-4.3 | 4.77 | 30.24 | 35.01 | OK | |
r-release-linux-x86_64 | 0.5-4.3 | 4.19 | 29.81 | 34.00 | OK | |
r-release-macos-arm64 | 0.5-4.3 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.5-4.3 | 29.00 | OK | |||
r-release-windows-x86_64 | 0.5-4.3 | 18.00 | 56.00 | 74.00 | OK | |
r-oldrel-macos-arm64 | 0.5-4.3 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5-4.3 | 32.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.5-4.3 | 13.00 | 63.00 | 76.00 | OK |
Version: 0.5-4.3
Check: compiled code
Result: WARN
File ‘PCICt/libs/PCICt.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘datetime_360.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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.5-4.3
Check: compiled code
Result: WARN
File ‘PCICt/libs/PCICt.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘datetime_360.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