Open dirkschumacher opened 1 month ago
Hi, I'm really excited that you are almost releasing the new version of Anthro and AnthroPlus. Thanks for your hard work.
I have a question:
Thanks again
@Joskerus you can always use the most recent development version from Github. E.g.
# install.packages("remotes")
remotes::install_github("worldhealthorganization/anthroplus")
The current development version of anthroplus has support for observations with age >= 60 months
Prepare for release:
git pull
usethis::use_github_links()
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)