File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1414^\.github$
1515^cran-comments\.md$
1616^CRAN-RELEASE$
17+ ^CRAN-SUBMISSION$
Original file line number Diff line number Diff line change 77gitdown
88cran-comments.md
99CRAN-RELEASE
10+ CRAN-SUBMISSION
Original file line number Diff line number Diff line change 11Package: gitdown
22Title: Turn Your Git Commit Messages into a HTML Book
3- Version: 0.1.4
3+ Version: 0.1.4.9000
44Authors@R:
55 c(person(given = "Sébastien",
66 family = "Rochette",
Original file line number Diff line number Diff line change 1+ # gitdown (development version)
2+
13# gitdown 0.1.4
24
35* 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()
8484rcmdcheck :: rcmdcheck(args = " --as-cran" )
8585
8686# rhub::validate_email()
87- rhub :: check_for_cran()
87+ rhub :: check_for_cran(show_status = FALSE )
8888rhub :: check_on_windows(check_args = " --force-multiarch" )
8989rhub :: check_on_fedora()
90- rhub :: check_on_solaris()
90+ rhub :: check_on_solaris(show_status = FALSE )
9191rhub :: check_on_windows()
9292
9393devtools :: check_win_devel()
9494devtools :: check_win_release()
95+ devtools :: check_mac_release()
9596
9697# Update NEWS
9798# Bump version manually and add list of changes
@@ -103,6 +104,7 @@ usethis::use_cran_badge()
103104usethis :: use_cran_comments()
104105usethis :: use_git_ignore(" cran-comments.md" )
105106usethis :: use_git_ignore(" CRAN-RELEASE" )
107+ usethis :: use_git_ignore(" CRAN-SUBMISSION" )
106108
107109devtools :: release()
108110
You can’t perform that action at this time.
0 commit comments