Last updated on 2025-08-02 11:50:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 27.18 | 703.54 | 730.72 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 20.91 | 472.78 | 493.69 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 1097.86 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 1129.72 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 29.00 | 621.00 | 650.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 25.41 | 680.07 | 705.48 | 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 | 623.00 | 651.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 | 877.00 | 915.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘tidysdm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [110s/120s]
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:23:04] 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-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [80s/94s]
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.5.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
[18:42:39] 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-debian-gcc
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’ [164s/169s]
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.5.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
[05:09:41] 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’ [166s/188s]
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.5.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
[03:10:00] 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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.