CRAN Package Check Results for Package ggparallel

Last updated on 2025-09-11 21:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 6.62 65.66 72.28 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 5.84 53.29 59.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 122.25 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.0 115.92 ERROR
r-devel-windows-x86_64 0.4.0 9.00 73.00 82.00 OK
r-patched-linux-x86_64 0.4.0 6.98 60.80 67.78 OK
r-release-linux-x86_64 0.4.0 6.60 60.01 66.61 OK
r-release-macos-arm64 0.4.0 37.00 OK
r-release-macos-x86_64 0.4.0 56.00 OK
r-release-windows-x86_64 0.4.0 10.00 75.00 85.00 OK
r-oldrel-macos-arm64 0.4.0 33.00 OK
r-oldrel-macos-x86_64 0.4.0 47.00 OK
r-oldrel-windows-x86_64 0.4.0 11.00 92.00 103.00 OK

Check Details

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] 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(ggparallel) Loading required package: ggplot2 > > test_check("ggparallel") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ggparallel.R:12:3'): ggparallel works ────────────────────────── Error in `UseMethod("ggplot_build")`: no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot')" Backtrace: ▆ 1. └─ggplot2::ggplot_build(test_mtcars_plot) at test-ggparallel.R:12:3 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ 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(ggparallel) Loading required package: ggplot2 > > test_check("ggparallel") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ggparallel.R:12:3'): ggparallel works ────────────────────────── Error in `UseMethod("ggplot_build")`: no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot')" Backtrace: ▆ 1. └─ggplot2::ggplot_build(test_mtcars_plot) at test-ggparallel.R:12:3 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc