Last updated on 2026-03-22 04:49:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.9 | 21.59 | 34.82 | 56.41 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.9 | 13.88 | 26.92 | 40.80 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.1.9 | 32.00 | 58.85 | 90.85 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.9 | 35.00 | 49.32 | 84.32 | NOTE | |
| r-devel-macos-arm64 | 1.1.9 | 6.00 | 12.00 | 18.00 | OK | |
| r-devel-windows-x86_64 | 1.1.9 | 24.00 | 59.00 | 83.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1.9 | 18.48 | 29.90 | 48.38 | OK | |
| r-release-linux-x86_64 | 1.1.9 | 17.87 | 29.62 | 47.49 | OK | |
| r-release-macos-arm64 | 1.1.9 | OK | ||||
| r-release-macos-x86_64 | 1.1.9 | 16.00 | 39.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 1.1.9 | 24.00 | 57.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.9 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.9 | 16.00 | 22.00 | 38.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.9 | 25.00 | 69.00 | 94.00 | OK |
Version: 1.1.9
Check: compiled code
Result: NOTE
File ‘arrangements/libs/arrangements.so’:
Found non-API call to R: ‘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: 1.1.9
Check: compiled code
Result: WARN
File ‘arrangements/libs/arrangements.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.
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: 1.1.9
Check: compiled code
Result: NOTE
File 'arrangements/libs/x64/arrangements.dll':
Found non-API call to R: '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