Last updated on 2025-05-03 21:51:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.9 | 45.77 | 32.09 | 77.86 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.9 | 33.76 | 26.19 | 59.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.9 | 140.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 169.59 | OK | |||
r-devel-windows-x86_64 | 0.1.9 | 71.00 | 73.00 | 144.00 | OK | |
r-patched-linux-x86_64 | 0.1.9 | 46.91 | 30.23 | 77.14 | OK | |
r-release-linux-x86_64 | WARN | |||||
r-release-macos-arm64 | 0.1.9 | 87.00 | OK | |||
r-release-macos-x86_64 | 0.1.9 | 124.00 | OK | |||
r-release-windows-x86_64 | 0.1.9 | 66.00 | 65.00 | 131.00 | OK | |
r-oldrel-macos-arm64 | 0.1.9 | 74.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.9 | 107.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.9 | 88.00 | 74.00 | 162.00 | NOTE |
Version: 0.1.8
Check: compiled code
Result: WARN
File ‘luajr/libs/luajr.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘luajit/src/libluajit.a’
File ‘luajr/libs/luajr.so’:
Found non-API call to R: ‘DATAPTR’
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.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-release-linux-x86_64
Version: 0.1.9
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