From 1bd060c1f5c81716db7234cce403cdcc01f8af7b Mon Sep 17 00:00:00 2001 From: Seth Caldwell Date: Tue, 25 Jun 2024 12:06:49 +0100 Subject: [PATCH 1/3] Increment version number to 0.3.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 744e975..0dad9b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 0eb92b0..f2c3e28 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Development +# ripc 0.3.1 * Fixed `type_convert_silent()` to parse `NA` strings as characters, not explicit missing values. From dbf2b49f92c1b7b97c8ff7fe5deac62c7ee2ab9a Mon Sep 17 00:00:00 2001 From: Seth Caldwell Date: Tue, 25 Jun 2024 12:13:37 +0100 Subject: [PATCH 2/3] Add fix to analyses endpoint --- NEWS.md | 1 + R/ipc_get_analyses.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index f2c3e28..7542910 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ * 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 diff --git a/R/ipc_get_analyses.R b/R/ipc_get_analyses.R index 828e49b..027643f 100644 --- a/R/ipc_get_analyses.R +++ b/R/ipc_get_analyses.R @@ -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 ) From 563cf2827980fec2c5ea4861bea7cb7457e7b3df Mon Sep 17 00:00:00 2001 From: Seth Caldwell Date: Tue, 25 Jun 2024 12:16:41 +0100 Subject: [PATCH 3/3] Include CRAN submission --- CRAN-SUBMISSION | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..9f81942 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.3.1 +Date: 2024-06-25 11:16:15 UTC +SHA: dbf2b49f92c1b7b97c8ff7fe5deac62c7ee2ab9a