Skip to content

Commit 3f85e83

Browse files
committed
update release2CRAN
1 parent bb41c3e commit 3f85e83

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

sos_release_to_CRAN.R

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Then open this file.
77

88
library(usethis)
9-
#use_release_issue()
9+
#usethis::use_release_issue()
1010
# I cannot make this work.
1111
# Reported to Jenny Bryan, 2023-06-16.
1212

@@ -18,18 +18,9 @@ library(usethis)
1818
# devtools::check_win_*()
1919
dir()
2020

21-
PkgName <- "sos"
22-
PkgRegExpr <- paste0('^', PkgName, '$')
23-
(Pkg <- dir(pattern=PkgRegExpr))
24-
25-
#oldDir <- setwd(Pkg)
26-
#use_release_issue()
27-
#use_release_issue(Pkg)
28-
# neither work for me.
29-
30-
devtools::check_win_devel(Pkg)
31-
devtools::check_win_release(Pkg)
32-
devtools::check_win_oldrelease(Pkg)
21+
devtools::check_win_devel()
22+
devtools::check_win_release()
23+
devtools::check_win_oldrelease()
3324

3425
devtools::check_rhub(Pkg)
3526

0 commit comments

Comments
 (0)