Last updated on 2026-04-25 01:51:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.3.2 | 169.31 | 541.30 | 710.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.3.2 | 120.91 | 324.39 | 445.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.3.2 | 250.00 | 918.83 | 1168.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.3.2 | 355.00 | 937.78 | 1292.78 | OK | |
| r-patched-linux-x86_64 | 4.3.2 | 173.78 | 513.73 | 687.51 | OK | |
| r-release-linux-x86_64 | 4.3.1 | 154.35 | 501.44 | 655.79 | NOTE | |
| 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 | 178.00 | 465.00 | 643.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 | 172.00 | 478.00 | 650.00 | NOTE |
Version: 4.3.1
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.
Flavor: r-release-linux-x86_64
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