Skip to content

Commit 037506c

Browse files
committed
prepare for release
1 parent cd47c46 commit 037506c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: zippeR
22
Title: Working with United States ZIP Code and ZIP Code Tabulation Area Data
3-
Version: 0.1.1
3+
Version: 0.1.2
44
Authors@R: c(
55
person(
66
given = "Christopher", family = "Prener", email = "[email protected]",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# zippeR 0.1.2
2+
3+
* Address issues with Census Bureau API being offline
4+
15
# zippeR 0.1.1
26

37
* Updates to `README.md` and `NEWS.md` to reflect the fact that the package is now on CRAN

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Release summary
22
This version of `zippeR` is a patch for CRAN. The package has been updated to address the following issues:
33

4-
* The package was failing CRAN tests earlier this month due to the U.S. Census Bureau's servers being taken offline. If this were to happen in the future, the funciton `zi_get_geometry()` will now return a value of `NULL` along with an informative message.
4+
* The package was failing CRAN tests earlier this month due to the U.S. Census Bureau's servers being taken offline. If this were to happen in the future, the demographic functions now fail informatively.
55

66
## Test environments
7-
* local macOS install: R 4.4.2
7+
* local macOS install: R 4.4.3
88
* Linux ubuntu distribution (via GitHub Actions): R-devel, R-release, past four R-oldrel
99
* macOS (via GitHub Actions): R-release
1010
* windows (via GitHub Actions): R-release

0 commit comments

Comments
 (0)