Last updated on 2026-03-23 12:51:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 66.88 | 99.18 | 166.06 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 51.83 | 66.98 | 118.81 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 136.00 | 174.62 | 310.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 145.00 | 167.76 | 312.76 | NOTE | |
| r-devel-macos-arm64 | 0.2.1 | 18.00 | 24.00 | 42.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 91.00 | 142.00 | 233.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.0 | 65.90 | 90.95 | 156.85 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 64.98 | 90.47 | 155.45 | OK | |
| r-release-macos-arm64 | 0.2.1 | 14.00 | 31.00 | 45.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 44.00 | 162.00 | 206.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 81.00 | 137.00 | 218.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.1 | 47.00 | 133.00 | 180.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 87.00 | 166.00 | 253.00 | OK |
Version: 0.2.0
Check: compiled code
Result: NOTE
File ‘filearray/libs/filearray.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-gcc
Version: 0.2.0
Check: compiled code
Result: WARN
File ‘filearray/libs/filearray.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: 0.2.0
Check: compiled code
Result: NOTE
File 'filearray/libs/x64/filearray.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