CRAN Package Check Results for Package grobblR

Last updated on 2025-06-11 01:49:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 8.38 130.13 138.51 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 5.87 87.91 93.78 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 219.75 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 209.97 OK
r-devel-windows-x86_64 0.2.1 9.00 141.00 150.00 ERROR
r-patched-linux-x86_64 0.2.1 8.05 123.38 131.43 OK
r-release-linux-x86_64 0.2.1 8.11 122.69 130.80 OK
r-release-macos-arm64 0.2.1 80.00 OK
r-release-macos-x86_64 0.2.1 165.00 OK
r-release-windows-x86_64 0.2.1 10.00 147.00 157.00 ERROR
r-oldrel-macos-arm64 0.2.1 63.00 OK
r-oldrel-macos-x86_64 0.2.1 143.00 OK
r-oldrel-windows-x86_64 0.2.1 13.00 167.00 180.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(grobblR) > > test_check("grobblR") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_grob_image.R:25:5'): No errors when passing in a valid URL to a .png image. ── Error in `png::readPNG(source = RCurl::getURLContent(url = .image))`: unable to open Backtrace: ▆ 1. ├─testthat::expect_true(grid::is.grob(url_gl$grob)) at test_grob_image.R:25:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─grid::is.grob(url_gl$grob) 5. ├─grobblR (local) `<fn>`() 6. │ └─grid::gList(raw_grobs, grob_row_clone$grob) 7. ├─grobblR (local) `<fn>`() 8. │ └─grid::gList(raw_grobs, grob_col_clone$grob) 9. └─grobblR (local) `<fn>`() 10. └─grobblR:::convert_to_grob(...) 11. └─grobblR:::convert_to_image_grob(...) 12. └─png::readPNG(source = RCurl::getURLContent(url = .image)) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [9s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(grobblR) > > test_check("grobblR") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_grob_image.R:25:5'): No errors when passing in a valid URL to a .png image. ── Error in `png::readPNG(source = RCurl::getURLContent(url = .image))`: unable to open Backtrace: ▆ 1. ├─testthat::expect_true(grid::is.grob(url_gl$grob)) at test_grob_image.R:25:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─grid::is.grob(url_gl$grob) 5. ├─grobblR (local) `<fn>`() 6. │ └─grid::gList(raw_grobs, grob_row_clone$grob) 7. ├─grobblR (local) `<fn>`() 8. │ └─grid::gList(raw_grobs, grob_col_clone$grob) 9. └─grobblR (local) `<fn>`() 10. └─grobblR:::convert_to_grob(...) 11. └─grobblR:::convert_to_image_grob(...) 12. └─png::readPNG(source = RCurl::getURLContent(url = .image)) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(grobblR) > > test_check("grobblR") [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_grob_image.R:19:5'): No errors when passing in a valid URL to a .png image. ── Error: The object passed through grob_image() must either be a ggplot object, an existing URL to a .png image or an existing local file path to a .png image. Backtrace: ▆ 1. ├─url %>% grob_image() %>% grob_col() %>% grob_row() %>% ... at test_grob_image.R:19:5 2. ├─grobblR::grob_layout(.) 3. │ ├─grob_layout_class$new(...) 4. │ │ └─grobblR (local) initialize(...) 5. │ └─base::unlist(list(...)) 6. ├─grobblR::grob_row(.) 7. │ ├─grob_row_class$new(...) 8. │ │ └─grobblR (local) initialize(...) 9. │ └─base::unlist(list(...)) 10. ├─grobblR::grob_col(.) 11. │ └─grob_col_class$new(...) 12. │ └─grobblR (local) initialize(...) 13. └─grobblR::grob_image(.) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 20 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64