Last updated on 2026-04-11 06:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.7.1 | 13.95 | 47.54 | 61.49 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 2.7.1 | 13.33 | 35.64 | 48.97 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 2.8.0 | 20.00 | 70.60 | 90.60 | 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.7.1 | 46.00 | 74.00 | 120.00 | WARN | |
| r-patched-linux-x86_64 | 2.7.1 | 19.01 | 42.55 | 61.56 | WARN | |
| r-release-linux-x86_64 | 2.7.1 | 17.40 | 39.05 | 56.45 | 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.7.1 | 42.00 | 70.00 | 112.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 | 53.00 | 82.00 | 135.00 | OK |
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’, ‘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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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/x64/this.path.dll':
Found non-API calls to R: 'R_CurrentExpression', 'R_FalseValue',
'R_LogicalNAValue', 'R_MB_CUR_MAX', 'R_NamespaceRegistry',
'R_TrueValue', '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-windows-x86_64
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