Last updated on 2025-04-15 09:52:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.6 | 40.37 | 58.92 | 99.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.6.6 | 32.69 | 41.75 | 74.44 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.6.6 | 175.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.6 | 180.34 | OK | |||
r-devel-windows-x86_64 | 1.6.6 | 101.00 | 81.00 | 182.00 | OK | |
r-patched-linux-x86_64 | 1.6.5 | 35.93 | 56.99 | 92.92 | WARN | |
r-release-linux-x86_64 | 1.6.5 | 35.50 | 57.50 | 93.00 | WARN | |
r-release-macos-arm64 | 1.6.6 | 100.00 | OK | |||
r-release-macos-x86_64 | 1.6.6 | 168.00 | OK | |||
r-release-windows-x86_64 | 1.6.6 | 102.00 | 85.00 | 187.00 | OK | |
r-oldrel-macos-arm64 | 1.6.6 | 96.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.6.6 | 167.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.6.6 | 88.00 | 89.00 | 177.00 | NOTE |
Version: 1.6.5
Check: compiled code
Result: WARN
File ‘fs/libs/fs.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.6.6
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64