Last updated on 2026-05-20 09:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 9.18 | 191.58 | 200.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 7.07 | 94.68 | 101.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 16.00 | 305.65 | 321.65 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 16.00 | 311.93 | 327.93 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 17.00 | 265.00 | 282.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 10.60 | 172.71 | 183.31 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 8.96 | 169.84 | 178.80 | OK | |
| r-release-macos-arm64 | 1.2.1 | 2.00 | 91.00 | 93.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 7.00 | 272.00 | 279.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 17.00 | 248.00 | 265.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | 2.00 | 99.00 | 101.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.1 | 7.00 | 296.00 | 303.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 20.00 | 271.00 | 291.00 | OK |
Version: 1.2.1
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 = "https://geo.stat.fi/geoserver/wfs",
+ queries = append(list("service" = "WFS", "version" = "1.0.0"),
+ list(request = "getFeature",
+ layer = "tilastointialueet:kunta4500k_2017")))
Requesting response from: https://geo.stat.fi/geoserver/wfs?service=WFS&version=1.0.0&request=getFeature&layer=tilastointialueet%3Akunta4500k_2017
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [geo.stat.fi]:
Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds
Calls: wfs_api ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc