File tree 5 files changed +9
-3
lines changed
5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
^\.github$
15
15
^cran-comments\.md$
16
16
^CRAN-RELEASE$
17
+ ^CRAN-SUBMISSION$
Original file line number Diff line number Diff line change 7
7
gitdown
8
8
cran-comments.md
9
9
CRAN-RELEASE
10
+ CRAN-SUBMISSION
Original file line number Diff line number Diff line change 1
1
Package: gitdown
2
2
Title: Turn Your Git Commit Messages into a HTML Book
3
- Version: 0.1.4
3
+ Version: 0.1.4.9000
4
4
Authors@R:
5
5
c(person(given = "Sébastien",
6
6
family = "Rochette",
Original file line number Diff line number Diff line change
1
+ # gitdown (development version)
2
+
1
3
# gitdown 0.1.4
2
4
3
5
* Allow tests to start a day and finish the following one
Original file line number Diff line number Diff line change @@ -84,14 +84,15 @@ urlchecker::url_update()
84
84
rcmdcheck :: rcmdcheck(args = " --as-cran" )
85
85
86
86
# rhub::validate_email()
87
- rhub :: check_for_cran()
87
+ rhub :: check_for_cran(show_status = FALSE )
88
88
rhub :: check_on_windows(check_args = " --force-multiarch" )
89
89
rhub :: check_on_fedora()
90
- rhub :: check_on_solaris()
90
+ rhub :: check_on_solaris(show_status = FALSE )
91
91
rhub :: check_on_windows()
92
92
93
93
devtools :: check_win_devel()
94
94
devtools :: check_win_release()
95
+ devtools :: check_mac_release()
95
96
96
97
# Update NEWS
97
98
# Bump version manually and add list of changes
@@ -103,6 +104,7 @@ usethis::use_cran_badge()
103
104
usethis :: use_cran_comments()
104
105
usethis :: use_git_ignore(" cran-comments.md" )
105
106
usethis :: use_git_ignore(" CRAN-RELEASE" )
107
+ usethis :: use_git_ignore(" CRAN-SUBMISSION" )
106
108
107
109
devtools :: release()
108
110
You can’t perform that action at this time.
0 commit comments