Skip to content

Commit 237b748

Browse files
committedFeb 21, 2025·
fix badge for voter participation
1 parent 68501eb commit 237b748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# build pkgdown site
22
build_pkgdown_site:
3-
Rscript -e "devtools::build_site()"
3+
Rscript -e "devtools::build_site(quiet = FALSE, preview = TRUE)"
44

55
# make and release CoDEC data
66
release_data codec_dpkg_name:

‎vignettes/articles/data.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Click the latest release badge for more information about the data package, incl
1717
| Landcover, Built Environment, and Greenness |[![latest github release for landcover dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=landcover-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/codec/releases?q=landcover&expanded=false)|
1818
| American Community Survey Measures |[![latest github release for acs_measures dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=acs_measures-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/codec/releases?q=acs_measures&expanded=false)|
1919
| Average Annual Daily Truck and Total Traffic Counts |[![latest github release for traffic dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=traffic-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/codec/releases?q=traffic&expanded=false)|
20-
| Voter Participation Rates |[![latest github release for traffic dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=voter_participation_rates-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/codec/releases?q=voter_participation_rates&expanded=false)|
20+
| Voter Participation Rates |[![latest github release for voter_participation dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=voter_participation-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/codec/releases?q=voter_participation_rates&expanded=false)|
2121

0 commit comments

Comments
 (0)
Please sign in to comment.