Last updated on 2026-03-31 17:53:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.0 | 56.24 | 103.09 | 159.33 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.5.0 | 37.72 | 71.19 | 108.91 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.5.0 | 84.00 | 137.08 | 221.08 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 104.00 | 142.94 | 246.94 | OK | |
| r-devel-macos-arm64 | 1.5.0 | 11.00 | 20.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 1.5.0 | 70.00 | 127.00 | 197.00 | NOTE | |
| r-patched-linux-x86_64 | 1.5.0 | 53.30 | 89.09 | 142.39 | OK | |
| r-release-linux-x86_64 | 1.5.0 | 52.15 | 89.39 | 141.54 | OK | |
| r-release-macos-arm64 | 1.5.0 | 10.00 | 29.00 | 39.00 | OK | |
| r-release-macos-x86_64 | 1.5.0 | 35.00 | 101.00 | 136.00 | OK | |
| r-release-windows-x86_64 | 1.5.0 | 79.00 | 124.00 | 203.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.0 | 11.00 | 44.00 | 55.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.0 | 36.00 | 111.00 | 147.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.0 | 90.00 | 160.00 | 250.00 | OK |
Version: 1.5.0
Check: compiled code
Result: NOTE
File ‘cheapr/libs/cheapr.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.5.0
Check: compiled code
Result: NOTE
File ‘cheapr/libs/cheapr.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-devel-linux-x86_64-fedora-clang
Version: 1.5.0
Check: compiled code
Result: NOTE
File 'cheapr/libs/x64/cheapr.dll':
Found non-API calls to R: 'R_MissingArg', '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