R Under development (unstable) (2024-03-03 r86036 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tidysdm) Loading required package: tidymodels ── Attaching packages ────────────────────────────────────── tidymodels 1.1.1 ── ✔ broom 1.0.5 ✔ recipes 1.0.10 ✔ dials 1.2.1 ✔ rsample 1.2.0 ✔ dplyr 1.1.4 ✔ tibble 3.2.1 ✔ ggplot2 3.5.0 ✔ tidyr 1.3.1 ✔ infer 1.0.6 ✔ tune 1.1.2 ✔ modeldata 1.3.0 ✔ workflows 1.1.4 ✔ parsnip 1.2.0 ✔ workflowsets 1.0.1 ✔ purrr 1.0.2 ✔ yardstick 1.3.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ purrr::is_null() masks testthat::is_null() ✖ dplyr::lag() masks stats::lag() ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches() ✖ recipes::step() masks stats::step() • Learn how to get started at https://www.tidymodels.org/start/ Loading required package: spatialsample > > test_check("tidysdm") blockCV 3.1.3 Attaching package: 'plotrix' The following object is masked from 'package:scales': rescale [21:22:25] WARNING: src/learner.cc:553: If you are loading a serialized model (like pickle in Python, RDS in R) generated by older XGBoost, please export the model by calling `Booster.save_model` from that version first, then load it back in current version. See: https://xgboost.readthedocs.io/en/latest/tutorials/saving_model.html for more details about differences between saving model and serializing. Linking to GEOS 3.11.2, GDAL 3.8.2, PROJ 9.3.1; sf_use_s2() is TRUE terra 1.7.71 Attaching package: 'terra' The following object is masked from 'package:plotrix': rescale The following object is masked from 'package:tidyr': extract The following object is masked from 'package:scales': rescale The following objects are masked from 'package:testthat': compare, describe [ FAIL 0 | WARN 0 | SKIP 0 | PASS 204 ] > > proc.time() user system elapsed 19.85 1.06 19.25