Skip to content

Commit

Permalink
Merge pull request #12 from OCHA-DAP/0.3.1
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
caldwellst authored Jun 25, 2024
2 parents c73a315 + 563cf28 commit ce3c177
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.3.1
Date: 2024-06-25 11:16:15 UTC
SHA: dbf2b49f92c1b7b97c8ff7fe5deac62c7ee2ab9a
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ripc
Title: Download and Tidy IPC and CH Data
Version: 0.3.0.9
Version: 0.3.1
Authors@R:
person(
given = "Seth",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Development
# ripc 0.3.1

* Fixed `type_convert_silent()` to parse `NA` strings as characters, not explicit
missing values.
* Fixed `ipc_get_analyses()` call to properly pass `country` parameter to the API.

# ripc 0.3.0

Expand Down
1 change: 1 addition & 0 deletions R/ipc_get_analyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ipc_get_analyses <- function(
return_format = return_format,
pass_format = TRUE,
api_key = api_key,
country = country,
year = year,
type = type
)
Expand Down

0 comments on commit ce3c177

Please sign in to comment.