* using log directory ‘/srv/hornik/tmp/CRAN/geofacet.Rcheck’ * using R Under development (unstable) (2023-11-28 r85645) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.5 (1) Debian flang-new version 17.0.5 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘geofacet/DESCRIPTION’ ... OK * this is package ‘geofacet’ version ‘0.2.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [5s/18s] NOTE Maintainer: ‘Ryan Hafen ’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2023-11-28 as issues were not corrected in time. Found the following (possibly) invalid URLs: URL: https://countymapsofwashington.com/aapics/washingstate.gif From: man/grids.Rd Status: 403 Message: Forbidden URL: https://github.com/italocegatta From: man/grids.Rd Status: 429 Message: Too Many Requests URL: https://github.com/mth444 From: man/grids.Rd Status: 429 Message: Too Many Requests * 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 ‘geofacet’ can be installed ... [4s/4s] OK * 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 R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/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 ... [5s/5s] 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [2s/2s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [32s/33s] ERROR Running ‘testthat.R’ [32s/32s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(geofacet) > > test_check("geofacet") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 14 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-examples.R:5:1' • rnaturalearthhires cannot be loaded (1): 'test-auto.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-grids.R:6:3'): grids all load and work correctly ─────────────── Error in `grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, resolveHJust(x$just, x$hjust), resolveVJust(x$just, x$vjust), x$rot, x$check.overlap)`: conversion failure on '도봉' in 'mbcsToSbcs': for 도 (U+B3C4) Backtrace: ▆ 1. ├─geofacet::grid_preview(grd) at test-grids.R:6:3 2. │ ├─base::suppressWarnings(plot(p)) 3. │ │ └─base::withCallingHandlers(...) 4. │ ├─base::plot(p) 5. │ └─ggplot2:::plot.ggplot(p) 6. │ ├─grid::grid.draw(gtable) 7. │ └─grid:::grid.draw.gTree(gtable) 8. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 9. ├─grid:::drawGTree(x) 10. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 11. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE) 12. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 13. ├─grid:::drawGTree(x) 14. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 15. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE) 16. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 17. ├─grid:::drawGTree(x) 18. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 19. │ └─grid:::grid.draw.grob(x$children[[i]], recording = FALSE) 20. │ └─grDevices::recordGraphics(drawGrob(x), list(x = x), getNamespace("grid")) 21. └─grid:::drawGrob(x) 22. ├─grid::drawDetails(x, recording = FALSE) 23. └─grid:::drawDetails.text(x, recording = FALSE) 24. └─grid:::grid.Call.graphics(...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 14 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking re-building of vignette outputs ... [29s/30s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE