Skip to content

Commit 60bc3c9

Browse files
committed
updates for CRAN submission
1 parent 446e62a commit 60bc3c9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# *News*
22

33
# zipcodeR 0.3.2
4+
- `zip_code_db` has been updated.
45
- `download_zip_data()` has been refactored to make data updates more easily accessible and compare against existing data. Data is now directly downloaded from the upstream source and the existing data GitHub repository will no longer be updated.
6+
- `zip_distance()` has been updated to allow changing the type of distance calculation performed if specified via the lonlat argument.
57
- Citation data is now included with package. If using `{zipcodeR}` in a publication, you can obtain citation info by running `citation("zipcodeR")`.
68
- Misc updates to documentation and package reference info.
79

cran-comments.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# cran-comments (2021-06-09)
1+
# cran-comments (2021-08-28)
22

33
## Resubmission
4-
This is a resubmission. In this version I have modified the package so that it no longer depends on {udunits2} because of problems with that package on the latest R release on macOS. See the NEWS.md file for details on changes.
4+
This is a resubmission. In this version I have modified the package to refactor existing functions, add citation data and updates to documentation.
55

66
## Test environments
7-
* local M1 macOS Big Sur install, R 4.1
7+
* local M1 macOS Big Sur install, R release
88
* r-Hub (Windows-devel & oldrelease on Windows Server 2008)
9-
* Ubuntu 16.04 Xenial, R 4.0.5 via GitHub Actions
9+
* Ubuntu 20.04, R release via GitHub Actions
10+
* Ubuntu 20.04 Xenial, R devel via GitHub Actions
1011
* local Windows 10 development machine, R 4.0.5
1112

1213
## R CMD check results

0 commit comments

Comments
 (0)