CRAN Package Check Results for Package sfhelper

Last updated on 2026-03-31 20:55:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2.0 36.04 296.34 332.38 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.2.0 23.22 191.43 214.65 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.2.0 59.00 456.48 515.48 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2.0 59.00 449.13 508.13 NOTE
r-devel-macos-arm64 0.2.2.0 8.00 62.00 70.00 NOTE
r-devel-windows-x86_64 0.2.2.0 33.00 235.00 268.00 ERROR
r-patched-linux-x86_64 0.2.2.0 26.70 275.17 301.87 NOTE
r-release-linux-x86_64 0.2.2.0 23.20 277.25 300.45 NOTE
r-release-macos-arm64 0.2.2.0 NOTE
r-release-macos-x86_64 0.2.2.0 21.00 216.00 237.00 NOTE
r-release-windows-x86_64 0.2.2.0 33.00 226.00 259.00 NOTE
r-oldrel-macos-arm64 0.2.2.0 OK
r-oldrel-macos-x86_64 0.2.2.0 20.00 157.00 177.00 OK
r-oldrel-windows-x86_64 0.2.2.0 44.00 302.00 346.00 OK

Check Details

Version: 0.2.2.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘st_transform_outline.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.2.2.0
Check: examples
Result: ERROR Running examples in 'sfhelper-Ex.R' failed The error most likely occurred in: > ### Name: geolocate > ### Title: Geolocate historical toponyms > ### Aliases: geolocate > ### Keywords: map sf spatial > > ### ** Examples > > # Search for Paris and Edo (now Tokyo) > example.df <- data.frame("place" = c("Paris","Edo"), "iso" = c("FR","JP")) > geolocate(example.df) Error in rjson::fromJSON(result) : not all data was parsed (0 chars were parsed out of a total of 15690 chars) Calls: geolocate -> <Anonymous> Execution halted Flavor: r-devel-windows-x86_64