Last updated on 2026-04-30 09:52:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.3.2 | 168.30 | 538.54 | 706.84 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.3.2 | 123.08 | 327.37 | 450.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.3.2 | 239.00 | 856.02 | 1095.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.3.2 | 364.00 | 1018.57 | 1382.57 | OK | |
| r-devel-windows-x86_64 | 4.3.2 | 221.00 | 488.00 | 709.00 | OK | |
| r-patched-linux-x86_64 | 4.3.2 | 167.81 | 507.43 | 675.24 | OK | |
| r-release-linux-x86_64 | 4.3.2 | 128.79 | 507.10 | 635.89 | OK | |
| r-release-macos-arm64 | 4.3.2 | 36.00 | 118.00 | 154.00 | OK | |
| r-release-macos-x86_64 | 4.3.2 | 120.00 | 374.00 | 494.00 | NOTE | |
| r-release-windows-x86_64 | 4.3.2 | 197.00 | 497.00 | 694.00 | OK | |
| r-oldrel-macos-arm64 | 4.3.2 | 32.00 | 126.00 | 158.00 | NOTE | |
| r-oldrel-macos-x86_64 | 4.3.2 | 121.00 | 419.00 | 540.00 | NOTE | |
| r-oldrel-windows-x86_64 | 4.3.2 | 244.00 | 736.00 | 980.00 | NOTE |
Version: 4.3.2
Check: compiled code
Result: NOTE
File ‘lidR/libs/lidR.so’:
Found non-API call to R: ‘R_UnboundValue’
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: 4.3.2
Check: compiled code
Result: NOTE
File ‘lidR/libs/lidR.so’:
Found non-API calls to R: ‘LEVELS’, ‘R_curErrorBuf’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘TRUELENGTH’, ‘XTRUELENGTH’
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: 4.3.2
Check: compiled code
Result: NOTE
File 'lidR/libs/x64/lidR.dll':
Found non-API calls to R: 'LEVELS', 'R_curErrorBuf', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_TRUELENGTH', 'TRUELENGTH', 'XTRUELENGTH'
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