CRAN Package Check Results for Maintainer ‘Jonas Lieth <jonas.lieth at gesis.org>’

Last updated on 2025-12-07 07:50:33 CET.

Package ERROR WARN OK
ffm 1 12
photon 2 11
r311 1 12
z22 1 1 11

Package ffm

Current CRAN status: WARN: 1, OK: 12

Version: 0.1.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package photon

Current CRAN status: ERROR: 2, OK: 11

Version: 0.7.4
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.4
Check: examples
Result: ERROR Running examples in ‘photon-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: with_photon > ### Title: Local photon instances > ### Aliases: with_photon > > ### ** Examples > > # Get a public instance > pub_photon <- new_photon() > > # Mount a custom instance > new_photon(url = "https://localhost:8001/") <photon> Type : remote Server : https://localhost:8001/ > > # Geocode with the public instance only once > with_photon(pub_photon, geocode("Rutland")) Error in `httr2::req_perform()`: ! HTTP 502 Bad Gateway. Backtrace: ▆ 1. ├─photon::with_photon(pub_photon, geocode("Rutland")) 2. │ └─base::force(code) 3. └─photon::geocode("Rutland") 4. └─base::.mapply(iter, MoreArgs = options, FUN = geocode_impl) 5. └─photon (local) `<fn>`(q = dots[[1L]][[1L]], i = dots[[2L]][[1L]], env = `<env>`) 6. └─photon:::query_photon(...) 7. └─httr2::req_perform(req) 8. └─httr2:::handle_resp(req, resp, error_call = error_call) 9. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 10. ├─rlang::catch_cnd(...) 11. │ ├─rlang::eval_bare(...) 12. │ ├─base::tryCatch(...) 13. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 14. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 16. │ └─base::force(expr) 17. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.7.4
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package r311

Current CRAN status: WARN: 1, OK: 12

Version: 0.4.3
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.3
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package z22

Current CRAN status: ERROR: 1, WARN: 1, OK: 11

Version: 1.1.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'sinew', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: tests
Result: ERROR Running 'testthat.R' [13s] 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(z22) > > test_check("z22") The tzdb package is not installed. Timezones will not be available to Arrow compute functions. Saving _problems/test-pkg-110.R Saving _problems/test-pkg-132.R [ FAIL 2 | WARN 2 | SKIP 1 | PASS 67 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-pkg.R:74:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-pkg.R:110:3'): grid can be downloaded ────────────────────────── Error: [rast] empty srs Backtrace: ▆ 1. └─z22::z22_grid("100km", as = "raster") at test-pkg.R:110:3 2. └─z22:::as_spatial_maybe(grid, as = as) 3. ├─terra::rast(x, crs = "EPSG:3035") 4. └─terra::rast(x, crs = "EPSG:3035") 5. └─terra (local) .local(x, ...) 6. └─terra:::.rastFromXYZ(x, crs = crs, digits = digits, extent = extent) 7. ├─terra::rast(...) 8. └─terra::rast(...) 9. └─terra (local) .local(x = x, ...) 10. └─terra:::new_rast(...) 11. └─terra:::messages(r, "rast") 12. └─terra:::error(f, x@pntr$getError()) ── Error ('test-pkg.R:132:3'): data can be pivoted ───────────────────────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─z22::z22_pivot_longer(...) at test-pkg.R:132:3 2. └─z22::z22_data("citizenship", as = "raster") 3. └─z22:::as_spatial_maybe(out, as = as) 4. └─base::lapply(...) 5. └─z22 (local) FUN(X[[i]], ...) 6. ├─terra::rast(x[c("x", "y", cat)], type = "xyz", crs = "EPSG:3035") 7. └─terra::rast(x[c("x", "y", cat)], type = "xyz", crs = "EPSG:3035") 8. └─terra (local) .local(x, ...) 9. └─terra:::.rastFromXYZ(x, crs = crs, digits = digits, extent = extent) 10. ├─terra::rast(...) 11. └─terra::rast(...) 12. └─terra (local) .local(x = x, ...) 13. └─terra:::new_rast(...) 14. └─terra:::messages(r, "rast") 15. └─terra:::error(f, x@pntr$getError()) [ FAIL 2 | WARN 2 | SKIP 1 | PASS 67 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'z22.Rmd' using rmarkdown File man/figures/vignette/unnamed-chunk-5-1.png not found in resource path Error: processing vignette 'z22.Rmd' failed with diagnostics: pandoc document conversion failed with error 99 --- failed re-building 'z22.Rmd' SUMMARY: processing the following file failed: 'z22.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64