pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-usethis (devel/R-usethis) Updated 2.0.0 to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/144568ce7a04
branches:  trunk
changeset: 453593:144568ce7a04
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 31 21:50:20 2021 +0000

description:
(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:

 devel/R-usethis/Makefile |   4 ++--
 devel/R-usethis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0d4d1c6504bf -r 144568ce7a04 devel/R-usethis/Makefile
--- a/devel/R-usethis/Makefile  Mon May 31 20:54:07 2021 +0000
+++ b/devel/R-usethis/Makefile  Mon May 31 21:50:20 2021 +0000
@@ -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@localhost
diff -r 0d4d1c6504bf -r 144568ce7a04 devel/R-usethis/distinfo
--- a/devel/R-usethis/distinfo  Mon May 31 20:54:07 2021 +0000
+++ b/devel/R-usethis/distinfo  Mon May 31 21:50:20 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index