Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
added release questions
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Jul 4, 2018
1 parent 552bfdf commit 1f52fd1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions R/release_questions.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#' Defines additional questions asked before CRAN submission.
#' DO NOT EXPORT!
release_questions <- function() {
c(
"Updated NEWS.md?",
"Updated README.md?",
"Re-run reverse dependencies?",
"Everything checked?",
"Abide good practices?",
"Updated cran-comments.md?",
"Updated vignettes?",
"Version upped?"
)
}
13 changes: 13 additions & 0 deletions man/release_questions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f52fd1

Please sign in to comment.