CRAN Package Check Results for Package mlr3spatiotempcv

Last updated on 2022-10-16 06:50:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 18.33 318.71 337.04 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.2 16.88 259.92 276.80 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.2 434.53 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.2 417.64 ERROR
r-devel-windows-x86_64 2.0.2 463.00 382.00 845.00 OK
r-patched-linux-x86_64 2.0.2 ERROR
r-release-linux-x86_64 2.0.2 16.87 311.47 328.34 ERROR
r-release-macos-arm64 2.0.2 89.00 OK
r-release-macos-x86_64 2.0.2 117.00 OK
r-release-windows-x86_64 2.0.2 259.00 379.00 638.00 OK
r-oldrel-macos-arm64 2.0.2 90.00 OK
r-oldrel-macos-x86_64 2.0.2 119.00 OK
r-oldrel-windows-ix86+x86_64 2.0.2 37.00 320.00 357.00 OK

Additional issues

noSuggests

Check Details

Version: 2.0.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'sperrorest'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0.2
Check: Rd cross-references
Result: NOTE
    Unknown package 'sperrorest' in Rd xrefs
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0.2
Check: tests
Result: ERROR
     Running 'testthat.R' [112s/73s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     == Skipped tests ===============================================================
     * On CRAN (29)
     * On Linux (2)
     * mlr3spatial cannot be loaded (1)
     * sperrorest cannot be loaded (20)
     * until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     == Failed tests ================================================================
     -- Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' --------------
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     x
     1. +-rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. | \-mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. | \-private$.sample(task$row_ids, task$coordinates())
     4. | \-mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. \-base::loadNamespace(x)
     6. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. \-base (local) withOneRestart(expr, restarts[[1L]])
     8. \-base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.0.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 91-149 (spatiotemp-viz.Rmd)
    Error: processing vignette 'spatiotemp-viz.Rmd' failed with diagnostics:
    there is no package called 'sperrorest'
    --- failed re-building 'spatiotemp-viz.Rmd'
    
    SUMMARY: processing the following file failed:
     'spatiotemp-viz.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [97s/86s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (29)
     • On Linux (2)
     • mlr3spatial cannot be loaded (1)
     • sperrorest cannot be loaded (20)
     • until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' ──────────────
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     ▆
     1. ├─rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. │ └─private$.sample(task$row_ids, task$coordinates())
     4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. └─base::loadNamespace(x)
     6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. └─base (local) withOneRestart(expr, restarts[[1L]])
     8. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [141s/67s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (29)
     • On Linux (2)
     • mlr3spatial cannot be loaded (1)
     • sperrorest cannot be loaded (20)
     • until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' ──────────────
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     ▆
     1. ├─rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. │ └─private$.sample(task$row_ids, task$coordinates())
     4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. └─base::loadNamespace(x)
     6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. └─base (local) withOneRestart(expr, restarts[[1L]])
     8. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.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 91-149 (spatiotemp-viz.Rmd)
    Error: processing vignette 'spatiotemp-viz.Rmd' failed with diagnostics:
    there is no package called 'sperrorest'
    --- failed re-building ‘spatiotemp-viz.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘spatiotemp-viz.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [133s/70s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (29)
     • On Linux (2)
     • empty test (1)
     • sperrorest cannot be loaded (20)
     • until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' ──────────────
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     ▆
     1. ├─rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. │ └─private$.sample(task$row_ids, task$coordinates())
     4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. └─base::loadNamespace(x)
     6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. └─base (local) withOneRestart(expr, restarts[[1L]])
     8. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [117s/74s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (29)
     • On Linux (2)
     • mlr3spatial cannot be loaded (1)
     • sperrorest cannot be loaded (20)
     • until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' ──────────────
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     ▆
     1. ├─rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. │ └─private$.sample(task$row_ids, task$coordinates())
     4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. └─base::loadNamespace(x)
     6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. └─base (local) withOneRestart(expr, restarts[[1L]])
     8. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [116s/69s]
    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 1 | WARN 0 | SKIP 53 | PASS 1156 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (29)
     • On Linux (2)
     • mlr3spatial cannot be loaded (1)
     • sperrorest cannot be loaded (20)
     • until mlr3filters >= 0.5.1 in on CRAN - including as_task assertion fix (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-2-autoplot.R:276'): plot() works for 'spcv_tiles' ──────────────
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'sperrorest'
     Backtrace:
     ▆
     1. ├─rsp$instantiate(task) at test-2-autoplot.R:276:2
     2. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__instantiate(...)
     3. │ └─private$.sample(task$row_ids, task$coordinates())
     4. │ └─mlr3spatiotempcv:::.__ResamplingRepeatedSpCVTiles__.sample(...)
     5. └─base::loadNamespace(x)
     6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     7. └─base (local) withOneRestart(expr, restarts[[1L]])
     8. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 53 | PASS 1156 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64