pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-usethis



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 31 21:50:20 UTC 2021

Modified Files:
        pkgsrc/devel/R-usethis: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-usethis/Makefile \
    pkgsrc/devel/R-usethis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-usethis/Makefile
diff -u pkgsrc/devel/R-usethis/Makefile:1.4 pkgsrc/devel/R-usethis/Makefile:1.5
--- pkgsrc/devel/R-usethis/Makefile:1.4 Fri Jan  1 09:55:15 2021
+++ pkgsrc/devel/R-usethis/Makefile     Mon May 31 21:50:20 2021
@@ -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
Index: pkgsrc/devel/R-usethis/distinfo
diff -u pkgsrc/devel/R-usethis/distinfo:1.4 pkgsrc/devel/R-usethis/distinfo:1.5
--- pkgsrc/devel/R-usethis/distinfo:1.4 Fri Jan  1 09:55:15 2021
+++ pkgsrc/devel/R-usethis/distinfo     Mon May 31 21:50:20 2021
@@ -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