CRAN Package Check Results for Package geofi

Last updated on 2026-03-15 20:51:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 9.50 113.62 123.12 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 6.94 116.07 123.01 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 15.00 275.66 290.66 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 16.00 277.59 293.59 OK
r-devel-macos-arm64 1.2.0 2.00 104.00 106.00 OK
r-devel-windows-x86_64 1.2.0 17.00 241.00 258.00 OK
r-patched-linux-x86_64 1.2.0 9.94 165.02 174.96 OK
r-release-linux-x86_64 1.2.0 8.02 163.67 171.69 OK
r-release-macos-arm64 1.2.0 2.00 102.00 104.00 OK
r-release-macos-x86_64 1.2.0 7.00 230.00 237.00 OK
r-release-windows-x86_64 1.2.0 19.00 242.00 261.00 OK
r-oldrel-macos-arm64 1.2.0 3.00 104.00 107.00 OK
r-oldrel-macos-x86_64 1.2.0 7.00 315.00 322.00 OK
r-oldrel-windows-x86_64 1.2.0 20.00 275.00 295.00 OK

Check Details

Version: 1.2.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-clang

Version: 1.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘geofi_datasets.Rmd’ using rmarkdown Quitting from geofi_datasets.Rmd:139-142 [zipcode_map] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Cannot open "/tmp/RtmprufZCg/file622825e1164d6.gml"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. --- Backtrace: ▆ 1. └─geofi::get_zipcodes(year = 2023) 2. └─geofi:::to_sf(api_obj) 3. ├─sf::st_read(destfile, quiet = TRUE) 4. └─sf:::st_read.character(destfile, quiet = TRUE) 5. └─sf:::CPL_read_ogr(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'geofi_datasets.Rmd' failed with diagnostics: Cannot open "/tmp/RtmprufZCg/file622825e1164d6.gml"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. --- failed re-building ‘geofi_datasets.Rmd’ --- re-building ‘geofi_geocoding.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_geocoding.Rmd’ --- re-building ‘geofi_joining_attribute_data.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_joining_attribute_data.Rmd’ --- re-building ‘geofi_making_maps.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_making_maps.Rmd’ --- re-building ‘geofi_nls_ogc.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_nls_ogc.Rmd’ --- re-building ‘geofi_spatial_analysis.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_spatial_analysis.Rmd’ --- re-building ‘geofi_statfi_ogc.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘geofi_statfi_ogc.Rmd’ SUMMARY: processing the following file failed: ‘geofi_datasets.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc