Skip to contents

pipaux 0.3.0

pipaux 0.2.0

This version is for the development of the new pipeline. Main branch is DEV_v2.

pipaux 0.1.4

pipaux 0.1.3

  • Save data to GitHub for GDP data.
  • Adding validation rule for npl and income group files
  • upload a hash instead of a csv
  • Add ‘detail’ argument in higher level functions
  • revert the issue of SYR GDP with SNA data.
  • update countries validate function and gls to unit test function wherever it is required
  • add github creds in auto_aux_update

pipaux 0.1.2

pipaux 0.1.1

  • Files are saved and loaded according the class of its components. If they are purely data frames, without nested cells, they are saved as .fst, .dta, and .qs. If they are list or data frames with nested cells, they are saved as .rds and .qs. They default loading is .fst and .rds, but we should move to .qs as the default loading format.

  • Function pip_sign_save() has been deprecated and superseded by pipfun::pip_sign_save()

pipaux 0.1.0

  • All raw auxiliary files are now available in GH.

  • Files are now divided into DEV and PROD branch to do independent updates

  • Read indicators.csv from GH repo aux_indicators. It reads only from main branch. parallel development reads from DEV and PROD branches.

  • Include variables with “_label” suffics in inequality chart data of country profiles. Requested by ITS

  • Add country_name variable to metadata file

  • Use new format of country_list.csv. This format will be used in the new pipeline, but it is necessary to use it that way for Sept, 2022 update.

pipaux 0.0.8

  • Retrieve SNA data from github repo, not from drive anymore

  • Store WDI in drive to avoid unexpected changes

  • Update chain factor in GDP update

pipaux 0.0.7

  • Add ppp_vintage database when ppp is updated.
  • Use Github repo to retrieve metadata rather than internal folder
  • Use Github to retrieve special national accounts data
  • Make sure WEO is updated each time gdp data is updated
  • Slightly modify loading of options in zzz.R

pipaux 0.0.6

Enhancements

  • Add handling of more poverty lines and multiple increments to pip_pl()
  • Add pip_dictionary() to handle a dictionary of all PIP API response columns

Bug fixes

  • Add various bug fixes for pip_pop_update()
  • Add reporting level column to CP charts databases

pipaux 0.0.5

Enhancements

  • update pip_sign_save() function to make it work with the RSconnect server.

pipaux 0.0.4

Enhancements

Bug fixes

  • fix bugs on installation
  • fix bugs from devtools::check()

pipaux 0.0.3

Enhancements

  • Add handling of non-calendar years in WDI data for GDP and PCE. These are now converted to fiscal year values. #62

Bug fixes

  • In the survey metadata file set Set distribution_type to “micro, imputed” for imputed surveys
  • Add survey year column to the survey metadata file # pipaux 0.0.3

Initial release used in the PIP soft-launch on February 9, 2022 # pipaux 0.0.2

pipaux 0.0.1