R Under development (unstable) (2024-12-17 r87446 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. > library(testthat) > library(ForestElementsR) Loading required package: sf Linking to GEOS 3.12.2, GDAL 3.9.3, PROJ 9.4.1; sf_use_s2() is TRUE > > test_check("ForestElementsR") Hard wired species code cast from 290 (source) to 8 (goal) Hard wired species code cast from 290 (source) to 8 (goal) [ FAIL 0 | WARN 0 | SKIP 0 | PASS 212 ] > > > # P.B. Note > # https://testthat.r-lib.org/ > # https://www.r-bloggers.com/2019/11/automated-testing-with-testthat-in-practice/ > # https://rjournal.github.io/archive/2011-1/RJournal_2011-1.pdf#page=5 > > proc.time() user system elapsed 12.25 0.76 13.01