Last updated on 2026-06-09 15:49:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 13.96 | 210.87 | 224.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 10.03 | 141.87 | 151.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 21.00 | 324.02 | 345.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 26.00 | 358.98 | 384.98 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 28.00 | 265.00 | 293.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 17.88 | 200.51 | 218.39 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 13.99 | 200.82 | 214.81 | 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 | 30.00 | 254.00 | 284.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.1 | 39.00 | 308.00 | 347.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.1
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