CRAN Package Check Results for Package GISSB

Last updated on 2024-05-29 08:56:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 4.92 56.43 61.35 OK
r-devel-linux-x86_64-debian-gcc 1.1 3.87 42.64 46.51 OK
r-devel-linux-x86_64-fedora-clang 1.1 76.71 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 84.75 NOTE
r-devel-windows-x86_64 1.1 7.00 66.00 73.00 OK
r-patched-linux-x86_64 1.1 5.09 53.95 59.04 OK
r-release-linux-x86_64 1.1 3.60 54.62 58.22 OK
r-release-macos-arm64 1.1 56.00 OK
r-release-windows-x86_64 1.1 6.00 126.00 132.00 ERROR
r-oldrel-macos-arm64 1.1 53.00 OK
r-oldrel-macos-x86_64 1.1 79.00 OK
r-oldrel-windows-x86_64 1.1 9.00 76.00 85.00 OK

Check Details

Version: 1.1
Check: data for non-ASCII characters
Result: NOTE Note: found 866 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1
Check: tests
Result: ERROR Running 'testthat.R' [49s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(GISSB) > > testthat::test_check("GISSB") Error in function (type, msg, asError = TRUE) : Failed to connect to ws.geonorge.no port 443 after 21024 ms: Couldn't connect to server Error in function (type, msg, asError = TRUE) : Failed to connect to ws.geonorge.no port 443 after 21008 ms: Couldn't connect to server [ FAIL 2 | WARN 0 | SKIP 0 | PASS 13 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address_to_coords.R:4:3'): Testing address_to_coords ─────────── Error in `address_to_coords(zip_code = "0177", address = "Akersveien 26")`: No access to: https://ws.geonorge.no/adresser/v1/ Backtrace: ▆ 1. └─GISSB::address_to_coords(zip_code = "0177", address = "Akersveien 26") at test-address_to_coords.R:4:3 ── Error ('test-coords_to_google.R:4:3'): Testing coords_to_google ───────────── Error in `address_to_coords(zip_code = "0177", address = "Akersveien 26")`: No access to: https://ws.geonorge.no/adresser/v1/ 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") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 13 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64