Last updated on 2026-03-31 05:52:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.20 | 10.06 | 75.15 | 85.21 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.2.20 | 7.96 | 54.61 | 62.57 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.2.20 | 10.00 | 101.31 | 111.31 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.20 | 16.00 | 122.80 | 138.80 | WARN | |
| r-devel-macos-arm64 | 0.2.20 | 3.00 | 24.00 | 27.00 | WARN | |
| r-devel-windows-x86_64 | 0.2.20 | 20.00 | 90.00 | 110.00 | WARN | |
| r-patched-linux-x86_64 | 0.2.20 | 10.29 | 72.13 | 82.42 | OK | |
| r-release-linux-x86_64 | 0.2.20 | 10.14 | 68.41 | 78.55 | OK | |
| r-release-macos-arm64 | 0.2.20 | 3.00 | 43.00 | 46.00 | OK | |
| r-release-macos-x86_64 | 0.2.20 | 8.00 | 121.00 | 129.00 | OK | |
| r-release-windows-x86_64 | 0.2.20 | 22.00 | 89.00 | 111.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.20 | 3.00 | 43.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.20 | 9.00 | 153.00 | 162.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.20 | 45.00 | 117.00 | 162.00 | OK |
Version: 0.2.20
Check: compiled code
Result: WARN
File ‘vetr/libs/vetr.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64
Version: 0.2.20
Check: compiled code
Result: WARN
File ‘vetr/libs/vetr.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘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-devel-linux-x86_64-debian-gcc
Version: 0.2.20
Check: compiled code
Result: WARN
File ‘vetr/libs/vetr.so’:
Found non-API calls to R: ‘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-devel-linux-x86_64-fedora-clang
Version: 0.2.20
Check: compiled code
Result: WARN
File 'vetr/libs/x64/vetr.dll':
Found non-API calls to R: 'R_MissingArg', '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-devel-windows-x86_64