CRAN Package Check Results for Package ParamHelpers

Last updated on 2026-06-07 20:51:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.14.2 7.03 92.54 99.57 OK
r-devel-linux-x86_64-debian-gcc 1.14.2 5.00 60.57 65.57 ERROR
r-devel-linux-x86_64-fedora-clang 1.14.2 12.00 144.59 156.59 OK
r-devel-linux-x86_64-fedora-gcc 1.14.2 12.00 139.73 151.73 OK
r-devel-windows-x86_64 1.14.2 11.00 100.00 111.00 OK
r-patched-linux-x86_64 1.14.2 8.36 85.71 94.07 OK
r-release-linux-x86_64 1.14.2 7.07 86.71 93.78 OK
r-release-macos-arm64 1.14.2 2.00 20.00 22.00 OK
r-release-macos-x86_64 1.14.2 6.00 75.00 81.00 OK
r-release-windows-x86_64 1.14.2 13.00 100.00 113.00 OK
r-oldrel-macos-arm64 1.14.2 OK
r-oldrel-macos-x86_64 1.14.2 6.00 68.00 74.00 OK
r-oldrel-windows-x86_64 1.14.2 18.00 119.00 137.00 OK

Check Details

Version: 1.14.2
Check: tests
Result: ERROR Running ‘run-all.R’ [20s/13s] Running the tests in ‘tests/run-all.R’ failed. Complete output: > library(testthat) > library(BBmisc) Attaching package: 'BBmisc' The following object is masked from 'package:base': isFALSE > library(ParamHelpers) > > test_check("ParamHelpers") Starting 2 test processes. > test_plotEAF.R: Loading required package: eaf > test_plotYTrace.R: Loading required package: plyr Saving _problems/test_renderOptPathPlot-20.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1042 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_convertParamSetToIrace.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_renderOptPathPlot.R:20:3'): renderOptPathPlot ────────────────── Error in `requirePackages(c("GGally", "ggplot2"), why = "renderOptPathPlot", default.method = "load")`: For renderOptPathPlot please install the following packages: GGally Backtrace: ▆ 1. └─ParamHelpers::renderOptPathPlot(op0, iter = 0, alpha = FALSE) at test_renderOptPathPlot.R:20:3 2. └─BBmisc::requirePackages(...) 3. └─BBmisc::stopf(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1042 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc