Last updated on 2026-05-07 06:49:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 15.54 | 40.40 | 55.94 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 10.90 | 30.63 | 41.53 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 32.00 | 63.71 | 95.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 34.00 | 62.51 | 96.51 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 30.00 | 82.00 | 112.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 13.27 | 36.03 | 49.30 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 12.40 | 36.05 | 48.45 | OK | |
| r-release-macos-arm64 | 1.2.1 | 4.00 | 13.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 11.00 | 39.00 | 50.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 25.00 | 83.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | 3.00 | 12.00 | 15.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.2.1 | 12.00 | 67.00 | 79.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.2.1 | 28.00 | 98.00 | 126.00 | NOTE |
Version: 1.2.1
Check: compiled code
Result: NOTE
File ‘lobstr/libs/lobstr.so’:
Found non-API calls to R: ‘PRENV’, ‘PRVALUE’, ‘R_PromiseExpr’,
‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’,
‘SET_TRUELENGTH’
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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File 'lobstr/libs/x64/lobstr.dll':
Found non-API calls to R: 'PRENV', 'PRVALUE', 'R_PromiseExpr',
'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE',
'SET_TRUELENGTH'
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-oldrel-windows-x86_64