Skip to content

Commit

Permalink
fix remote name for gh repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Sep 3, 2024
1 parent ea5364b commit d1afe0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![R-CMD-check](https://github.com/geomarker-io/codec/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/geomarker-io/codec/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![latest github release for drivetime dpkg](https://img.shields.io/github/v/release/geomarker-io/CODECtools?sort=date&filter=drivetime-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/CODECtools/releases?q=drivetime&expanded=false)
[![latest github release for drivetime dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=drivetime-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/CODECtools/releases?q=drivetime&expanded=false)
<!-- badges: end -->

The goal of the R package {codec} is to support [CoDEC](https://geomarker.io/codec) data
Expand Down
2 changes: 1 addition & 1 deletion inst/codec_data/drivetime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Average Drive Time to Cincinnati Children's

[![latest github release for drivetime dpkg](https://img.shields.io/github/v/release/geomarker-io/CODECtools?sort=date&filter=drivetime-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/CODECtools/releases?q=drivetime&expanded=false)
[![latest github release for drivetime dpkg](https://img.shields.io/github/v/release/geomarker-io/codec?sort=date&filter=drivetime-*&display_name=tag&label=%5B%E2%98%B0%5D&labelColor=%238CB4C3&color=%23396175)](https://github.com/geomarker-io/CODECtools/releases?q=drivetime&expanded=false)

A census tract-level measure of drive time to Cincinnati Children's Hospital Medical Center is derived using 6-minute interval drive time isochrones obtained from [openroute service](https://classic-maps.openrouteservice.org/reach?n1=38.393339&n2=-95.339355&n3=5&b=0&i=0&j1=30&j2=15&k1=en-US&k2=km).
Each tract-level drive time is an area-weighted average of drive times.
2 changes: 1 addition & 1 deletion inst/codec_data/drivetime/drivetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ out_dpkg <-
)

dpkg::use_dpkg_badge(out_dpkg)
dpkg::dpkg_gh_release(out_dpkg)
dpkg::dpkg_gh_release(out_dpkg, draft = FALSE)

0 comments on commit d1afe0c

Please sign in to comment.