Path to this page:
Subject: CVS commit: pkgsrc/devel/R-usethis
From: Makoto Fujiwara
Date: 2025-01-12 14:47:37
Message id: 20250112134737.2E965FC1D@cvs.NetBSD.org
Log Message:
(devel/R-usethis) Updated 3.0.0 to 3.1.0
# usethis 3.1.0
* `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_data()` defaults to serialization version 3 (@laurabrianna, #2044).
* `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.
Files: