CRAN Package Check Results for Package mlr3spatiotempcv

Last updated on 2024-12-26 01:50:03 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.2 15.88 163.65 179.53 ERROR
r-devel-linux-x86_64-debian-gcc 2.3.2 12.19 171.41 183.60 OK
r-devel-linux-x86_64-fedora-clang 2.3.2 467.05 OK
r-devel-linux-x86_64-fedora-gcc 2.3.2 433.30 OK
r-devel-windows-x86_64 2.3.2 20.00 206.00 226.00 OK
r-patched-linux-x86_64 2.3.2 18.47 242.94 261.41 OK
r-release-linux-x86_64 2.3.2 16.28 245.47 261.75 OK
r-release-macos-arm64 2.3.2 113.00 OK
r-release-macos-x86_64 2.3.2 230.00 OK
r-release-windows-x86_64 2.3.2 17.00 195.00 212.00 OK
r-oldrel-macos-arm64 2.3.2 107.00 OK
r-oldrel-macos-x86_64 2.3.2 237.00 OK
r-oldrel-windows-x86_64 2.3.2 24.00 281.00 305.00 OK

Check Details

Version: 2.3.2
Check: examples
Result: ERROR Running examples in ‘mlr3spatiotempcv-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mlr_resamplings_repeated_spcv_knndm > ### Title: (CAST) Repeated K-fold Nearest Neighbour Distance Matching > ### Aliases: mlr_resamplings_repeated_spcv_knndm > ### ResamplingRepeatedSpCVKnndm > > ### ** Examples > > library(mlr3) > library(mlr3spatial) Error in library(mlr3spatial) : there is no package called ‘mlr3spatial’ Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [56s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + library("checkmate") + library("testthat") + library("mlr3spatiotempcv") + test_check("mlr3spatiotempcv") + } Loading required package: mlr3 Starting 2 test processes [ FAIL 14 | WARN 1 | SKIP 24 | PASS 1172 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-1-autoplot.R:40:3', 'test-1-autoplot.R:72:3', 'test-1-autoplot.R:98:3', 'test-1-autoplot.R:130:3', 'test-1-autoplot.R:157:3', 'test-1-autoplot.R:189:3', 'test-1-autoplot.R:268:3', 'test-1-autoplot.R:343:3', 'test-1-autoplot.R:377:3', 'test-2-autoplot.R:129:3', 'test-2-autoplot.R:182:3', 'test-2-autoplot.R:204:3', 'test-2-autoplot.R:246:3', 'test-2-autoplot.R:300:3', 'test-autoplot_buffer.R:19:3' • On Linux (2): 'test-2-autoplot.R:8:3', 'test-2-autoplot.R:54:3' • {CAST} is not installed (3): 'test-ResamplingRepeatedSpCVKnndm.R:1:1', 'test-ResamplingSpCVKnndm.R:2:3', 'test-ResamplingSpCVKnndm.R:23:3' • {mlr3spatial} is not installed (1): 'test-helper-DataBackend.R:3:3' • {raster} is not installed (1): 'test-mlr3pipelines-graph-integration.R:4:3' • {skmeans} is not installed (1): 'test-mlr_sptcv_generic.R:70:3' • {terra} is not installed (1): 'test-ResamplingSpCVBlock.R:115:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-1-autoplot.R:208:3'): plot() works for 'spcv_block' ──────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─mlr3spatiotempcv:::prepare_autoplot(...) at test-1-autoplot.R:208:3 2. │ └─rsmp(resampling_type, ...)$instantiate(task) at tests/testthat/helper_autoplot.R:8:3 3. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__instantiate(...) 4. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 5. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__.sample(...) 6. │ └─blockCV::cv_spatial(...) 7. │ └─blockCV:::.make_blocks(...) 8. └─base::loadNamespace(x) 9. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 10. └─base (local) withOneRestart(expr, restarts[[1L]]) 11. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-1-autoplot.R:239:3'): plot() works for 'repeated_spcv_block' ─── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─mlr3spatiotempcv:::prepare_autoplot(...) at test-1-autoplot.R:239:3 2. │ └─rsmp(resampling_type, ...)$instantiate(task) at tests/testthat/helper_autoplot.R:8:3 3. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 4. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 5. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 6. │ └─mlr3misc::map(...) 7. │ └─base::lapply(.x, .f, ...) 8. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 9. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 10. │ └─blockCV::cv_spatial(...) 11. │ └─blockCV:::.make_blocks(...) 12. └─base::loadNamespace(x) 13. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 14. └─base (local) withOneRestart(expr, restarts[[1L]]) 15. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-1-autoplot.R:309:3'): autplot blockCV shows correct blocks for repeated_cv ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsmp$instantiate(task) at test-1-autoplot.R:309:3 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingRepeatedSpCVBlock.R:6:3'): folds can be printed ────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsp$instantiate(task) at test-ResamplingRepeatedSpCVBlock.R:6:3 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingRepeatedSpCVBlock.R:16:3'): reps can be printed ────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsp$instantiate(task) at test-ResamplingRepeatedSpCVBlock.R:16:3 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingRepeatedSpCVBlock.R:26:3'): resampling iterations equals folds * repeats ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsp$instantiate(task) at test-ResamplingRepeatedSpCVBlock.R:26:3 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingRepeatedSpCVBlock.R:57:3'): no error when length(range) == repeats ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsp$instantiate(task) at test-ResamplingRepeatedSpCVBlock.R:57:3 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingRepeatedSpCVBlock.R:83:3'): mlr3spatiotempcv indices are the same as blockCV indices: cols and rows ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─base::suppressMessages(rsmp$instantiate(task)) at test-ResamplingRepeatedSpCVBlock.R:83:3 2. │ └─base::withCallingHandlers(...) 3. ├─rsmp$instantiate(task) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 5. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 6. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 7. │ └─mlr3misc::map(...) 8. │ └─base::lapply(.x, .f, ...) 9. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 10. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 11. │ └─blockCV::cv_spatial(...) 12. │ └─blockCV:::.make_blocks(...) 13. └─base::loadNamespace(x) 14. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 15. └─base (local) withOneRestart(expr, restarts[[1L]]) 16. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-2-autoplot.R:328:3'): plot() works for 'spcv_knndm' ──────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'mlr3spatial' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-2-autoplot.R:328:3 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingSpCVBlock.R:6:3'): resampling iterations equals folds ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsp$instantiate(task) at test-ResamplingSpCVBlock.R:6:3 2. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__.sample(...) 5. │ └─blockCV::cv_spatial(...) 6. │ └─blockCV:::.make_blocks(...) 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingSpCVBlock.R:62:3'): mlr3spatiotempcv indices are the same as blockCV indices: selection = checkerboard ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsmp$instantiate(task) at test-ResamplingSpCVBlock.R:62:3 2. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__.sample(...) 5. │ └─blockCV::cv_spatial(...) 6. │ └─blockCV:::.make_blocks(...) 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ResamplingSpCVBlock.R:94:3'): mlr3spatiotempcv indices are the same as blockCV indices: cols and rows ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─rsmp$instantiate(task) at test-ResamplingSpCVBlock.R:94:3 2. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__.sample(...) 5. │ └─blockCV::cv_spatial(...) 6. │ └─blockCV:::.make_blocks(...) 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-mlr_sptcv_generic.R:47:5'): train and test set getter functions are working ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─i$instantiate(task) at test-mlr_sptcv_generic.R:47:5 2. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingSpCVBlock__.sample(...) 5. │ └─blockCV::cv_spatial(...) 6. │ └─blockCV:::.make_blocks(...) 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-mlr_sptcv_generic.R:63:5'): train and test set getter functions are working ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'terra' Backtrace: ▆ 1. ├─i$instantiate(task) at test-mlr_sptcv_generic.R:63:5 2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__instantiate(...) 3. │ └─private$.sample(task$row_ids, task$coordinates(), task$crs, self$param_set$values$seed) 4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVBlock__.sample(...) 5. │ └─mlr3misc::map(...) 6. │ └─base::lapply(.x, .f, ...) 7. │ └─mlr3spatiotempcv (local) FUN(X[[i]], ...) 8. │ └─mlr3spatiotempcv (local) create_blocks(coords, self$param_set$values$range[i]) 9. │ └─blockCV::cv_spatial(...) 10. │ └─blockCV:::.make_blocks(...) 11. └─base::loadNamespace(x) 12. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 13. └─base (local) withOneRestart(expr, restarts[[1L]]) 14. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 14 | WARN 1 | SKIP 24 | PASS 1172 ] Deleting unused snapshots: • 1-autoplot/autoplot-show-blocks-true-show-labels-true.svg • 1-autoplot/custom-cv-fold-1-2-sample-fold-n.svg • 1-autoplot/custom-cv-fold-1-2.svg • 1-autoplot/custom-cv-fold-1-sample-fold-n.svg • 1-autoplot/custom-cv-fold-1.svg • 1-autoplot/custom-cv-sample-fold-n.svg • 1-autoplot/cv-fold-1-2-groups-col-role.svg • 1-autoplot/cv-fold-1-2-sample-fold-n.svg • 1-autoplot/cv-fold-1-2.svg • 1-autoplot/cv-fold-1-groups-col-role.svg • 1-autoplot/cv-fold-1-sample-fold-n.svg • 1-autoplot/cv-fold-1.svg • 1-autoplot/cv-sample-fold-n.svg • 1-autoplot/repcv-fold-1-2-rep-1.svg • 1-autoplot/repcv-fold-1-2-rep-2.svg • 1-autoplot/repcv-fold-1-rep-1.svg • 1-autoplot/repcv-fold-1-rep-2.svg • 1-autoplot/repspcvblock-all-test-sets.svg • 1-autoplot/repspcvblock-fold-1-2-rep-1.svg • 1-autoplot/repspcvblock-fold-1-2-rep-2.svg • 1-autoplot/repspcvblock-fold-1-rep-1.svg • 1-autoplot/repspcvblock-fold-1-rep-2.svg • 1-autoplot/repspcvcoords-fold-1-2-rep-1.svg • 1-autoplot/repspcvcoords-fold-1-2-rep-2.svg • 1-autoplot/repspcvcoords-fold-1-2-sample-fold-n.svg • 1-autoplot/repspcvcoords-fold-1-rep-1.svg • 1-autoplot/repspcvcoords-fold-1-rep-2.svg • 1-autoplot/repspcvcoords-fold-1-sample-fold-n.svg • 1-autoplot/repspcvcoords-sample-fold-n.svg • 1-autoplot/repspcvenv-fold-1-2-rep-1.svg • 1-autoplot/repspcvenv-fold-1-2-rep-2.svg • 1-autoplot/repspcvenv-fold-1-rep-1.svg • 1-autoplot/repspcvenv-fold-1-rep-2.svg • 1-autoplot/spcvblock-all-test-sets.svg • 1-autoplot/spcvblock-fold-1-2-sample-fold-n.svg • 1-autoplot/spcvblock-fold-1-2.svg • 1-autoplot/spcvblock-fold-1-sample-fold-n.svg • 1-autoplot/spcvblock-fold-1.svg • 1-autoplot/spcvblock-sample-fold-n.svg • 1-autoplot/spcvcoords-fold-1-2.svg • 1-autoplot/spcvcoords-fold-1.svg • 1-autoplot/spcvenv-fold-1-2-sample-fold-n.svg • 1-autoplot/spcvenv-fold-1-2.svg • 1-autoplot/spcvenv-fold-1-sample-fold-n.svg • 1-autoplot/spcvenv-fold-1.svg • 1-autoplot/spcvenv-sample-fold-n.svg • 2-autoplot/repspcvdisc-fold-1-2-rep-2.svg • 2-autoplot/repspcvdisc-fold-1-2-sample-fold-n.svg • 2-autoplot/repspcvdisc-fold-1-rep-1-sample-n-fold.svg • 2-autoplot/repspcvdisc-fold-1-rep-2.svg • 2-autoplot/repspcvdisc-fold-1-sample-fold-n.svg • 2-autoplot/repspcvdisc-sample-fold-n.svg • 2-autoplot/repspcvknndm-fold-1-2-rep-2.svg • 2-autoplot/repspcvknndm-fold-1-2-sample-fold-n.svg • 2-autoplot/repspcvknndm-fold-1-rep-1-sample-n-fold.svg • 2-autoplot/repspcvknndm-fold-1-rep-2.svg • 2-autoplot/repspcvknndm-fold-1-sample-fold-n.svg • 2-autoplot/repspcvknndm-sample-fold-n.svg • 2-autoplot/repspcvtiles-fold-1-2-rep-2.svg • 2-autoplot/repspcvtiles-fold-1-2-sample-fold-n.svg • 2-autoplot/repspcvtiles-fold-1-2.svg • 2-autoplot/repspcvtiles-fold-1-rep-2.svg • 2-autoplot/repspcvtiles-fold-1-sample-fold-n.svg • 2-autoplot/repspcvtiles-fold-1.svg • 2-autoplot/repspcvtiles-sample-fold-n.svg • 2-autoplot/repspcvtiles-show-omitted.svg • 2-autoplot/repsptcvcstf-2d-space-var-fold-1-2-rep-2.svg • 2-autoplot/repsptcvcstf-2d-space-var-fold-1-rep-2.svg • 2-autoplot/repsptcvcstf-fold-1-2-rep-1.svg • 2-autoplot/repsptcvcstf-fold-1-2-rep-2.svg • 2-autoplot/repsptcvcstf-fold-1-rep-1-sample-fold-n.svg • 2-autoplot/repsptcvcstf-fold-1-rep-2.svg • 2-autoplot/spcvdisc-fold-1-2.svg • 2-autoplot/spcvdisc-fold-1.svg • 2-autoplot/spcvdisc-show-omitted.svg • 2-autoplot/spcvknndm-all-test-sets.svg • 2-autoplot/spcvknndm-fold-1-2.svg • 2-autoplot/spcvknndm-fold-1.svg • 2-autoplot/sptcvcstf-2d-space-var-all-test-sets.svg • 2-autoplot/sptcvcstf-2d-space-var-fold-1-2.svg • 2-autoplot/sptcvcstf-2d-space-var-fold-1.svg • 2-autoplot/sptcvcstf-2d-time-var-all-test-sets.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1-2-rep-2.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1-2-sample-fold-n.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1-2.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1-rep-2.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1-sample-fold-n.svg • 2-autoplot/sptcvcstf-2d-time-var-fold-1.svg • 2-autoplot/sptcvcstf-2d-time-var-sample-fold-n.svg • 2-autoplot/sptcvcstf-3d-time-var-fold-1-2-sample-fold-n.svg • 2-autoplot/sptcvcstf-3d-time-var-fold-1-2.svg • 2-autoplot/sptcvcstf-3d-time-var-fold-1-sample-fold-n.svg • autoplot_buffer/spcvbuffer-fold-1-2.svg Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.3.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘mlr3spatiotempcv.Rmd’ using rmarkdown --- finished re-building ‘mlr3spatiotempcv.Rmd’ --- re-building ‘spatiotemp-viz.Rmd’ using rmarkdown Quitting from lines 90-148 [unnamed-chunk-4] (spatiotemp-viz.Rmd) Error: processing vignette 'spatiotemp-viz.Rmd' failed with diagnostics: there is no package called 'terra' --- failed re-building ‘spatiotemp-viz.Rmd’ SUMMARY: processing the following file failed: ‘spatiotemp-viz.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-clang