Last updated on 2025-12-20 21:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 3.35 | 45.10 | 48.45 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.32 | 33.05 | 35.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 73.84 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 68.68 | ERROR | |||
| r-devel-windows-x86_64 | 1.0.0 | 7.00 | 84.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.54 | 68.04 | 70.58 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 3.01 | 68.42 | 71.43 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 55.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 8.00 | 81.00 | 89.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 44.00 | 46.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.0 | 9.00 | 99.00 | 108.00 | NOTE |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘VoxR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: filled_voxel_cloud
> ### Title: Produces a filled voxel cloud.
> ### Aliases: filled_voxel_cloud
>
> ### ** Examples
>
> #- import tls data
> tls=data.table::fread(system.file("extdata", "Tree_t1.asc", package="VoxR"))
>
> #- keep the tree trunk
> tls=tls[z<=0]
>
> #- run filled voxel voxelisation
> filled = VoxR::filled_voxel_cloud(tls,0.02)
Error in `[.data.table`(data, , `:=`(npts, .N), by = .(x, y, z)) :
attempt access index 3/3 in VECTOR_ELT
Calls: <Anonymous> -> vox -> unique -> [ -> [.data.table
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
distance_clustering 4.817 0.572 4.697
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘VoxR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: filled_voxel_cloud
> ### Title: Produces a filled voxel cloud.
> ### Aliases: filled_voxel_cloud
>
> ### ** Examples
>
> #- import tls data
> tls=data.table::fread(system.file("extdata", "Tree_t1.asc", package="VoxR"))
>
> #- keep the tree trunk
> tls=tls[z<=0]
>
> #- run filled voxel voxelisation
> filled = VoxR::filled_voxel_cloud(tls,0.02)
Error in `[.data.table`(data, , `:=`(npts, .N), by = .(x, y, z)) :
attempt access index 3/3 in VECTOR_ELT
Calls: <Anonymous> -> vox -> unique -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘VoxR-Ex.R’ failed
The error most likely occurred in:
> ### Name: filled_voxel_cloud
> ### Title: Produces a filled voxel cloud.
> ### Aliases: filled_voxel_cloud
>
> ### ** Examples
>
> #- import tls data
> tls=data.table::fread(system.file("extdata", "Tree_t1.asc", package="VoxR"))
>
> #- keep the tree trunk
> tls=tls[z<=0]
>
> #- run filled voxel voxelisation
> filled = VoxR::filled_voxel_cloud(tls,0.02)
Error in `[.data.table`(data, , `:=`(npts, .N), by = .(x, y, z)) :
attempt access index 3/3 in VECTOR_ELT
Calls: <Anonymous> -> vox -> unique -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64