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 ininst/templates
(for use withuse_template()
) (@malcolmbarrett, #1319). -
use_article()
now creates the file in thevignettes/articles/
(#548). -
use_lifecycle()
has been updated for changes in our lifecycle workflow
(#1323). -
use_tidy_pkgdown()
has been renamed touse_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 inR CMD check
. -
use_readme_rmd()
,use_readme_md()
,use_tidy_contributing()
, and
use_tidy_support()
use updated logic for determining theOWNER/REPO
spec
of the target repo (#1312).