-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Casey Youngflesh edited this page Jun 24, 2021
·
30 revisions
- Create
dev
branch to start making changes - Check to make sure
Generate documentation with Roxygen
box is ticked in RStudio (Tools >> Project Options >> Build Tools) - Check to make sure documentation is produced with each package build (Tools >> Project Options >> Build Tools >> configure)
- Update Vignette
devtools::document()
- Install package and restart (button Rstudio)
- Check package (button Rstudio)
- Update
NEWS
- Update
DESCRIPTION
with new version number - Push to git
- Pull request for
dev
branch in to master once deemed stable to be on Github - Create new 'release' on Github
- Make new badge for page
-
devtools::check_rhub()
#check on rhub (should receive three emails) -
devtools::check_win_devel()
#check on win devel (should receive one email) -
codemetar::write_codemeta()
#update json - Check reverse dependencies
- Update
cran-comments
-
devtools::spell_check()
#check spelling -
devtools::release()
#RELEASE PACKAGE