Last updated on 2023-01-30 18:50:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.7 | 24.54 | 98.66 | 123.20 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.7 | 21.87 | 75.08 | 96.95 | 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 | 73.00 | 137.00 | 210.00 | OK | |
r-patched-linux-x86_64 | 0.1.7 | 21.71 | 95.23 | 116.94 | OK | |
r-release-linux-x86_64 | 0.1.7 | 23.85 | 92.01 | 115.86 | 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 | 82.00 | 155.00 | 237.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