CRAN Package Check Results for Package RBPcurve

Last updated on 2024-04-23 08:58:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 10.74 98.07 108.81 OK
r-devel-linux-x86_64-debian-gcc 1.2 8.58 73.50 82.08 OK
r-devel-linux-x86_64-fedora-clang 1.2 140.86 OK
r-devel-linux-x86_64-fedora-gcc 1.2 127.09 OK
r-prerel-macos-arm64 1.2 41.00 OK
r-prerel-windows-x86_64 1.2 11.00 84.00 95.00 OK
r-patched-linux-x86_64 1.2 15.39 94.58 109.97 OK
r-release-linux-x86_64 1.2 10.56 95.62 106.18 OK
r-release-macos-arm64 1.2 45.00 OK
r-release-macos-x86_64 1.2 71.00 OK
r-release-windows-x86_64 1.2 13.00 104.00 117.00 OK
r-oldrel-macos-arm64 1.2 39.00 OK
r-oldrel-windows-x86_64 1.2 14.00 104.00 118.00 ERROR

Check Details

Version: 1.2
Check: tests
Result: ERROR Running 'run-all.R' [5s] 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:9 2. ├─base::do.call(fun, fun.arg) at test_add.R:9:3 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-oldrel-windows-x86_64