Last updated on 2026-04-15 06:51:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.8.0 | 14.28 | 47.00 | 61.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.8.0 | 14.31 | 35.57 | 49.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.8.0 | 19.00 | 74.90 | 93.90 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.8.0 | 32.00 | 75.77 | 107.77 | OK | |
| r-devel-macos-arm64 | 2.7.1 | 5.00 | 18.00 | 23.00 | WARN | |
| r-devel-windows-x86_64 | 2.8.0 | 37.00 | 73.00 | 110.00 | OK | |
| r-patched-linux-x86_64 | 2.7.1 | 19.01 | 42.55 | 61.56 | WARN | |
| r-release-linux-x86_64 | 2.8.0 | 16.22 | 39.74 | 55.96 | OK | |
| r-release-macos-arm64 | 2.7.1 | OK | ||||
| r-release-macos-x86_64 | 2.8.0 | 17.00 | 97.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 2.8.0 | 45.00 | 71.00 | 116.00 | OK | |
| r-oldrel-macos-arm64 | 2.7.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.8.0 | 13.00 | 439.00 | 452.00 | OK | |
| r-oldrel-windows-x86_64 | 2.8.0 | 40.00 | 80.00 | 120.00 | OK |
Version: 2.7.1
Check: compiled code
Result: WARN
File ‘this.path/libs/this.path.so’:
Found non-API calls to R: ‘Rf_findVar’, ‘Rf_findVarInFrame’
These entry points may be removed soon:
‘Rf_findVar’, ‘Rf_findVarInFrame’
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-macos-arm64
Version: 2.7.1
Check: compiled code
Result: WARN
File ‘this.path/libs/this.path.so’:
Found non-API calls to R: ‘R_CurrentExpression’, ‘R_FalseValue’,
‘R_LogicalNAValue’, ‘R_MB_CUR_MAX’, ‘R_NamespaceRegistry’,
‘R_TrueValue’, ‘R_UnboundValue’, ‘Rf_findVar’, ‘Rf_findVarInFrame’
These entry points may be removed soon:
‘Rf_findVar’, ‘Rf_findVarInFrame’
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