Last updated on 2026-05-25 16:50:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 25.18 | 275.32 | 300.50 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 15.79 | 173.82 | 189.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 48.00 | 477.88 | 525.88 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 45.00 | 477.01 | 522.01 | ERROR | |
| r-devel-windows-x86_64 | 0.3.2 | 26.00 | 241.00 | 267.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.2 | 21.64 | 259.43 | 281.07 | ERROR | |
| r-release-linux-x86_64 | 0.3.2 | 25.51 | 258.46 | 283.97 | ERROR | |
| r-release-macos-arm64 | 0.3.2 | 5.00 | 66.00 | 71.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 16.00 | 283.00 | 299.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 25.00 | 236.00 | 261.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.3.2 | 5.00 | 64.00 | 69.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.2 | 16.00 | 325.00 | 341.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 36.00 | 322.00 | 358.00 | ERROR |
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro_to_arcpullr.Rmd’ using rmarkdown
--- finished re-building ‘intro_to_arcpullr.Rmd’
--- re-building ‘raster_layers.Rmd’ using rmarkdown
--- finished re-building ‘raster_layers.Rmd’
--- re-building ‘spatial_queries.Rmd’ using rmarkdown
Quitting from spatial_queries.Rmd:309-312 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `sp_rel_lookup %>% DT::datatable()`:
! could not find function "%>%"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'spatial_queries.Rmd' failed with diagnostics:
could not find function "%>%"
--- failed re-building ‘spatial_queries.Rmd’
SUMMARY: processing the following file failed:
‘spatial_queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(arcpullr)
Loading required package: sf
Linking to GEOS 3.14.1, GDAL 3.12.3, PROJ 9.8.1; sf_use_s2() is TRUE
>
> test_check("arcpullr")
Saving _problems/test_layer_properties-3.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_layer_properties.R:3:1'): (code run outside of `test_that()`) ──
Error in `open.connection(x, "rb")`: cannot open the connection
Backtrace:
▆
1. └─arcpullr::get_layer_legend(wi_landcover_url) at test_layer_properties.R:3:1
2. ├─rvest::html_nodes(...)
3. │ └─rvest::html_elements(...)
4. ├─rvest::html_nodes(xml2::read_html(legend_url), "table")
5. │ └─rvest::html_elements(...)
6. ├─xml2::read_html(legend_url)
7. └─xml2:::read_html.default(legend_url)
8. ├─base::suppressWarnings(...)
9. │ └─base::withCallingHandlers(...)
10. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
11. └─xml2:::read_xml.character(...)
12. └─xml2:::read_xml.connection(...)
13. ├─base::open(x, "rb")
14. └─base::open.connection(x, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro_to_arcpullr.Rmd’ using rmarkdown
--- finished re-building ‘intro_to_arcpullr.Rmd’
--- re-building ‘raster_layers.Rmd’ using rmarkdown
Quitting from raster_layers.Rmd:18-35 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `open.connection()`:
! cannot open the connection
---
Backtrace:
▆
1. ├─dplyr::arrange(...)
2. ├─arcpullr::match_legend_colors(...)
3. │ ├─base::stopifnot("raster_legend" %in% class(legend))
4. │ ├─"raster_legend" %in% class(legend)
5. │ └─"raster_legend" %in% class(legend)
6. └─arcpullr::get_layer_legend(wi_landcover_url)
7. ├─rvest::html_nodes(...)
8. │ └─rvest::html_elements(...)
9. ├─rvest::html_nodes(xml2::read_html(legend_url), "table")
10. │ └─rvest::html_elements(...)
11. ├─xml2::read_html(legend_url)
12. └─xml2:::read_html.default(legend_url)
13. ├─base::suppressWarnings(...)
14. │ └─base::withCallingHandlers(...)
15. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
16. └─xml2:::read_xml.character(...)
17. └─xml2:::read_xml.connection(...)
18. ├─base::open(x, "rb")
19. └─base::open.connection(x, "rb")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'raster_layers.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘raster_layers.Rmd’
--- re-building ‘spatial_queries.Rmd’ using rmarkdown
Quitting from spatial_queries.Rmd:309-312 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `sp_rel_lookup %>% DT::datatable()`:
! could not find function "%>%"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'spatial_queries.Rmd' failed with diagnostics:
could not find function "%>%"
--- failed re-building ‘spatial_queries.Rmd’
SUMMARY: processing the following files failed:
‘raster_layers.Rmd’ ‘spatial_queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘intro_to_arcpullr.Rmd’ using rmarkdown
--- finished re-building ‘intro_to_arcpullr.Rmd’
--- re-building ‘raster_layers.Rmd’ using rmarkdown
--- finished re-building ‘raster_layers.Rmd’
--- re-building ‘spatial_queries.Rmd’ using rmarkdown
Quitting from spatial_queries.Rmd:309-312 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `sp_rel_lookup %>% DT::datatable()`:
! could not find function "%>%"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'spatial_queries.Rmd' failed with diagnostics:
could not find function "%>%"
--- failed re-building ‘spatial_queries.Rmd’
SUMMARY: processing the following file failed:
‘spatial_queries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64