CRAN Package Check Results for Package RBPcurve

Last updated on 2023-03-30 08:53:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 12.44 105.45 117.89 OK
r-devel-linux-x86_64-debian-gcc 1.2 9.49 77.96 87.45 OK
r-devel-linux-x86_64-fedora-clang 1.2 143.10 OK
r-devel-linux-x86_64-fedora-gcc 1.2 145.16 OK
r-devel-windows-x86_64 1.2 14.00 0.00 14.00 ERROR
r-patched-linux-x86_64 1.2 14.47 95.58 110.05 OK
r-release-linux-x86_64 1.2 9.17 96.35 105.52 OK
r-release-macos-arm64 1.2 39.00 OK
r-release-macos-x86_64 1.2 78.00 OK
r-release-windows-x86_64 1.2 16.00 122.00 138.00 OK
r-oldrel-macos-arm64 1.2 46.00 OK
r-oldrel-macos-x86_64 1.2 69.00 OK
r-oldrel-windows-ix86+x86_64 1.2 26.00 123.00 149.00 OK

Check Details

Version: 1.2
Check: tests
Result: ERROR
     Running 'run-all.R' [7s]
    Running the tests in 'tests/run-all.R' failed.
    Complete output:
     > library(testthat)
     > library(mlr)
     Loading required package: ParamHelpers
     Warning message: 'mlr' is in 'maintenance-only' mode since July 2019.
     Future development will only happen in 'mlr3'
     (<https://mlr3.mlr-org.com>). Due to the focus on 'mlr3' there might be
     uncaught bugs meanwhile in {mlr} - please consider switching.
     >
     > test_check("RBPcurve")
     Loading required package: RBPcurve
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_add.R:18:9'): add_functions ────────────────────────────────────
     Error in `rect(y1, x1, y2, x2, ...)`: invalid graphics state
     Backtrace:
     ▆
     1. └─RBPcurve (local) checkAdd(fun = k, obj = obj, plot.values = i, show.info = j) at test_add.R:18:8
     2. ├─base::do.call(fun, fun.arg) at test_add.R:9:2
     3. └─RBPcurve::addWellCalib(obj = `<RBPObj>`, plot.values = TRUE)
     4. ├─TeachingDemos::subplot(...)
     5. ├─base::do.call(...)
     6. ├─graphics::barplot(...)
     7. └─graphics::barplot.default(...)
     8. └─graphics (local) xyrect(...)
     9. └─graphics::rect(y1, x1, y2, x2, ...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64