R version 4.5.0 beta (2025-04-02 r88102 ucrt) -- "How About a Twenty-Six" 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. > library(testthat) > library(fgeo.analyze) > > test_check("fgeo.analyze") $N2 [1] 29 $R [1] 3 $rate [1] 0.02413113 $lower [1] 0.0084585 $upper [1] 0.06812388 $time [1] 4.525246 $date1 [1] 18937.96 $date2 [1] 20600.72 [ FAIL 0 | WARN 3 | SKIP 14 | PASS 307 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • FIXME: Real groups don't produce the same output (1): 'test-demography_ctfs.R:52:3' • can_access_private_data is not TRUE (1): 'test-tt_test.R:196:3' • empty test (1): 'test-tt_test.R:132:1' • {bciex} is not installed (3): 'test-byyr.R:58:5', 'test-demography_ctfs.R:415:5', 'test-fgeo_topography.R:57:5' • {bukittimah} is not installed (1): 'test-byyr.R:72:5' • {ctfs} is not installed (4): 'test-abundance.R:10:3', 'test-abundanceperquad2.R:4:3', 'test-demography_ctfs.R:126:5', 'test-fill.dimension.R:4:3' • {fgeo.data} is not installed (1): 'test-demography_ctfs.R:17:3' • {ngel} is not installed (1): 'test-byyr.R:86:5' • {pasoh} is not installed (1): 'test-fgeo_habitat.R:67:3' [ FAIL 0 | WARN 3 | SKIP 14 | PASS 307 ] > > proc.time() user system elapsed 27.53 4.59 31.93