Skip to content

Commit

Permalink
update release tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Onkelinx committed Nov 11, 2023
1 parent c4f52cf commit 7958ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spelling:
- .github
- LICENSE.md
- cran-comments.md
- revdep
3 changes: 2 additions & 1 deletion inst/prelease_checks.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
checklist::check_package()
x <- 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)
devtools::release()

0 comments on commit 7958ebc

Please sign in to comment.