R Under development (unstable) (2024-08-19 r87028 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(intSDM) Loading required package: ggplot2 Loading required package: terra terra 1.7.78 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.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.1, PROJ 9.3.1 Attaching package: 'lwgeom' The following object is masked from 'package:sf': st_perimeter [ FAIL 0 | WARN 1 | SKIP 17 | PASS 16 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): '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-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 17 | PASS 16 ] > > proc.time() user system elapsed 10.42 1.09 11.53