-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from httr to httr2, improved testing
Added better error handling with httr2, switched to smaller states for testing, added tests for grab_crosswalk.
- Loading branch information
Showing
7 changed files
with
173 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: lehdr | ||
Type: Package | ||
Title: Grab Longitudinal Employer-Household Dynamics (LEHD) Flat Files | ||
Version: 1.1.2 | ||
Version: 1.1.3 | ||
Authors@R: c(person(given="Jamaal", family="Green", role = c("cre","aut"), email="[email protected]"), | ||
person(given="Liming", family="Wang", role =c("aut"), email="[email protected]"), | ||
person(given="Dillon", family="Mahmoudi", role =c("aut"), email="[email protected]"), | ||
|
@@ -20,8 +20,9 @@ Imports: | |
rlang, | ||
stringr, | ||
glue, | ||
httr, | ||
dplyr | ||
httr2, | ||
dplyr, | ||
magrittr | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.