Skip to content

Commit db88906

Browse files
authored
Merge pull request #4 from pfizer-opensource/cran-patch
Cran patch
2 parents 7e857d7 + a2053f1 commit db88906

8 files changed

Lines changed: 168 additions & 245 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
config:
2323
- {os: macOS-latest, r: 'release'}
2424
- {os: windows-latest, r: 'release'}
25-
- {os: windows-latest, r: '4.0'}
2625
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2726
- {os: ubuntu-latest, r: 'release'}
2827
- {os: ubuntu-latest, r: 'oldrel-1'}
@@ -59,7 +58,7 @@ jobs:
5958
extra-packages: any::rcmdcheck
6059
needs: check
6160

62-
- name: Session info
61+
- name: Session Info
6362
run: |
6463
options(width = 100)
6564
pkgs <- installed.packages()[, "Package"]

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.1.0
2-
Date: 2024-07-12 15:44:43 UTC
3-
SHA: dc0ffc21f106e04a632d4488d7adca6934b3c3b4
1+
Version: 0.1.1
2+
Date: 2025-02-25 21:56:16 UTC
3+
SHA: 673e4169392312cb5b6f67524c9dc5456506fbc6

DESCRIPTION

Lines changed: 3 additions & 2 deletions
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.9000
3+
Version: 0.1.1
44
Authors@R: c(
55
person(
66
given = "Christopher", family = "Prener", email = "Christopher.Prener@pfizer.com",
@@ -24,8 +24,9 @@ License: Apache License (>= 2)
2424
URL: https://github.com/pfizer-opensource/zippeR
2525
Encoding: UTF-8
2626
LazyData: true
27-
RoxygenNote: 7.3.1
27+
RoxygenNote: 7.3.2
2828
Imports:
29+
cli,
2930
datasets,
3031
dplyr,
3132
httr,

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# zippeR 0.1.1.9000
1+
# zippeR 0.1.1
22

33
* Updates to `README.md` and `NEWS.md` to reflect the fact that the package is now on CRAN
44
* Resolve R CMD check issue where examples in `zi_crosswalk` and `zi_load_crosswalk` fail on CI because a HUD key is not available to them
5+
* Fail informatively if `tigris` is not working due to U.S. Census Bureau servers being unavailable. At this time TigerWeb is not used as a backup due to the limited availability of ZCTA data
56

67
# zippeR 0.1.0
78

0 commit comments

Comments
 (0)