Last updated on 2025-05-09 04:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.0 | 38.08 | 180.32 | 218.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.0 | 29.22 | 121.18 | 150.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.0 | 357.94 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 398.52 | NOTE | |||
r-devel-windows-x86_64 | 2.3.0 | 47.00 | 211.00 | 258.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.0 | 37.87 | 167.47 | 205.34 | NOTE | |
r-release-linux-x86_64 | 2.3.0 | 35.58 | 167.39 | 202.97 | NOTE | |
r-release-macos-arm64 | 2.3.0 | 97.00 | NOTE | |||
r-release-macos-x86_64 | 2.3.0 | 187.00 | NOTE | |||
r-release-windows-x86_64 | 2.3.0 | 52.00 | 199.00 | 251.00 | ERROR | |
r-oldrel-macos-arm64 | 2.3.0 | 90.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3.0 | 141.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.0 | 61.00 | 270.00 | 331.00 | OK |
Version: 2.3.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:
‘dra_vtd.R’ ‘heda.R’ ‘lewis.R’ ‘regionalize.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: 2.3.0
Check: examples
Result: ERROR
Running examples in 'geomander-Ex.R' failed
The error most likely occurred in:
> ### Name: get_dra
> ### Title: Get Dave's Redistricting App Dataset
> ### Aliases: get_dra
>
> ### ** Examples
>
> ak <- get_dra('AK', geometry = FALSE)
Data sourced from Dave's Redistricting <https://github.com/dra2020/vtd_data>.
This message is displayed once per session.
Warning: Failed to open 'https://raw.githubusercontent.com/dra2020/vtd_data/d8550e99c3ed5160d1851e21df321fd7be4dca70/2020_VTD/AK/2020_election_AK.csv': The requested URL returned error: 429
Error in open.connection(3L, "rb") : cannot open the connection
Calls: get_dra ... <Anonymous> -> vroom_ -> <Anonymous> -> open.connection
Execution halted
Flavor: r-release-windows-x86_64