-
Notifications
You must be signed in to change notification settings - Fork 186
Add new linters to README.md; remove LazyData from DESCRIPTION #826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
recommend adding a note to do this before release in a document in .dev/ |
Nice idea. Looking at the source code of
|
I #nocov'd the function but locally tested. You can try devtools::load_all()
usethis:::release_checklist("3.0.0", TRUE)
#> [1] "Prepare for release:"
#> [2] ""
#> [3] "* [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_lintr.html)"
#> [4] "* [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release)"
#> [5] "* [ ] [`urlchecker::url_check()`](https://github.com/r-lib/urlchecker)"
#> [6] "* [ ] `devtools::check(remote = TRUE, manual = TRUE)`"
#> [7] "* [ ] `devtools::check_win_devel()`"
#> [8] "* [ ] `rhub::check_for_cran()`"
#> [9] "* [ ] `revdepcheck::revdep_check(num_workers = 4)`"
#> [10] "* [ ] Update `cran-comments.md`"
#> [11] "* [ ] Draft blog post"
#> [12] "* [ ] Make sure README.md lists all available linters"
#> [13] ""
#> [14] "Submit to CRAN:"
#> [15] ""
# ... |
in addition to steering traffic away from datacamp-affiliated site, i think the rdrr links are better as "live" links instead of pointing to versions
fixes #825 and #827