From 7798f00c3697dcec6b2a0b8e819bcd54b3460079 Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda" Date: Wed, 17 Apr 2024 14:25:08 -0400 Subject: [PATCH 1/3] remove censor to account for GNQ cases --- R/pip_grp_logic.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/pip_grp_logic.R b/R/pip_grp_logic.R index d69008af..7f70a16a 100644 --- a/R/pip_grp_logic.R +++ b/R/pip_grp_logic.R @@ -99,7 +99,7 @@ pip_grp_logic <- function(country = "ALL", year = year, povline = povline, reporting_level = reporting_level, - censor = censor, + censor = FALSE, fg_pip = fg_pip_master, lkup = lkup) } else { @@ -129,7 +129,7 @@ pip_grp_logic <- function(country = "ALL", year = lcv$md_year, povline = povline, reporting_level = reporting_level, - censor = censor, + censor = FALSE, fg_pip = fg_pip_master, lkup = lkup) From ba5da6db66ba12c54e1e030f381776ea4ee4aaa1 Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda" Date: Tue, 23 Apr 2024 16:46:00 -0400 Subject: [PATCH 2/3] Increment version number to 1.3.7 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e94cfecd..f839a29f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pipapi Title: API for the Poverty and Inequality Platform -Version: 1.3.6 +Version: 1.3.7 Authors@R: c(person(given = "Tony", family = "Fujs", diff --git a/NEWS.md b/NEWS.md index 3c784a51..2bcccf23 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# pipapi 1.3.7 + # pipapi 1.3.6 # pipapi 1.3.5 From 71fa881ca94cdc53342e463d389b8840fea3a818 Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda" Date: Tue, 23 Apr 2024 16:47:47 -0400 Subject: [PATCH 3/3] document news --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f839a29f..23d7929e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,7 +19,7 @@ License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 URL: https://pip-technical-team.github.io/pipapi, https://github.com/PIP-Technical-Team/pipapi BugReports: https://github.com/PIP-Technical-Team/pipapi/issues Suggests: diff --git a/NEWS.md b/NEWS.md index 2bcccf23..6b467ef1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ # pipapi 1.3.7 +remove censoring of official regions to account for cases like GNQ in which they are not counted as part of the total population of AFE and AFW # pipapi 1.3.6