Last updated on 2026-03-26 05:50:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.91 | 23.88 | 123.09 | 146.97 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.9.91 | 16.02 | 80.89 | 96.91 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.9.91 | 41.00 | 203.30 | 244.30 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.91 | 42.00 | 190.44 | 232.44 | WARN | |
| r-devel-macos-arm64 | 0.9.91 | 5.00 | 26.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 0.9.91 | 32.00 | 128.00 | 160.00 | NOTE | |
| r-patched-linux-x86_64 | 0.9.91 | 21.62 | 109.26 | 130.88 | OK | |
| r-release-linux-x86_64 | 0.9.91 | 20.72 | 107.78 | 128.50 | OK | |
| r-release-macos-arm64 | 0.9.91 | 4.00 | 27.00 | 31.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 | 33.00 | 121.00 | 154.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 | 38.00 | 163.00 | 201.00 | OK |
Version: 0.9.91
Check: compiled code
Result: WARN
File ‘fastplyr/libs/fastplyr.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-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.91
Check: compiled code
Result: NOTE
File ‘fastplyr/libs/fastplyr.so’:
Found non-API calls to R: ‘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.9.91
Check: compiled code
Result: NOTE
File 'fastplyr/libs/x64/fastplyr.dll':
Found non-API calls to R: '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