R Under development (unstable) (2024-08-17 r87027 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(sjSDM) ── Attaching sjSDM ──────────────────────────────────────────────────── 1.0.6 ── ✔ torch ✔ torch_optimizer ✔ pyro ✔ madgrad > > test_check("sjSDM") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-1-anova.R:40:5', 'test-1-anova.R:54:5', 'test-1-anova.R:68:5', 'test-1-anova.R:81:5', 'test-1-anova.R:94:5', 'test-1-anova.R:109:5', 'test-1-anova.R:128:5', 'test-1-anova.R:139:5', 'test-2-sjSDM_cv.R:4:3', 'test-3-python_core.R:4:3', 'test-4-sjSDM.R:40:5', 'test-4-sjSDM.R:68:5', 'test-4-sjSDM.R:89:5', 'test-4-sjSDM.R:106:5', 'test-4-sjSDM.R:125:5', 'test-4-sjSDM.R:161:5', 'test-4-sjSDM.R:180:5', 'test-4-sjSDM.R:203:5', 'test-4-sjSDM.R:213:3', 'test-4-sjSDM.R:264:3', 'test-5-importance.R:40:5', 'test-5-importance.R:54:5', 'test-5-importance.R:68:5', 'test-5-importance.R:84:5', 'test-5-importance.R:101:5', 'test-6-examples.R:6:3', 'test-7-plotsjSDM.R:34:3', 'test-7-plotsjSDM.R:48:3', 'test-7-plotsjSDM.R:62:3', 'test-7-plotsjSDM.R:78:3', 'test-7-plotsjSDM.R:95:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] > > proc.time() user system elapsed 5.98 1.28 22.31