R Under development (unstable) (2024-11-22 r87365 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(withr) > library(PiC) > > test_check("PiC") Punti nel floor: 10201 Range z nel floor: -0.2442642 0.2454529 Punti nei tronchi: 2197800 Range z nei tronchi: 0.5 4.72604 Punti nelle chiome: 319324 Range z nelle chiome: 3.017731 8.451415 Dataset finale: Totale punti: 2527325 Range z totale: -0.2442642 8.451415 Distribuzione punti per tipo: crown floor trunk 319324 10201 2197800 AAVox: 0.17 sec elapsed AAvox1: 0.11 sec elapsed AAvoxels: 0 sec elapsed voxel_minimi: 0.04 sec elapsed Joining with `by = join_by(u, v)` p0: 0.11 sec elapsed p1: 0 sec elapsed Forest_floor0: 0 sec elapsed Joining with `by = join_by(cls)` dbscan: 0.05 sec elapsed Joining with `by = join_by(u, v, w)` Forest_floor1: 0.67 sec elapsed Forest_foor: 0 sec elapsed Joining with `by = join_by(u, v, w)` Joining with `by = join_by(u, v, w)` AGB0: 0.99 sec elapsed write: 0.53 sec elapsed Forest Floor segmentation: 2.69 sec elapsed Output Floseg: Punti nel forest floor: 70197 Range z nel forest floor: -0.2442642 0.5990289 Punti nell'AGB: 2456507 Range z nell'AGB: 0.600001 8.451415 Verifica separazione altezze: Massima altezza forest floor: 0.5990289 Minima altezza AGB: NA AAVox: 0.05 sec elapsed AAvox1: 0.05 sec elapsed AAvoxels: 0.01 sec elapsed voxel_minimi: 0.1 sec elapsed Joining with `by = join_by(u, v)` p0: 0.11 sec elapsed p1: 0 sec elapsed Forest_floor0: 0 sec elapsed Joining with `by = join_by(cls)` dbscan: 0.04 sec elapsed Joining with `by = join_by(u, v, w)` Forest_floor1: 0.22 sec elapsed Forest_foor: 0.03 sec elapsed Joining with `by = join_by(u, v, w)` Joining with `by = join_by(u, v, w)` AGB0: 0.46 sec elapsed Voxelizing time: 0.23 sec elapsed Joining with `by = join_by(u, v, w)` Wood segmentation time: 3.59 sec elapsed Joining with `by = join_by(u, v, w)` wood removal with larger voxels: 0.57 sec elapsed Forest Floor segmentation: 5.46 sec elapsed Voxelizing time: 0.1 sec elapsed Wood segmentation time: 1.72 sec elapsed time cleaning spourious point in leaf cluster: 0.03 sec elapsed Writing points: 0.12 sec elapsed Total time: 2.15 sec elapsed Voxelizing time: 0.06 sec elapsed Voxelizing time: 0.03 sec elapsed Voxelizing time: 0.03 sec elapsed collapse 2.0.17, see ?`collapse-package` or ?`collapse-documentation` Attaching package: 'collapse' The following object is masked from 'package:data.table': fdroplevels The following object is masked from 'package:stats': D Wood segmentation time: 1.55 sec elapsed [ FAIL 0 | WARN 0 | SKIP 0 | PASS 37 ] > > proc.time() user system elapsed 34.95 5.57 39.26