Last updated on 2026-03-21 01:56:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.11 | 5.47 | 24.81 | 30.28 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.11 | 4.45 | 19.95 | 24.40 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.3.11 | 7.00 | 37.23 | 44.23 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.11 | 10.00 | 33.40 | 43.40 | NOTE | |
| r-devel-macos-arm64 | 0.3.11 | 2.00 | 11.00 | 13.00 | OK | |
| r-devel-windows-x86_64 | 0.3.11 | 12.00 | 47.00 | 59.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.11 | 5.44 | 20.11 | 25.55 | OK | |
| r-release-linux-x86_64 | 0.3.11 | 5.63 | 20.24 | 25.87 | OK | |
| r-release-macos-arm64 | 0.3.11 | 2.00 | 9.00 | 11.00 | OK | |
| r-release-macos-x86_64 | 0.3.11 | 6.00 | 54.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 0.3.11 | 11.00 | 63.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.11 | 2.00 | 13.00 | 15.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.11 | 6.00 | 60.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.11 | 15.00 | 52.00 | 67.00 | OK |
Version: 0.3.11
Check: compiled code
Result: NOTE
File ‘collections/libs/collections.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.11
Check: compiled code
Result: WARN
File ‘collections/libs/collections.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-linux-x86_64-debian-gcc
Version: 0.3.11
Check: compiled code
Result: NOTE
File 'collections/libs/x64/collections.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