Last updated on 2023-02-26 06:49:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-10 | 14.77 | 93.93 | 108.70 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2-10 | 12.04 | 72.28 | 84.32 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2-10 | 134.15 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-10 | 136.30 | WARN | |||
r-devel-windows-x86_64 | 0.2-10 | 76.00 | 116.00 | 192.00 | OK | |
r-patched-linux-x86_64 | 0.2-10 | 13.80 | 92.74 | 106.54 | OK | |
r-release-linux-x86_64 | 0.2-10 | 13.13 | 94.00 | 107.13 | OK | |
r-release-macos-arm64 | 0.2-10 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.2-10 | 59.00 | OK | |||
r-release-windows-x86_64 | 0.2-10 | 36.00 | 119.00 | 155.00 | OK | |
r-oldrel-macos-arm64 | 0.2-10 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2-10 | 58.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2-10 | 28.00 | 121.00 | 149.00 | OK |
Version: 0.2-10
Check: compiled code
Result: WARN
File ‘rJPSGCS/libs/rJPSGCS.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘readPEDfile.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.2-10
Check: compiled code
Result: WARN
File ‘rJPSGCS/libs/rJPSGCS.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘readPEDfile.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