Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ release_checklist <- function(version, on_cran, target_repo = NULL) {
todo(
"Check [licensing of included files](https://r-pkgs.org/license.html#sec-code-you-bundle)"
),
todo("Review <https://contributor.r-project.org/cran-cookbook>"),
todo("Review <https://github.com/DavisVaughan/extrachecks>"),
""
)
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/_snaps/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* [ ] Check that all exported functions have `@return` and `@examples`
* [ ] Check that `Authors@R:` includes a copyright holder (role 'cph')
* [ ] Check [licensing of included files](https://r-pkgs.org/license.html#sec-code-you-bundle)
* [ ] Review <https://contributor.r-project.org/cran-cookbook>
* [ ] Review <https://github.com/DavisVaughan/extrachecks>

Prepare for release:
Expand Down