Last updated on 2026-03-22 01:49:51 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7-4 | 287.71 | 346.74 | 634.45 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.7-4 | 220.75 | 235.27 | 456.02 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.7-5 | 387.00 | 541.04 | 928.04 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7-4 | 600.00 | 559.89 | 1159.89 | NOTE | |
| r-devel-macos-arm64 | 1.7-5 | 63.00 | 55.00 | 118.00 | OK | |
| r-devel-windows-x86_64 | 1.7-4 | 450.00 | 442.00 | 892.00 | NOTE | |
| r-patched-linux-x86_64 | 1.7-4 | 325.41 | 306.49 | 631.90 | OK | |
| r-release-linux-x86_64 | 1.7-4 | 306.33 | 305.25 | 611.58 | OK | |
| r-release-macos-arm64 | 1.7-4 | OK | ||||
| r-release-macos-x86_64 | 1.7-5 | 217.00 | 196.00 | 413.00 | OK | |
| r-release-windows-x86_64 | 1.7-4 | 483.00 | 442.00 | 925.00 | OK | |
| r-oldrel-macos-arm64 | 1.7-5 | 57.00 | 60.00 | 117.00 | OK | |
| r-oldrel-macos-x86_64 | 1.7-5 | 214.00 | 282.00 | 496.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7-4 | 536.00 | 500.00 | 1036.00 | OK |
Version: 1.7-4
Check: compiled code
Result: NOTE
File ‘Matrix/libs/Matrix.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: 1.7-4
Check: compiled code
Result: WARN
File ‘Matrix/libs/Matrix.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.7-4
Check: compiled code
Result: NOTE
File 'Matrix/libs/x64/Matrix.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