Skip to content

Commit

Permalink
add prelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Dec 18, 2022
1 parent 1d19745 commit 60b0024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/prelease_checks.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checklist::check_package()
devtools::check_rhub()
devtools::check_mac_release()
devtools::check_win_release()
devtools::check_win_oldrelease()
devtools::check_win_devel()
revdepcheck::revdep_check(quiet = FALSE, num_workers = 4)

0 comments on commit 60b0024

Please sign in to comment.