You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# *News*
2
2
3
3
# zipcodeR 0.3.2
4
+
-`zip_code_db` has been updated.
4
5
-`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.
5
7
- Citation data is now included with package. If using `{zipcodeR}` in a publication, you can obtain citation info by running `citation("zipcodeR")`.
6
8
- Misc updates to documentation and package reference info.
Copy file name to clipboardExpand all lines: cran-comments.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
-
# cran-comments (2021-06-09)
1
+
# cran-comments (2021-08-28)
2
2
3
3
## 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.
5
5
6
6
## Test environments
7
-
* local M1 macOS Big Sur install, R 4.1
7
+
* local M1 macOS Big Sur install, R release
8
8
* r-Hub (Windows-devel & oldrelease on Windows Server 2008)
0 commit comments