CRAN Package Check Results for Package RBPcurve

Last updated on 2025-04-05 07:53:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 9.39 76.92 86.31 NOTE
r-devel-linux-x86_64-debian-gcc 1.2 6.02 57.69 63.71 NOTE
r-devel-linux-x86_64-fedora-clang 1.2 138.77 OK
r-devel-linux-x86_64-fedora-gcc 1.2 130.52 OK
r-devel-macos-arm64 1.2 40.00 OK
r-devel-macos-x86_64 1.2 95.00 OK
r-devel-windows-x86_64 1.2 11.00 85.00 96.00 NOTE
r-patched-linux-x86_64 1.2 7.92 73.32 81.24 NOTE
r-release-linux-x86_64 1.2 8.25 73.09 81.34 OK
r-release-macos-arm64 1.2 41.00 OK
r-release-macos-x86_64 1.2 79.00 OK
r-release-windows-x86_64 1.2 11.00 84.00 95.00 OK
r-oldrel-macos-arm64 1.2 OK
r-oldrel-macos-x86_64 1.2 71.00 OK
r-oldrel-windows-x86_64 1.2 13.00 105.00 118.00 ERROR

Check Details

Version: 1.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: addWellCalib.Rd: subplot Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 1.2
Check: tests
Result: ERROR Running 'run-all.R' [6s] Running the tests in 'tests/run-all.R' failed. Complete output: > library(testthat) > library(mlr) Loading required package: ParamHelpers > > 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