Last updated on 2026-06-04 18:50:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 14.06 | 211.89 | 225.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 11.28 | 146.05 | 157.33 | 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 | 26.00 | 358.98 | 384.98 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 32.00 | 256.00 | 288.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 | 14.26 | 200.19 | 214.45 | 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 | 35.00 | 306.00 | 341.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