CRAN Package Check Results for Package GHRexplore

Last updated on 2025-07-11 05:49:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 6.99 157.59 164.58 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 4.90 107.01 111.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 268.59 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 265.84 OK
r-patched-linux-x86_64 0.1.0 7.76 145.77 153.53 ERROR
r-release-macos-x86_64 0.1.1 144.00 OK
r-release-windows-x86_64 0.1.1 9.00 165.00 174.00 OK
r-oldrel-macos-x86_64 0.1.1 157.00 OK
r-oldrel-windows-x86_64 0.1.0 9.00 148.00 157.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/21s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(GHRexplore) > > test_check("GHRexplore") [ FAIL 2 | WARN 1 | SKIP 0 | PASS 258 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plot_combine.R:63:3'): plot_combine works with combine_legend = TRUE ── `result <- plot_combine(plots, combine_legend = TRUE)` did not throw the expected warning. ── Failure ('test-plot_combine.R:69:3'): plot_combine with both combine_legend and combine_xaxis = TRUE ── `... <- NULL` did not throw the expected warning. [ FAIL 2 | WARN 1 | SKIP 0 | PASS 258 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/26s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(GHRexplore) > > test_check("GHRexplore") [ FAIL 2 | WARN 1 | SKIP 0 | PASS 258 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plot_combine.R:63:3'): plot_combine works with combine_legend = TRUE ── `result <- plot_combine(plots, combine_legend = TRUE)` did not throw the expected warning. ── Failure ('test-plot_combine.R:69:3'): plot_combine with both combine_legend and combine_xaxis = TRUE ── `... <- NULL` did not throw the expected warning. [ FAIL 2 | WARN 1 | SKIP 0 | PASS 258 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64