- using R version 4.5.1 (2025-06-13)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-19) 14.2.0
GNU Fortran (Debian 14.2.0-19) 14.2.0
- running under: Debian GNU/Linux 13 (trixie)
- using session charset: UTF-8
- checking for file ‘grobblR/DESCRIPTION’ ... OK
- this is package ‘grobblR’ version ‘0.2.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘grobblR’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [8s/9s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking R/sysdata.rda ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [14s/14s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [8s/11s] ERROR
Running ‘testthat.R’ [8s/11s]
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [72s/94s] OK
- checking PDF version of manual ... [5s/6s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR