Last updated on 2026-08-18 10:52:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.1 | 9.04 | 135.40 | 144.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.1 | 6.51 | 75.81 | 82.32 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7.1 | 93.35 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.7.1 | 95.63 | OK | |||
| r-devel-windows-x86_64 | 1.7.1 | 11.00 | 146.00 | 157.00 | OK | |
| r-patched-linux-x86_64 | 1.7.1 | 9.07 | 120.61 | 129.68 | OK | |
| r-release-linux-x86_64 | 1.7.1 | 9.16 | 122.16 | 131.32 | OK | |
| r-release-macos-arm64 | 1.7.1 | 2.00 | 36.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 1.7.1 | 6.00 | 133.00 | 139.00 | OK | |
| r-release-windows-x86_64 | 1.7.1 | 11.00 | 0.00 | 11.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.7.1 | 6.00 | 147.00 | 153.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7.1 | 16.00 | 175.00 | 191.00 | OK |
Version: 1.7.1
Check: examples
Result: ERROR
Running examples in ‘ggpop-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggpop-package
> ### Title: ggpop: Icon-Based Population Charts for R
> ### Aliases: ggpop ggpop-package
>
> ### ** Examples
>
> library(ggplot2)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> ## -------------------------------------------------------
> ## geom_pop(): population icon grid
> ## -------------------------------------------------------
> df_plot <- process_data(
+ data = data.frame(sex = c("Female", "Male"), n = c(55, 45)),
+ group_var = sex,
+ sum_var = n,
+ sample_size = 20
+ ) %>%
+ mutate(icon = ifelse(type == "Female", "person-dress", "person"))
>
> ggplot() +
+ geom_pop(data = df_plot, aes(icon = icon, color = type), size = 2) +
+ scale_color_manual(values = c(Female = "#C0392B", Male = "#2980B9")) +
+ theme_pop() +
+ labs(title = "Population by sex", color = NULL)
ggpop: downloading coordinate data from GitHub (~2 MB) and caching it locally.
This happens once. Future calls will load from cache.
Warning in download.file(githubURL, cache_file, mode = "wb", quiet = TRUE) :
cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda': HTTP status was '429 Unknown Error'
Error in download.file(githubURL, cache_file, mode = "wb", quiet = TRUE) :
cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
Calls: geom_pop ... merge_pop_coordinates -> fetch_df_coordinates -> download.file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘v-fa-icons.Rmd’ using rmarkdown
--- finished re-building ‘v-fa-icons.Rmd’
--- re-building ‘v-geom-icon-point.Rmd’ using rmarkdown
--- finished re-building ‘v-geom-icon-point.Rmd’
--- re-building ‘v-geom-pop.Rmd’ using rmarkdown
Quitting from v-geom-pop.Rmd:34-69 [basic]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
---
Backtrace:
▆
1. └─ggpop::geom_pop(...)
2. └─ggpop:::merge_pop_coordinates(data, has_facet, facet_col, arrange)
3. └─ggpop::fetch_df_coordinates()
4. └─utils::download.file(githubURL, cache_file, mode = "wb", quiet = TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'v-geom-pop.Rmd' failed with diagnostics:
cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
--- failed re-building ‘v-geom-pop.Rmd’
--- re-building ‘v-ggpop.Rmd’ using rmarkdown
Quitting from v-ggpop.Rmd:34-61 [quick]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
---
Backtrace:
▆
1. └─ggpop::geom_pop(...)
2. └─ggpop:::merge_pop_coordinates(data, has_facet, facet_col, arrange)
3. └─ggpop::fetch_df_coordinates()
4. └─utils::download.file(githubURL, cache_file, mode = "wb", quiet = TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'v-ggpop.Rmd' failed with diagnostics:
cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
--- failed re-building ‘v-ggpop.Rmd’
--- re-building ‘v-process-data.Rmd’ using rmarkdown
--- finished re-building ‘v-process-data.Rmd’
--- re-building ‘v-themes.Rmd’ using rmarkdown
Quitting from v-themes.Rmd:47-53 [theme-pop]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
---
Backtrace:
▆
1. └─ggpop::geom_pop(...)
2. └─ggpop:::merge_pop_coordinates(data, has_facet, facet_col, arrange)
3. └─ggpop::fetch_df_coordinates()
4. └─utils::download.file(githubURL, cache_file, mode = "wb", quiet = TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'v-themes.Rmd' failed with diagnostics:
cannot open URL 'https://raw.githubusercontent.com/jurjoroa/ggpopdata/main/data/df_coordinates_final_10_1000.rda'
--- failed re-building ‘v-themes.Rmd’
--- re-building ‘v-tips.Rmd’ using rmarkdown
--- finished re-building ‘v-tips.Rmd’
SUMMARY: processing the following files failed:
‘v-geom-pop.Rmd’ ‘v-ggpop.Rmd’ ‘v-themes.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc