R Under development (unstable) (2023-11-11 r85510 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. > # 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.8 ✔ dials 1.2.0 ✔ rsample 1.2.0 ✔ dplyr 1.1.3 ✔ tibble 3.2.1 ✔ ggplot2 3.4.4 ✔ tidyr 1.3.0 ✔ infer 1.0.5 ✔ tune 1.1.2 ✔ modeldata 1.2.0 ✔ workflows 1.1.3 ✔ parsnip 1.1.1 ✔ workflowsets 1.0.1 ✔ purrr 1.0.2 ✔ yardstick 1.2.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ purrr::%||%() masks base::%||%() ✖ 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() • Use tidymodels_prefer() to resolve common conflicts. Loading required package: spatialsample > > test_check("tidysdm") Loading required package: Formula Loading required package: plotmo Loading required package: plotrix Attaching package: 'plotrix' The following object is masked from 'package:scales': rescale Loading required package: TeachingDemos Linking to GEOS 3.11.2, GDAL 3.7.2, PROJ 9.3.0; sf_use_s2() is TRUE terra 1.7.55 Attaching package: 'terra' The following object is masked from 'package:TeachingDemos': dots 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 177 ] > > proc.time() user system elapsed 20.04 0.79 19.45