Last updated on 2025-11-03 11:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2.0 | 32.56 | 294.62 | 327.18 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2.0 | 22.98 | 197.47 | 220.45 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2.0 | 83.00 | 442.99 | 525.99 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2.0 | 73.00 | 426.11 | 499.11 | NOTE | |
| r-devel-windows-x86_64 | 0.2.2.0 | 33.00 | 222.00 | 255.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.2.0 | 33.59 | 281.51 | 315.10 | NOTE | |
| r-release-linux-x86_64 | 0.2.2.0 | 30.45 | 282.28 | 312.73 | ERROR | |
| r-release-macos-arm64 | 0.2.2.0 | 18.00 | 129.00 | 147.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.2.0 | 28.00 | 209.00 | 237.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.2.0 | 32.00 | 279.00 | 311.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.2.0 | 12.00 | 85.00 | 97.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.2.0 | 27.00 | 150.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2.0 | 45.00 | 439.00 | 484.00 | ERROR |
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-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:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 174 chars)
Calls: geolocate -> <Anonymous>
Execution halted
Flavor: r-release-linux-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 164 chars)
Calls: geolocate -> <Anonymous>
Execution halted
Flavor: 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 174 chars)
Calls: geolocate -> <Anonymous>
Execution halted
Flavor: r-oldrel-windows-x86_64