Path to this page:
Subject: CVS commit: pkgsrc/devel/R-usethis
From: Makoto Fujiwara
Date: 2021-05-31 23:50:20
Message id: 20210531215020.CF60AFA95@cvs.NetBSD.org
Log Message:
(devel/R-usethis) Updated 2.0.0 to 2.0.1
# usethis 2.0.1
* All functions that require a package now ask you if you'd like to install it.
* Added `edit_template()` for opening and creating files in `inst/templates`
(for use with `use_template()`) (@malcolmbarrett, #1319).
* `use_article()` now creates the file in the `vignettes/articles/` (#548).
* `use_lifecycle()` has been updated for changes in our lifecycle workflow
(#1323).
* `use_tidy_pkgdown()` has been renamed to `use_pkgdown_github_pages()` since
the function is useful for anyone who wants to automatically publish to GitHub
pages, not just the tidyverse team (#1308).
* `use_release_issue()` includes a bunch of minor improvements. Most
importantly, for initial CRAN release we now include a number of common
things that CRAN checks for that aren't in `R CMD check`.
* `use_readme_rmd()`, `use_readme_md()`, `use_tidy_contributing()`, and
`use_tidy_support()` use updated logic for determining the `OWNER/REPO` spec
of the target repo (#1312).
Files: