Last updated on 2026-02-22 02:50:57 CET.
| Package | ERROR | OK |
|---|---|---|
| geofi | 2 | 12 |
Current CRAN status: ERROR: 2, OK: 12
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘geofi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: wfs_api
> ### Title: WFS API
> ### Aliases: wfs_api
>
> ### ** Examples
>
> wfs_api(base_url = "http://geo.stat.fi/geoserver/wfs",
+ queries = append(list("service" = "WFS", "version" = "1.0.0"),
+ list(request = "getFeature",
+ layer = "tilastointialueet:kunta4500k_2017")))
Requesting response from: http://geo.stat.fi/geoserver/wfs?service=WFS&version=1.0.0&request=getFeature&layer=tilastointialueet%3Akunta4500k_2017
Error in read_xml.raw(resp$content) :
Space required after the Public Identifier [65]
Calls: wfs_api -> <Anonymous> -> read_xml.raw
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64