CRAN Package Check Results for Package ggbump

Last updated on 2025-11-14 21:50:00 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.01 46.65 51.66 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 3.51 33.81 37.32 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 40.00 43.16 83.16 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 14.00 54.87 68.87 ERROR
r-devel-windows-x86_64 0.1.0 10.00 56.00 66.00 ERROR
r-patched-linux-x86_64 0.1.0 5.22 41.88 47.10 ERROR
r-release-linux-x86_64 0.1.0 4.04 42.08 46.12 ERROR
r-release-macos-arm64 0.1.0 3.00 24.00 27.00 OK
r-release-macos-x86_64 0.1.0 4.00 35.00 39.00 OK
r-release-windows-x86_64 0.1.0 9.00 55.00 64.00 ERROR
r-oldrel-macos-arm64 0.1.0 2.00 21.00 23.00 NOTE
r-oldrel-macos-x86_64 0.1.0 3.00 29.00 32.00 NOTE
r-oldrel-windows-x86_64 0.1.0 9.00 66.00 75.00 ERROR

Check Details

Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘David Sjoberg <dav.sjob@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "David", family = "Sjoberg", role = c("aut", "cre"), email = "dav.sjob@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") Saving _problems/test-numeric_inputs-20.R Saving _problems/test-numeric_inputs-25.R Saving _problems/test-numeric_inputs-30.R [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── Expected `... %>% class()` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── Expected `... %>% class()` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── Expected `... %>% class()` to equal `c("gg", "ggplot")`. Differences: Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ggbump) > > test_check("ggbump") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-numeric_inputs.R:17:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── ... %>% class() not equal to c("gg", "ggplot"). Lengths differ: 5 is not 2 [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.