monthly, upon BLS CPI release
- Change
download_date
and runtargets::tar_make()
- Update
DESCRIPTION
with new version number and modifyNEWS.md
- Confirm updated data:
- Load package locally via
devtools::load_all()
(CTRL-SHIFT-L) and confirmavailable_price_indices
contains updated data - Confirm latest values of
cpi_u_monthly_sa
andpce_monthly_sa
are correct
- Load package locally via
- Build package locally and update readme:
- Use R CMD INSTALL and load installed package: CTRL-SHIFT-B
- Create updated
README.md
by knittingREADME.Rmd
(CTRL-SHIFT-K) - Confirm
available_price_indices
example inREADME.md
is updated
- Confirm package passes
devtools::check()
with no errors or warnings - Commit changes and push to github
- Confirm the package website is correctly updated
- Publish a new "release" on Github, assigning the tag "vX.Y.Z" corresponding to the new version X.Y.Z
- Wait a few minutes and confirm successful package website update: https://economic.github.io/realtalk/
- In a few hours confirm new version is available via r-universe: https://economic.r-universe.dev/realtalk