Last updated on 2026-05-13 10:50:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 13.09 | 219.61 | 232.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 12.29 | 139.82 | 152.11 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 24.00 | 338.70 | 362.70 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 25.00 | 356.40 | 381.40 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 30.00 | 254.00 | 284.00 | OK | |
| r-release-macos-arm64 | 0.4.1 | 4.00 | 53.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 11.00 | 205.00 | 216.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 28.00 | 250.00 | 278.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | 3.00 | 56.00 | 59.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.4.1 | 12.00 | 209.00 | 221.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.4.0 | 45.00 | 311.00 | 356.00 | NOTE |
Version: 0.4.1
Check: compiled code
Result: NOTE
File ‘tibblify/libs/tibblify.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: 0.4.0
Check: compiled code
Result: NOTE
File 'tibblify/libs/x64/tibblify.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