R Under development (unstable) (2025-01-11 r87563 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. > library(testthat) > library(intSDM) Loading required package: ggplot2 Loading required package: terra terra 1.8.5 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Loading required package: sf Linking to GEOS 3.12.2, GDAL 3.9.3, PROJ 9.4.1; sf_use_s2() is TRUE Loading required package: PointedSDMs Loading required package: inlabru Loading required package: fmesher Loading required package: R6 > > test_check("intSDM") Linking to liblwgeom 3.0.0beta1 r16016, GEOS 3.12.2, PROJ 9.4.1 Attaching package: 'lwgeom' The following object is masked from 'package:sf': st_perimeter [ FAIL 0 | WARN 1 | SKIP 18 | PASS 16 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-formatStructured.R:3:3', 'test-generateAbsences.R:4:3', 'test-initValues.R:3:3', 'test-obtainArea.R:3:3', 'test-obtainCovariate.R:3:2', 'test-obtainGBIF.R:3:3', 'test-obtainRichness.R:3:3', 'test-sdmWorkflow.R:3:3', 'test-species_model.R:11:3', 'test-species_model.R:56:3', 'test-species_model.R:89:3', 'test-species_model.R:143:3', 'test-species_model.R:231:3', 'test-species_model.R:276:3', 'test-species_model.R:291:3', 'test-species_model.R:309:3', 'test-species_model.R:343:3', 'test-startWorkflow.R:3:3' [ FAIL 0 | WARN 1 | SKIP 18 | PASS 16 ] > > proc.time() user system elapsed 9.35 1.01 10.34