Last updated on 2025-07-30 11:53:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 26.92 | 727.96 | 754.88 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 18.97 | 498.88 | 517.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 1202.37 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 1204.61 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 27.00 | 627.00 | 654.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 24.14 | 676.33 | 700.47 | OK | |
r-release-linux-x86_64 | 1.0.0 | 22.35 | 675.41 | 697.76 | OK | |
r-release-macos-arm64 | 1.0.0 | 298.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 358.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 28.00 | 631.00 | 659.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 232.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 357.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 38.00 | 873.00 | 911.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘tidysdm-Ex.R’ failed
The error most likely occurred in:
> ### Name: blockcv2rsample
> ### Title: Convert an object created with 'blockCV' to an 'rsample' object
> ### Aliases: blockcv2rsample
>
> ### ** Examples
>
> library(blockCV)
Error in library(blockCV) : there is no package called ‘blockCV’
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [177s/353s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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.3.0 ──
✔ broom 1.0.9 ✔ recipes 1.3.1
✔ dials 1.4.1 ✔ rsample 1.3.1
✔ dplyr 1.1.4 ✔ tibble 3.3.0
✔ ggplot2 3.5.2 ✔ tidyr 1.3.1
✔ infer 1.0.9 ✔ tune 1.3.0
✔ modeldata 1.4.0 ✔ workflows 1.2.0
✔ parsnip 1.3.2 ✔ workflowsets 1.1.1
✔ purrr 1.1.0 ✔ yardstick 1.3.2
── 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()
Loading required package: spatialsample
>
> test_check("tidysdm")
Attaching package: 'plotrix'
The following object is masked from 'package:scales':
rescale
[10:07:36] 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.
i Creating pre-processing data to finalize unknown parameter: mtry
i Creating pre-processing data to finalize unknown parameter: mtry
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 328 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_blockcv2rsample.R:1:1'): (code run outside of `test_that()`) ───
<packageNotFoundError/error/condition>
Error in `library(blockCV)`: there is no package called 'blockCV'
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(library(blockCV)) at test_blockcv2rsample.R:1:1
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─base::library(blockCV)
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 328 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [3m/11m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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.3.0 ──
✔ broom 1.0.9 ✔ recipes 1.3.1
✔ dials 1.4.1 ✔ rsample 1.3.1
✔ dplyr 1.1.4 ✔ tibble 3.3.0
✔ ggplot2 3.5.2 ✔ tidyr 1.3.1
✔ infer 1.0.9 ✔ tune 1.3.0
✔ modeldata 1.4.0 ✔ workflows 1.2.0
✔ parsnip 1.3.2 ✔ workflowsets 1.1.1
✔ purrr 1.1.0 ✔ yardstick 1.3.2
── 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()
Loading required package: spatialsample
>
> test_check("tidysdm")
Attaching package: 'plotrix'
The following object is masked from 'package:scales':
rescale
[08:04:33] 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.
i Creating pre-processing data to finalize unknown parameter: mtry
i Creating pre-processing data to finalize unknown parameter: mtry
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 328 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_blockcv2rsample.R:1:1'): (code run outside of `test_that()`) ───
<packageNotFoundError/error/condition>
Error in `library(blockCV)`: there is no package called 'blockCV'
Backtrace:
▆
1. ├─base::suppressPackageStartupMessages(library(blockCV)) at test_blockcv2rsample.R:1:1
2. │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
3. └─base::library(blockCV)
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 328 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc