Last updated on 2023-02-04 08:01:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.2.4 | 9.00 | 25.48 | 34.48 | WARN | |
r-devel-linux-x86_64-debian-gcc | 3.2.4 | 7.24 | 19.64 | 26.88 | WARN | |
r-devel-linux-x86_64-fedora-clang | 3.2.4 | 44.11 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 3.2.4 | 46.28 | WARN | |||
r-devel-windows-x86_64 | 3.2.4 | 21.00 | 64.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 3.2.4 | 9.10 | 25.35 | 34.45 | OK | |
r-release-linux-x86_64 | 3.2.4 | 8.81 | 25.37 | 34.18 | OK | |
r-release-macos-arm64 | 3.2.4 | 23.00 | OK | |||
r-release-macos-x86_64 | 3.2.4 | 26.00 | OK | |||
r-release-windows-x86_64 | 3.2.4 | 20.00 | 58.00 | 78.00 | OK | |
r-oldrel-macos-arm64 | 3.2.4 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 3.2.4 | 27.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 3.2.4 | 27.00 | 58.00 | 85.00 | OK |
Version: 3.2.4
Check: compiled code
Result: WARN
File ‘RLT/libs/RLT.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘RLT.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: 3.2.4
Check: compiled code
Result: WARN
File ‘RLT/libs/RLT.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘RLT.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