R Under development (unstable) (2025-10-10 r88914 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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") Joining with `by = join_by(u, v)` Joining with `by = join_by(cls)` Joining with `by = join_by(u, v, w)` Joining with `by = join_by(u, v, w)` Joining with `by = join_by(u, v, w)` File Forest_floor scritto in:D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_forest/Forest_floor.txt File AGB scritto in:D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_forest/AGB.txt Forest Floor segmentation: 2.7 sec elapsed Percorso del file Forest_floor: D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_forest/Forest_floor.txt Percorso del file AGB: D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_forest/AGB.txt Stage 1: Forest floor segmentation Forest floor saved to: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_Forest_floor_soil_dim_0.1.txt Stage 2: Wood segmentation Wood points saved to: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_Wood_eps2_mpts6.txt Stage 3: Separating foliage from wood Foliage points saved to: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_AGBnoWOOD_eps2_mpts6.txt Stage 4: Calculating tree metrics and canopy analysis Calculating individual tree coordinates... Calculating tree heights... Calculating DBH... Filtering trees by point count... Calculating crown base height... Tree metrics report saved to: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_tree_report.csv Calculating plot-level statistics... Running canopy analysis... Interpolating missing terrain elevations... Interpolation completed. Warning: Height interval increased to 3 units Plot report saved to: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_plot_report.csv metrics: 297.46 sec elapsed Generated reports: 1. Individual tree report: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_tree_report.csv 2. Study area summary report: D:/temp/2025_10_11_19_50_17_24715/RtmpqOhUKy/test_forest_seg/test_forest_dim3_th1_plot_report.csv Total time: 305.78 sec elapsed File di legno scritto in:D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_SegOne/Elab_single_tree_DBSCAN_wood.txt File di foglie scritto in:D:\temp\2025_10_11_19_50_17_24715\RtmpqOhUKy/test_SegOne/Elab_single_tree_DBSCAN_leaf.txt Total time: 2.08 sec elapsed Attaching package: 'shinydashboard' The following object is masked from 'package:graphics': box Loading required package: ggplot2 Attaching package: 'plotly' The following object is masked from 'package:ggplot2': last_plot The following object is masked from 'package:stats': filter The following object is masked from 'package:graphics': layout Voxelizing time: 0.02 sec elapsed Voxelizing time: 0 sec elapsed Voxelizing time: 0.02 sec elapsed [ FAIL 0 | WARN 1 | SKIP 0 | PASS 169 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 169 ] > > proc.time() user system elapsed 213.35 124.54 336.11