Changelog
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
- Added a dummy
pip_sna()
function to make it compatible withauto_aux_update()
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 bypipfun::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 fileUse 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 whenppp
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
pipaux 0.0.5
Enhancements
- update
pip_sign_save()
function to make it work with the RSconnect server.
pipaux 0.0.4
Enhancements
- change all directory paths from
paste0()
tofs::path()
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
- load global variables in
gls
usingpipload::pip_create_globals()
andpipload::add_gls_to_env()
pipaux 0.0.1
Add global variables from
pipload::pip_create_globals
Added a
NEWS.md
file to track changes to the package.