R Under development (unstable) (2023-10-10 r85312 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(dynamicSDM) > > test_check("dynamicSDM") block.col not specified. Model will be fit on all occ.data. weights.col not specified. All records equally weighted. weights.col not specified. All records equally weighted. block.col not specified. Model will be fit on all occ.data. weights.col not specified. All records equally weighted. interaction.depth not set. Optimisation taking place. Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... block.col not specified. Model will be fit on all occ.data. weights.col not specified. All records equally weighted. block.col not specified. Model will be fit on all occ.data. weights.col not specified. All records equally weighted. weights.col not specified. All records equally weighted. interaction.depth not set. Optimisation taking place. Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... block.col not specified. Model will be fit on all occ.data. weights.col not specified. All records equally weighted. interaction.depth not set. Optimisation taking place. Using 5000 trees... Using 5000 trees... Using 5000 trees... Using 5000 trees... weights.col not specified. All records equally weighted. interaction.depth not set. Optimisation taking place. Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... No sdm.thresh. Default 0.5 Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... Using 1 trees... spatial.layer is missing. No blocking by spatial features. spatial.layer is missing. No blocking by spatial features. temporal.block is missing. No blocking by temporal features. omitting any duplicate records omitting any species records with coordinates containing NA omitting any species records with dates containing NA any records with invalid dates excluded any records with invalid co-ordinates excluded any records with invalid co-ordinates excluded omitting any species records with coordinates containing NA omitting any species records with dates containing NA omitting any duplicate records any records with invalid co-ordinates excluded any records with invalid dates excluded omitting any species records with coordinates containing NA omitting any species records with dates containing NA omitting any duplicate records any records with invalid co-ordinates excluded any records with invalid dates excluded spatial.ext could not be used as a mask. spatial.ext could not be used as a mask. spatial.ext could not be used as a mask. spatial.ext could not be used as a mask. spatial.ext could not be used as a mask. spatial.ext could not be used as a mask. [ FAIL 0 | WARN 7 | SKIP 3 | PASS 225 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-spatiotemp_check.R:184:3', 'test-spatiotemp_check.R:202:3', 'test-spatiotemp_check.R:220:3' [ FAIL 0 | WARN 7 | SKIP 3 | PASS 225 ] > > proc.time() user system elapsed 65.34 6.96 71.67