Last updated on 2021-01-29 06:47:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.04 | 56.15 | 60.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.48 | 43.37 | 46.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 81.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 70.13 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 13.00 | 93.00 | 106.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 4.22 | 54.18 | 58.40 | OK | |
r-patched-solaris-x86 | 0.1.1 | 99.70 | ERROR | |||
r-release-linux-x86_64 | 0.1.1 | 4.18 | 54.51 | 58.69 | OK | |
r-release-macos-x86_64 | 0.1.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 12.00 | 82.00 | 94.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 19.00 | 90.00 | 109.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘arcpullr-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_spatial_layer
> ### Title: Retrieve a spatial layer from an ArcGIS REST API
> ### Aliases: get_spatial_layer
>
> ### ** Examples
>
> # lava flows on Reykjanes (pr. 'rake-yah-ness') peninsula in Iceland
> base_url <- "https://arcgisserver.isor.is:6443/arcgis/rest/services"
> reykjanes_path <- "vi/uttekt_eldstodva_allt_2/MapServer/5"
> reykjanes_url <- paste(base_url, reykjanes_path, sep = "/")
> lava_flows <- get_spatial_layer(reykjanes_url)
> plot_layer(lava_flows, outline_poly = reykjanes)
Warning in CPL_transform(x, crs, aoi, pipeline, reverse) :
GDAL Error 1: No PROJ.4 translation for destination SRS, coordinate transformation initialization has failed.
Error in CPL_transform(x, crs, aoi, pipeline, reverse) :
OGRCreateCoordinateTransformation() returned NULL: PROJ available?
Calls: <Anonymous> ... st_transform -> st_transform.sfc -> structure -> CPL_transform
Execution halted
Flavors: r-patched-solaris-x86, r-oldrel-macos-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(arcpullr)
>
> test_check("arcpullr")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test_get_layer_by_geometry.R:44:13): get_layer_by_point returns the correct WATERBODY_WBIC ──
Error: Timeout was reached: [dnrmaps.wi.gov] Operation timed out after 10002 milliseconds with 0 out of 0 bytes received
Backtrace:
█
1. └─arcpullr::get_layer_by_point(url = hydro_lakes, geometry = point) test_get_layer_by_geometry.R:44:12
2. └─arcpullr::get_layer_by_spatial(...)
3. └─arcpullr::get_spatial_layer(...)
4. ├─jsonlite::fromJSON(...)
5. ├─httr::content(...)
6. │ ├─base::stopifnot(is.response(x))
7. │ └─httr:::is.response(x)
8. └─httr::POST(...)
9. └─httr:::request_perform(req, hu$handle$handle)
10. ├─httr:::request_fetch(req$output, req$url, handle)
11. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
12. └─curl::curl_fetch_memory(url, handle = handle)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘intro_to_arcpullr.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 102-104 (intro_to_arcpullr.Rmd)
Error: processing vignette 'intro_to_arcpullr.Rmd' failed with diagnostics:
OGRCreateCoordinateTransformation() returned NULL: PROJ available?
--- failed re-building ‘intro_to_arcpullr.Rmd’
SUMMARY: processing the following file failed:
‘intro_to_arcpullr.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-patched-solaris-x86, r-oldrel-macos-x86_64