CRAN Package Check Results for Package geofi

Last updated on 2026-02-21 21:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 9.69 176.71 186.40 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 6.87 80.90 87.77 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 15.00 273.12 288.12 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 15.00 275.78 290.78 OK
r-devel-macos-arm64 1.1.0 3.00 107.00 110.00 OK
r-devel-windows-x86_64 1.1.0 16.00 252.00 268.00 OK
r-patched-linux-x86_64 1.1.0 OK
r-release-linux-x86_64 1.1.0 8.39 164.38 172.77 OK
r-release-macos-arm64 1.1.0 OK
r-release-macos-x86_64 1.1.0 7.00 249.00 256.00 OK
r-release-windows-x86_64 1.1.0 15.00 238.00 253.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 7.00 265.00 272.00 OK
r-oldrel-windows-x86_64 1.1.0 21.00 276.00 297.00 OK

Check Details

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 Flavor: r-devel-linux-x86_64-debian-gcc