Last updated on 2025-06-09 03:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 25.60 | 284.21 | 309.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 16.52 | 174.12 | 190.64 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 483.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 545.59 | NOTE | |||
r-devel-windows-x86_64 | 0.3.0 | 24.00 | 246.00 | 270.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 24.41 | 276.45 | 300.86 | OK | |
r-release-linux-x86_64 | 0.3.0 | 23.78 | 273.18 | 296.96 | OK | |
r-release-macos-arm64 | 0.3.0 | 118.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 262.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 24.00 | 231.00 | 255.00 | OK | |
r-oldrel-macos-arm64 | 0.3.0 | 130.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.0 | 374.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.0 | 33.00 | 348.00 | 381.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(arcpullr)
Loading required package: sf
Linking to GEOS 3.13.1, GDAL 3.10.3, PROJ 9.6.0; sf_use_s2() is TRUE
>
> test_check("arcpullr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 46 ]
══ 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 0 | SKIP 0 | PASS 46 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘intro_to_arcpullr.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/intro_to_arcpullr_files/figure-html/plot_county_layer-1.png
1344x1344 pixels, 8 bits/pixel, 182 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 63159 bytes
Input file size = 63879 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 52229
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 49735
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 49630
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 49630
Output IDAT size = 49630 bytes (13529 bytes decrease)
Output file size = 49708 bytes (14171 bytes = 22.18% decrease)
--- finished re-building ‘intro_to_arcpullr.Rmd’
--- re-building ‘raster_layers.Rmd’ using rmarkdown
Quitting from raster_layers.Rmd:20-37 [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
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_by_line-1.png
1344x960 pixels, 8 bits/pixel, 256 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 29080 bytes
Input file size = 29974 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23740
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 22076
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 21870
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 21870
Output IDAT size = 21870 bytes (7210 bytes decrease)
Output file size = 21948 bytes (8026 bytes = 26.78% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_by_point-1.png
1344x960 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66805 bytes
Input file size = 66979 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58604
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58604
Output IDAT size = 58604 bytes (8201 bytes decrease)
Output file size = 58682 bytes (8297 bytes = 12.39% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_by_multipoint-1.png
1344x1344 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73317 bytes
Input file size = 73491 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 67161
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 67086
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 67086
Output IDAT size = 67086 bytes (6231 bytes decrease)
Output file size = 67164 bytes (6327 bytes = 8.61% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_by_poly-1.png
1344x960 pixels, 8 bits/pixel, 256 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 52766 bytes
Input file size = 53696 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 47454
zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 46962
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 46962
Output IDAT size = 46962 bytes (5804 bytes decrease)
Output file size = 47040 bytes (6656 bytes = 12.40% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_by_env-1.png
1344x960 pixels, 8 bits/pixel, 256 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 68757 bytes
Input file size = 69711 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 60730
zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 60257
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 60257
Output IDAT size = 60257 bytes (8500 bytes decrease)
Output file size = 60335 bytes (9376 bytes = 13.45% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_sp_rel_contains-1.png
1344x960 pixels, 8 bits/pixel, 227 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 19860 bytes
Input file size = 20655 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15991
zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 15977
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 14968
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 14789
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 14789
Output IDAT size = 14789 bytes (5071 bytes decrease)
Output file size = 14867 bytes (5788 bytes = 28.02% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/arcpullr.Rcheck/vign_test/arcpullr/vignettes/spatial_queries_files/figure-html/plot_sp_rel_crosses-1.png
1344x960 pixels, 8 bits/pixel, 256 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 33635 bytes
Input file size = 34541 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27767
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 27340
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 27340
Output IDAT size = 27340 bytes (6295 bytes decrease)
Output file size = 27418 bytes (7123 bytes = 20.62% decrease)
--- finished re-building ‘spatial_queries.Rmd’
SUMMARY: processing the following file failed:
‘raster_layers.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘methods’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.