Last updated on 2026-04-09 05:51:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 13.62 | 40.25 | 53.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 11.10 | 30.17 | 41.27 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 31.00 | 59.63 | 90.63 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 29.00 | 56.39 | 85.39 | OK | |
| r-devel-macos-arm64 | 1.2.1 | 4.00 | 12.00 | 16.00 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 24.00 | 85.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 12.49 | 36.36 | 48.85 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 11.78 | 34.20 | 45.98 | NOTE | |
| r-release-macos-arm64 | 1.2.1 | 3.00 | 12.00 | 15.00 | NOTE | |
| r-release-macos-x86_64 | 1.2.1 | 12.00 | 67.00 | 79.00 | NOTE | |
| r-release-windows-x86_64 | 1.2.0 | 26.00 | 83.00 | 109.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2.0 | 5.00 | 44.00 | 49.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.1 | 11.00 | 55.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 25.00 | 94.00 | 119.00 | OK |
Version: 1.2.0
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.
Flavor: r-release-linux-x86_64
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-release-macos-arm64, r-release-macos-x86_64
Version: 1.2.0
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-release-windows-x86_64