You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use_vignette() and use_article() support Quarto. The name of the new
vignette or article can optionally include a file extension to signal whether .Rmd or .qmd is desired, with .Rmd remaining the default for now. Thanks
to @olivroy for getting the ball rolling (#1997).
use_package() can lower a minimum version requirement
(@jplecavalier, #1957).
use_release_issue() only suggests doing reverse dependency checks if there
are, in fact, reverse dependencies (#1817, @seankross).
use_tidy_upkeep_issue() records the year it is being run in the Config/usethis/upkeep field in DESCRIPTION. If this value exists, it is
used to filter the checklist when making the issue.