Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing prefixes and short vignette on release branches #108

Merged
merged 22 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 35 additions & 33 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,48 @@

export("%>%")
export(auto_aux_update)
export(aux_censoring)
export(aux_countries)
export(aux_country_list)
export(aux_cp)
export(aux_cpi)
export(aux_data)
export(aux_dictionary)
export(aux_gdm)
export(aux_gdp)
export(aux_gdp_weo)
export(aux_income_groups)
export(aux_indicators)
export(aux_maddison)
export(aux_metadata)
export(aux_metadata_update)
export(aux_metaregion)
export(aux_missing_data)
export(aux_nan)
export(aux_npl)
export(aux_pce)
export(aux_pfw)
export(aux_pfw_key)
export(aux_pl)
export(aux_pl_clean)
export(aux_pop)
export(aux_ppp)
export(aux_prices)
export(aux_regions)
export(aux_sna)
export(aux_update_all)
export(aux_wdi)
export(aux_wdi_update)
export(aux_weo)
export(aux_weo_clean)
export(cl_validate_raw)
export(clean_validation_report)
export(convert_df_to_base64)
export(countries_validate_output)
export(cpi_validate_output)
export(cpi_validate_raw)
export(draw_model)
export(fake_aux_sna)
export(gdm_validate_output)
export(gdm_validate_raw)
export(gdp_validate_output)
Expand All @@ -24,39 +59,6 @@ export(npl_validate_raw)
export(pce_validate_output)
export(pfw_validate_output)
export(pfw_validate_raw)
export(pip_censoring)
export(pip_countries)
export(pip_country_list)
export(pip_cp)
export(pip_cpi)
export(pip_dictionary)
export(pip_gdm)
export(pip_gdp)
export(pip_gdp_weo)
export(pip_income_groups)
export(pip_indicators)
export(pip_maddison)
export(pip_metadata)
export(pip_metadata_update)
export(pip_metaregion)
export(pip_missing_data)
export(pip_nan)
export(pip_npl)
export(pip_pce)
export(pip_pfw)
export(pip_pfw_key)
export(pip_pl)
export(pip_pl_clean)
export(pip_pop)
export(pip_ppp)
export(pip_prices)
export(pip_regions)
export(pip_sna)
export(pip_update_all_aux)
export(pip_wdi)
export(pip_wdi_update)
export(pip_weo)
export(pip_weo_clean)
export(pl_validate_output)
export(pop_validate_output)
export(pop_validate_raw)
Expand Down
249 changes: 0 additions & 249 deletions R/auto_aux_update.R

This file was deleted.

4 changes: 2 additions & 2 deletions R/pip_censoring.R → R/aux_censoring.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#' Load or update censoring data
#'
#'
#' @inheritParams pip_pfw
#' @inheritParams aux_pfw
#' @inheritParams pipfun::load_from_gh
#' @export
pip_censoring <- function(action = c("update", "load"),
aux_censoring <- function(action = c("update", "load"),
force = FALSE,
owner = getOption("pipfun.ghowner"),
maindir = gls$PIP_DATA_DIR,
Expand Down
Loading