Last updated on 2025-09-14 00:48:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 5.67 | 64.07 | 69.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 4.70 | 47.86 | 52.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 109.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 107.70 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 7.00 | 80.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 5.82 | 60.30 | 66.12 | OK | |
r-release-linux-x86_64 | 1.0.1 | 5.54 | 57.77 | 63.31 | ERROR | |
r-release-macos-arm64 | 1.0.1 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 72.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 8.00 | 78.00 | 86.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 75.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 75.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 10.00 | 96.00 | 106.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘gchartsmap-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gchart_generate_us_areas
> ### Title: Generate Google Charts spatial data for US areas
> ### Aliases: gchart_generate_us_areas
>
> ### ** Examples
>
>
> library(package = "gchartsmap")
>
> # set the cache path to your system's cache path
> gchartsmap::gchart_set_cache(path = tempdir())
To install the cache path for use in future sessions, run this function with `install = TRUE`.
>
> # GET and process area 500
> gchartsmap::gchart_generate_us_areas(500L)
trying URL 'ftp://ftp2.census.gov/geo/tiger/GENZ2024/shp/cb_2024_us_state_500k.zip'
Warning in download.file(ftp_url, destfile = file_loc, quiet = !progress_bar, :
URL 'ftp://ftp2.census.gov/geo/tiger/GENZ2024/shp/cb_2024_us_state_500k.zip': status was 'Could not resolve hostname'
Error: Download failed with both HTTP and FTP; check your internet connection or the status of the Census Bureau website
at https://www2.census.gov/geo/tiger/ or ftp://ftp2.census.gov/geo/tiger/.
Execution halted
Flavor: r-release-linux-x86_64