Last updated on 2026-04-10 17:52:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 4.33 | 30.12 | 34.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 3.44 | 24.09 | 27.53 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 7.00 | 50.07 | 57.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 7.00 | 70.72 | 77.72 | OK | |
| r-devel-macos-arm64 | 0.1.4 | 2.00 | 20.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 9.00 | 54.00 | 63.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.4 | 5.02 | 28.11 | 33.13 | NOTE | |
| r-release-linux-x86_64 | 0.1.4 | 4.23 | 25.96 | 30.19 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 5.00 | 127.00 | 132.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 9.00 | 53.00 | 62.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 4.00 | 127.00 | 131.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 10.00 | 62.00 | 72.00 | OK |
Version: 0.1.4
Check: compiled code
Result: NOTE
File 'checkglobals/libs/x64/checkglobals.dll':
Found non-API call to R: 'R_UnboundValue'
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-devel-windows-x86_64
Version: 0.1.4
Check: compiled code
Result: NOTE
File ‘checkglobals/libs/checkglobals.so’:
Found non-API call to R: ‘R_UnboundValue’
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-patched-linux-x86_64