Skip to content

Commit 5fd1960

Browse files
committed
fix notes related to urls
1 parent 5e6d23d commit 5fd1960

File tree

11 files changed

+16
-28
lines changed

11 files changed

+16
-28
lines changed

CRAN-SUBMISSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 1.0.6
2-
Date: 2025-03-29 17:32:57 UTC
3-
SHA: d6f062e0019464cca94c55efedaa515d3843707d
2+
Date: 2025-03-29 19:07:24 UTC
3+
SHA: 5e6d23d3fa009ba23b4504494709e0cfc7eff46b

R/data.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
#' \item{state}{state}
1717
#' \item{zip}{zip code}
1818
#' }
19-
#' @source Downloaded from [OpenAddresses.io](https://results.openaddresses.io/sources/us/ky/jefferson)
20-
#' on June 1st 2020
19+
#' @source Downloaded from OpenAddresses.io on June 1st 2020
2120
"louisville"
2221

2322
#' Geocoding service API parameter reference

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ options(tibble.print_min = 5, tibble.print_max = 5)
2626
[![CRAN Downloads Per Month](http://cranlogs.r-pkg.org/badges/tidygeocoder)](https://cran.r-project.org/package=tidygeocoder)
2727
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
2828
[![R Build Status](https://github.com/jessecambon/tidygeocoder/workflows/R-CMD-check/badge.svg)](https://github.com/jessecambon/tidygeocoder/actions?workflow=R-CMD-check)
29-
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.15106058.svg)](https://doi.org/10.5281/zenodo.15106058)
29+
<!-- [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.15106058.svg)](https://doi.org/10.5281/zenodo.15106058) -->
3030
<!-- badges: end -->
3131

3232
Tidygeocoder makes getting data from geocoding services easy. A unified high-level interface is provided for a selection of [supported geocoding services](https://jessecambon.github.io/tidygeocoder/articles/geocoder_services.html) and results are returned in [tibble](https://tibble.tidyverse.org/) (dataframe) format.

cran-comments.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,4 @@
44
* GitHub Actions [R-hub](https://github.com/jessecambon/tidygeocoder/blob/main/.github/workflows/rhub.yaml)
55
* winbuilder r-old devel: `devtools::check_win_oldrelease()`
66
* winbuilder r-devel : `devtools::check_win_devel()`
7-
* Linux and Mac OS checked via `rhub::rhub_check()`
8-
9-
## R CMD check results
10-
11-
0 errors | 0 warnings | 1 notes
12-
13-
## Notes
14-
15-
- RE the inactive Zenodo URL, this DOI is reserved and will become active once released.
16-
- revdep created a folder that caused R Check to error. This folder has been added to build ignore.
7+
* Linux and Mac OS checked via `rhub::rhub_check()`

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
developer_notes: developer_notes.html
66
geocoder_services: geocoder_services.html
77
tidygeocoder: tidygeocoder.html
8-
last_built: 2025-03-29T19:05Z
8+
last_built: 2025-03-29T19:20Z
99
urls:
1010
reference: https://jessecambon.github.io/tidygeocoder/reference
1111
article: https://jessecambon.github.io/tidygeocoder/articles

docs/reference/geo.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geo_combine.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geocode_combine.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/louisville.html

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/reverse_geocode.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)