Last updated on 2026-04-05 18:50:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.91 | 23.73 | 123.48 | 147.21 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.9.92 | 14.93 | 79.68 | 94.61 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.9.92 | 40.00 | 185.35 | 225.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.91 | 44.00 | 190.39 | 234.39 | WARN | |
| r-devel-macos-arm64 | 0.9.92 | 5.00 | 29.00 | 34.00 | OK | |
| r-devel-windows-x86_64 | 0.9.91 | 32.00 | 128.00 | 160.00 | WARN | |
| r-patched-linux-x86_64 | 0.9.91 | 22.12 | 108.22 | 130.34 | WARN | |
| r-release-linux-x86_64 | 0.9.91 | 22.18 | 106.77 | 128.95 | OK | |
| r-release-macos-arm64 | 0.9.92 | 5.00 | 28.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.9.91 | 17.00 | 146.00 | 163.00 | OK | |
| r-release-windows-x86_64 | 0.9.91 | 31.00 | 124.00 | 155.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.91 | 5.00 | 30.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.91 | 17.00 | 203.00 | 220.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.91 | 39.00 | 156.00 | 195.00 | OK |
Version: 0.9.91
Check: compiled code
Result: WARN
File ‘fastplyr/libs/fastplyr.so’:
Found non-API calls to R: ‘R_NamespaceRegistry’, ‘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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.91
Check: compiled code
Result: WARN
File 'fastplyr/libs/x64/fastplyr.dll':
Found non-API calls to R: 'R_NamespaceRegistry', '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.9.91
Check: compiled code
Result: WARN
File ‘fastplyr/libs/fastplyr.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_NamespaceRegistry’,
‘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