summaryrefslogtreecommitdiff
path: root/devel/R-usethis
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-05-31 21:50:20 +0000
committermef <mef@pkgsrc.org>2021-05-31 21:50:20 +0000
commit30560c9f2df4f290b1dfe0c96cbc571c687892d3 (patch)
tree57b39cd3fb149daea531f47e2df668cd8d7bf1c1 /devel/R-usethis
parent3901a91aef4e63f747544bc11593c0f51d69713e (diff)
downloadpkgsrc-30560c9f2df4f290b1dfe0c96cbc571c687892d3.tar.gz
(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).
Diffstat (limited to 'devel/R-usethis')
-rw-r--r--devel/R-usethis/Makefile4
-rw-r--r--devel/R-usethis/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/R-usethis/Makefile b/devel/R-usethis/Makefile
index cc21e0f8f16..5ad5ee3d05b 100644
--- a/devel/R-usethis/Makefile
+++ b/devel/R-usethis/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/01/01 09:55:15 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/31 21:50:20 mef Exp $
R_PKGNAME= usethis
-R_PKGVER= 2.0.0
+R_PKGVER= 2.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/R-usethis/distinfo b/devel/R-usethis/distinfo
index 0a604a78e3b..3ed3c70affb 100644
--- a/devel/R-usethis/distinfo
+++ b/devel/R-usethis/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/01/01 09:55:15 mef Exp $
+$NetBSD: distinfo,v 1.5 2021/05/31 21:50:20 mef Exp $
-SHA1 (R/usethis_2.0.0.tar.gz) = 52b7ca378eb2ec262766cf24ae07981ec4c9578c
-RMD160 (R/usethis_2.0.0.tar.gz) = 7f6ae0a7dbefb76d791c458223f6a60fafb4a73d
-SHA512 (R/usethis_2.0.0.tar.gz) = 13a90a0baee0f55c3b927871938d5c75e660f399916a569617c9d7a8483e7fa0e7bfdf88a3e6a9c8062e58799af293318837d6662c6f6bcc67d8adf81f2b14c9
-Size (R/usethis_2.0.0.tar.gz) = 556740 bytes
+SHA1 (R/usethis_2.0.1.tar.gz) = 8061f06f3bc7491fdb3ce87c6002a704cc6fc956
+RMD160 (R/usethis_2.0.1.tar.gz) = 1b9dd62e347c7fdc631d3fecec3a9372986d1eb5
+SHA512 (R/usethis_2.0.1.tar.gz) = 5b51e23096a687a8e4be2b909a58e9d782b607715badc7cbe22ec691e3f1466dc981fe80488f591a2ce4b06b3e246fc5366ed0faea60dfceefd1d8aae3760811
+Size (R/usethis_2.0.1.tar.gz) = 306090 bytes