Last updated on 2026-04-04 01:51:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.20 | 9.57 | 75.88 | 85.45 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.2.21 | 8.22 | 53.97 | 62.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.21 | 12.00 | 120.18 | 132.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.21 | 15.00 | 114.20 | 129.20 | OK | |
| r-devel-macos-arm64 | 0.2.21 | 4.00 | 51.00 | 55.00 | OK | |
| r-devel-windows-x86_64 | 0.2.20 | 25.00 | 90.00 | 115.00 | WARN | |
| r-patched-linux-x86_64 | 0.2.20 | 10.00 | 69.88 | 79.88 | WARN | |
| r-release-linux-x86_64 | 0.2.20 | 10.14 | 68.41 | 78.55 | OK | |
| r-release-macos-arm64 | 0.2.21 | 3.00 | 55.00 | 58.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: ‘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-clang
Version: 0.2.20
Check: compiled code
Result: WARN
File 'vetr/libs/x64/vetr.dll':
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-windows-x86_64
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-patched-linux-x86_64