Last updated on 2026-08-04 02:51:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 13.29 | 211.05 | 224.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 11.12 | 146.62 | 157.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 16.00 | 173.95 | 189.95 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 10.00 | 133.91 | 143.91 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 27.00 | 210.00 | 237.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 16.39 | 200.67 | 217.06 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 15.66 | 202.66 | 218.32 | 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 | 29.00 | 272.00 | 301.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 | 32.00 | 320.00 | 352.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