Last updated on 2026-04-24 13:48:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 5.48 | 43.60 | 49.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 4.75 | 33.76 | 38.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 70.05 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 9.00 | 73.99 | 82.99 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 5.78 | 38.78 | 44.56 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 6.00 | 36.98 | 42.98 | NOTE | |
| r-release-macos-arm64 | 0.2.3 | 2.00 | 62.00 | 64.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.3 | 7.00 | 88.00 | 95.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.3 | 15.00 | 72.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 2.00 | 62.00 | 64.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.2.3 | 7.00 | 87.00 | 94.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.3 | 21.00 | 69.00 | 90.00 | NOTE |
Version: 0.2.3
Check: compiled code
Result: NOTE
File ‘lazyeval/libs/lazyeval.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-release-linux-x86_64, r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.3
Check: compiled code
Result: NOTE
File ‘lazyeval/libs/lazyeval.so’:
Found non-API call to R: ‘R_MissingArg’
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-release-macos-x86_64
Version: 0.2.3
Check: compiled code
Result: NOTE
File 'lazyeval/libs/x64/lazyeval.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