Last updated on 2026-02-19 11:53:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.3 | 11.11 | 33.98 | 45.09 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.3 | 8.06 | 26.25 | 34.31 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 44.00 | 63.94 | 107.94 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 29.00 | 55.35 | 84.35 | NOTE | |
| r-devel-macos-arm64 | 1.2.0 | 5.00 | 31.00 | 36.00 | NOTE | |
| r-devel-windows-x86_64 | 1.2.0 | 25.00 | 81.00 | 106.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1.3 | OK | ||||
| r-release-linux-x86_64 | 1.1.3 | 8.60 | 30.13 | 38.73 | OK | |
| r-release-macos-arm64 | 1.2.0 | 3.00 | 28.00 | 31.00 | NOTE | |
| r-release-macos-x86_64 | 1.1.3 | 9.00 | 68.00 | 77.00 | OK | |
| r-release-windows-x86_64 | 1.1.3 | 21.00 | 73.00 | 94.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 5.00 | 44.00 | 49.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.3 | 9.00 | 68.00 | 77.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.3 | 20.00 | 83.00 | 103.00 | OK |
Version: 1.1.3
Check: compiled code
Result: NOTE
File ‘lobstr/libs/lobstr.so’:
Found non-API call to R: ‘ATTRIB’
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-debian-gcc
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’, ‘SET_PRCODE’, ‘SET_PRENV’,
‘SET_PRVALUE’
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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64
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', 'SET_PRCODE', 'SET_PRENV',
'SET_PRVALUE'
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
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-macos-arm64