Last updated on 2023-01-25 04:51:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.6.1 | 36.01 | 61.16 | 97.17 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.4.6.1 | 32.23 | 47.49 | 79.72 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.4.6.1 | 141.76 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.6.1 | 138.97 | WARN | |||
r-devel-windows-x86_64 | 0.4.6.1 | 103.00 | 128.00 | 231.00 | OK | |
r-patched-linux-x86_64 | 0.4.6.1 | 33.16 | 58.91 | 92.07 | OK | |
r-release-linux-x86_64 | 0.4.6.1 | 34.04 | 58.13 | 92.17 | OK | |
r-release-macos-arm64 | 0.4.6.1 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.4.6.1 | 58.00 | OK | |||
r-release-windows-x86_64 | 0.4.6.1 | 91.00 | 125.00 | 216.00 | OK | |
r-oldrel-macos-arm64 | 0.4.6.1 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.6.1 | 53.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.4.6.1 | 107.00 | 143.00 | 250.00 | OK |
Version: 0.4.6.1
Check: compiled code
Result: WARN
File ‘geometry/libs/geometry.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘Rgeometry.o’, ‘global_r.o’, ‘rboxlib_r.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.4.6.1
Check: compiled code
Result: WARN
File ‘geometry/libs/geometry.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘Rgeometry.o’, ‘global_r.o’, ‘rboxlib_r.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