-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Milestone
Description
- close any issues assigned to this release
- check and update contributors list and update DESCRIPTION/CITATION if needed
- Update version number, publish date, etc. in DESCRIPTION
- check that all new functions have unit tests
- run spell_check()
- TEST - with token set and internet --
devtools::check()- macOS
- ubuntu
- TEST - as CRAN, with no internet
devtools::check(vignettes = FALSE, env_vars = c(NOT_CRAN = "false"))
- TEST - windows via win-builder
-
devtools::check_win_devel() -
devtools::check_win_release() -
devtools::check_win_old_release()
-
- TEST - GuthubActions
- Ubuntu R-release
- Ubuntu R-old-release
- Ubuntu R-devel
- MacOS R-release
- Windows R-release
- Check reverse dependencies
revdepcheck::revdep_check() - update NEWS
- update cran_comments
Once passing: - run
devtools::release()
After release is posted by CRAN: - create release tag
- update package revision (in 'develop' branch) to development version i.e. 2.2.2.9000
Metadata
Metadata
Assignees
Labels
No labels