Last updated on 2026-03-22 06:53:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.1.24 | 10.83 | 62.06 | 72.89 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 4.1.24 | 8.11 | 47.51 | 55.62 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 4.1.24 | 16.00 | 100.20 | 116.20 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 4.1.24 | 17.00 | 102.64 | 119.64 | NOTE | |
| r-devel-macos-arm64 | 4.1.24 | 3.00 | 25.00 | 28.00 | OK | |
| r-devel-windows-x86_64 | 4.1.24 | 24.00 | 110.00 | 134.00 | NOTE | |
| r-patched-linux-x86_64 | 4.1.24 | 11.56 | 55.40 | 66.96 | OK | |
| r-release-linux-x86_64 | 4.1.24 | 8.61 | 55.36 | 63.97 | OK | |
| r-release-macos-arm64 | 4.1.24 | OK | ||||
| r-release-macos-x86_64 | 4.1.24 | 9.00 | 83.00 | 92.00 | OK | |
| r-release-windows-x86_64 | 4.1.24 | 29.00 | 103.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 4.1.24 | OK | ||||
| r-oldrel-macos-x86_64 | 4.1.24 | 9.00 | 99.00 | 108.00 | OK | |
| r-oldrel-windows-x86_64 | 4.1.24 | 24.00 | 112.00 | 136.00 | OK |
Version: 4.1.24
Check: compiled code
Result: NOTE
File ‘rpart/libs/rpart.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: 4.1.24
Check: compiled code
Result: WARN
File ‘rpart/libs/rpart.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: 4.1.24
Check: compiled code
Result: NOTE
File 'rpart/libs/x64/rpart.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