Last updated on 2026-07-08 01:53:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 14.03 | 215.95 | 229.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 10.86 | 148.01 | 158.87 | 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 | 23.00 | 362.33 | 385.33 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 29.00 | 259.00 | 288.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 17.91 | 199.12 | 217.03 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 14.14 | 200.06 | 214.20 | 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 | 31.00 | 254.00 | 285.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 | 34.00 | 309.00 | 343.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