R Under development (unstable) (2024-03-08 r86072 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. > if (requireNamespace("testthat", quietly = TRUE)) { + library("checkmate") + library("testthat") + library("mlr3spatial") + test_check("mlr3spatial") + } Loading required package: mlr3 [ FAIL 0 | WARN 1 | SKIP 6 | PASS 313 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On Windows (1): 'test_predict_spatial.R:88:3' • raster cannot be loaded (5): 'test_DataBackendRaster.R:420:3', 'test_DataBackendRaster.R:433:3', 'test_as_task_unsupervised.R:24:3', 'test_as_task_unsupervised.R:37:3', 'test_predict_spatial.R:176:3' [ FAIL 0 | WARN 1 | SKIP 6 | PASS 313 ] > > proc.time() user system elapsed 18.92 1.32 37.25