Last updated on 2025-11-03 12:49:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 3.16 | 42.08 | 45.24 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 2.79 | 37.79 | 40.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 74.59 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 83.60 | OK | |||
| r-devel-windows-x86_64 | 1.1 | 6.00 | 68.00 | 74.00 | OK | |
| r-patched-linux-x86_64 | 1.1 | 4.35 | 45.45 | 49.80 | OK | |
| r-release-linux-x86_64 | 1.1 | 3.56 | 45.06 | 48.62 | OK | |
| r-release-macos-arm64 | 1.1 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-macos-x86_64 | 1.1 | 4.00 | 85.00 | 89.00 | OK | |
| r-release-windows-x86_64 | 1.1 | 6.00 | 68.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 1.1 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1 | 3.00 | 79.00 | 82.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1 | 7.00 | 81.00 | 88.00 | OK | 
Version: 1.1
Check: examples
Result: ERROR
  Running examples in ‘GISSB-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: address_to_coords
  > ### Title: Convert addresses to coordinates
  > ### Aliases: address_to_coords
  > 
  > ### ** Examples
  > 
  > address_to_coords(zip_code = "0185", address = "Schweigaards gate 10")
  Error: Please install xml2 package
  Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [8s/12s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(GISSB)
    > 
    > testthat::test_check("GISSB")
    [ FAIL 2 | WARN 5 | SKIP 0 | PASS 12 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-address_to_coords.R:4:3'): Testing address_to_coords ───────────
    Error: Please install xml2 package
    Backtrace:
        ▆
     1. └─GISSB::address_to_coords(zip_code = "0177", address = "Akersveien 26") at test-address_to_coords.R:4:3
     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 ('test-coords_to_node.R:18:3'): Testing coords_to_node ────────────────
    Error: Please install xml2 package
    Backtrace:
        ▆
     1. └─GISSB::address_to_coords(zip_code = "0177", address = "Akersveien 26") at test-coords_to_node.R:18:3
     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")
    
    [ FAIL 2 | WARN 5 | SKIP 0 | PASS 12 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
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-clang