Last updated on 2023-02-03 06:50:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.7 | 25.40 | 100.44 | 125.84 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.7 | 21.02 | 75.40 | 96.42 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.7 | 157.32 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 163.56 | WARN | |||
r-devel-windows-x86_64 | 0.1.7 | 72.00 | 135.00 | 207.00 | OK | |
r-patched-linux-x86_64 | 0.1.7 | 23.80 | 95.20 | 119.00 | OK | |
r-release-linux-x86_64 | 0.1.7 | 21.10 | 93.66 | 114.76 | OK | |
r-release-macos-arm64 | 0.1.7 | 50.00 | OK | |||
r-release-macos-x86_64 | 0.1.7 | 61.00 | OK | |||
r-release-windows-x86_64 | 0.1.7 | 53.00 | 133.00 | 186.00 | OK | |
r-oldrel-macos-arm64 | 0.1.7 | 50.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.7 | 81.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.7 | 88.00 | 151.00 | 239.00 | OK |
Version: 0.1.7
Check: compiled code
Result: WARN
File ‘C50/libs/C50.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘getnames.o’, ‘implicitatt.o’, ‘utility.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.1.7
Check: compiled code
Result: WARN
File ‘C50/libs/C50.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘getnames.o’, ‘implicitatt.o’, ‘utility.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