Skip to content

Commit c5647db

Browse files
committed
resubmission to fix missing resturn value
1 parent dc0ffc2 commit c5647db

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CRAN-SUBMISSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 0.1.0
2-
Date: 2024-07-10 17:10:02 UTC
3-
SHA: 479d7c17d3ced9db3e85790f232c801d11a62974
2+
Date: 2024-07-12 15:44:43 UTC
3+
SHA: dc0ffc21f106e04a632d4488d7adca6934b3c3b4

R/zi_load_labels.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#' The \code{zip_load_labels_list()} function can be used to see available
2121
#' date values for \code{source = 'USPS'}.
2222
#'
23+
#' @return A tibble with the specified label data for either five or three-digit
24+
#' ZIP Codes.
25+
#'
2326
#' @details Labels are approximations of the actual location of a ZIP Code. For
2427
#' five-digit ZIP Codes, the city and state may or may not correspond to
2528
#' an individuals' mailing address city (since multiple cities may be

cran-comments.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Release summary
2-
This version of `zippeR` is a new submission to CRAN. It is a resubmission following guidance from Konstanze Lauseker. The package has been updated to address the following issues:
2+
This version of `zippeR` is a new submission to CRAN. It is a resubmission following guidance from Konstanze Lauseker.
3+
4+
### Current Resubmission Notes
5+
The package has been updated to address the following issues:
6+
7+
* Missing `roxygen2` tags have been added to `zi_load_labels()` and are reflected in `zi_load_labels.Rd` as requested.
8+
9+
### Prior Resubmission Notes
10+
The prior resubmission made the following additional changes:
311

412
* Working examples were added to the following functions:
513
* `zi_aggregate()`

man/zi_load_labels.Rd

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

0 commit comments

Comments
 (0)