Last updated on 2026-03-31 22:52:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 134.60 | 76.00 | 210.60 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 112.83 | 57.39 | 170.22 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 237.00 | 123.33 | 360.33 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 235.00 | 132.04 | 367.04 | NOTE | |
| r-devel-macos-arm64 | 0.3.1 | 31.00 | 13.00 | 44.00 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 172.00 | 117.00 | 289.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.0 | 138.53 | 48.66 | 187.19 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 136.60 | 68.72 | 205.32 | OK | |
| r-release-macos-arm64 | 0.3.1 | 31.00 | 22.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 106.00 | 82.00 | 188.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 206.00 | 119.00 | 325.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 31.00 | 15.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 103.00 | 142.00 | 245.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 148.00 | 140.00 | 288.00 | OK |
Version: 0.3.1
Check: compiled code
Result: NOTE
File ‘a5R/libs/a5R.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.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: compiled code
Result: NOTE
File ‘a5R/libs/a5R.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.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.1
Check: compiled code
Result: NOTE
File 'a5R/libs/x64/a5R.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