Skip to content

Commit 56deab1

Browse files
committed
cheat sheet
1 parent b7f32df commit 56deab1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

publish-cheat-sheet.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Before a release, do the following:
66
5. review vignettes (especially if png need updating). Run devtools::spell_check()
77
6. Check build by running devtools::check()
88
7. Commit to git, make sure github actions run through
9-
8. make sure we have adequate coverage
10-
9. Make sure devel passes, by running devtools::check_win_devel
11-
10. Make sure r-oldrel passes (easiest is to run it on local windows)
12-
11. Run devtools::check_rhub()
13-
12. Run rhub::check_for_cran()
9+
8. make sure we have adequate coverage (tests are run by github actions and uploaded to codecov)
10+
9. make sure the github action for R-CMD-check is running through for all environments
11+
10. Make sure devel passes, by running devtools::check_win_devel
12+
11. Make sure r-oldrel passes (easiest is to run it on local windows)
13+
12. Run devtools::check_rhub()
14+
13. Run rhub::check_for_cran()
1415
-> if any of these fail, go back to 6.!
1516
13. check reverse dependencies by running revdepcheck::revdep_check(, num_workers = 2, timeout = as.difftime(60, units="mins")) (from github if not yet published to CRAN devtools::install_github("r-lib/revdepcheck")
1617
14. update cran-comments.md

0 commit comments

Comments
 (0)