CRAN Package Check Results for Package GISSB

Last updated on 2026-06-29 13:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 3.50 53.35 56.85 OK
r-devel-linux-x86_64-debian-gcc 1.1 2.69 40.77 43.46 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 6.00 82.83 88.83 OK
r-devel-linux-x86_64-fedora-gcc 1.1 114.95 OK
r-devel-windows-x86_64 1.1 6.00 94.00 100.00 OK
r-patched-linux-x86_64 1.1 3.66 45.56 49.22 OK
r-release-linux-x86_64 1.1 OK
r-release-macos-arm64 1.1 1.00 37.00 38.00 OK
r-release-macos-x86_64 1.1 3.00 92.00 95.00 OK
r-release-windows-x86_64 1.1 8.00 98.00 106.00 OK
r-oldrel-macos-arm64 1.1 OK
r-oldrel-macos-x86_64 1.1 3.00 86.00 89.00 OK
r-oldrel-windows-x86_64 1.1 8.00 94.00 102.00 OK

Check Details

Version: 1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GISSB) > > testthat::test_check("GISSB") Saving _problems/test-coords_to_google-6.R [ FAIL 1 | WARN 5 | SKIP 0 | PASS 14 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-coords_to_google.R:4:3'): Testing coords_to_google ───────────── Error: Please install xml2 package Backtrace: ▆ 1. ├─... %>% coords_to_google() at test-coords_to_google.R:4:3 2. ├─GISSB::coords_to_google(.) 3. │ ├─... %>% sf::st_transform(coords, crs = crs_out) 4. │ └─sf::st_transform(coords, crs = 4326) 5. ├─sf::st_transform(., coords, crs = crs_out) 6. ├─dplyr::select(., -coords_google_1, -coords_google_2) 7. ├─dplyr::mutate(...) 8. ├─dplyr::mutate(...) 9. ├─dplyr::mutate(...) 10. ├─dplyr::mutate(...) 11. └─GISSB::address_to_coords(zip_code = "0177", address = "Akersveien 26") 12. └─base (local) address_coord_func_vec(zip_code, address) 13. ├─base::do.call(...) 14. └─base::mapply(...) 15. └─GISSB (local) `<fn>`(zip_code = dots[[1L]][[1L]], address = dots[[2L]][[1L]]) 16. └─httr::content(resp) 17. └─httr:::parse_auto(raw, type, encoding, ...) 18. └─httr (local) parser(x = content, type = type, encoding = encoding, ...) 19. └─httr:::need_package("xml2") [ FAIL 1 | WARN 5 | SKIP 0 | PASS 14 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘GISSB_vignette.Rmd’ using rmarkdown Quitting from GISSB_vignette.Rmd:64-74 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Please install xml2 package --- Backtrace: ▆ 1. └─GISSB::address_to_coords(zip_code = "2211", address = "Otervegen 23") 2. └─base (local) address_coord_func_vec(zip_code, address) 3. ├─base::do.call(...) 4. └─base::mapply(...) 5. └─GISSB (local) `<fn>`(zip_code = dots[[1L]][[1L]], address = dots[[2L]][[1L]]) 6. └─httr::content(resp) 7. └─httr:::parse_auto(raw, type, encoding, ...) 8. └─httr (local) parser(x = content, type = type, encoding = encoding, ...) 9. └─httr:::need_package("xml2") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'GISSB_vignette.Rmd' failed with diagnostics: Please install xml2 package --- failed re-building ‘GISSB_vignette.Rmd’ SUMMARY: processing the following file failed: ‘GISSB_vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc