Skip to content

Commit

Permalink
Merge pull request #401 from PIP-Technical-Team/QA
Browse files Browse the repository at this point in the history
remove censor to account for GNQ cases
  • Loading branch information
randrescastaneda authored Apr 23, 2024
2 parents c35b691 + 71fa881 commit cd12280
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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

# pipapi 1.3.5
Expand Down
4 changes: 2 additions & 2 deletions R/pip_grp_logic.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit cd12280

Please sign in to comment.