Skip to content

Commit

Permalink
update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgraves237 committed Jun 29, 2024
1 parent a8b1949 commit fde615c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sos_release_to_CRAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

library(usethis)
#usethis::use_release_issue()
use_release_issue()
# I cannot make this work.
# Reported to Jenny Bryan, 2023-06-16.

Expand All @@ -18,11 +19,13 @@ library(usethis)
# devtools::check_win_*()
dir()

devtools::check()

devtools::check_win_devel()
devtools::check_win_release()
devtools::check_win_oldrelease()

devtools::check_rhub(Pkg)
devtools::check_rhub()

#20.3.3. Reverse dependencies

Expand Down

0 comments on commit fde615c

Please sign in to comment.