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: Sat Dec 17 15:22:04 UTC 2022
Modified Files:
pkgsrc/devel/R-usethis: Makefile distinfo
Log Message:
(devel/R-usethis) Updated 2.1.5 to 2.1.6
# usethis 2.1.6
### GitHub-related
`use_github_action()` and friends gain a `ref` argument, which
defaults to the tag of the latest release in
<https://github.com/r-lib/actions> (#1541).
`use_github_actions_badge()` now uses the same URLs as GitHub does via
the "Create status badge" helper in the browser (#1525). This changes
the significance of the `name` argument; now it really must be the
name of the workflow configuration file.
All functions error more clearly when the requested operation is not
supported for the "theirs" remote configuration (#1588).
### Other changes
`use_roxygen_md()` gains an `overwrite` argument (#1599).
`use_rscloud_badge()` is a new function that creates a README badge
indicating the repository can be launched in an [RStudio
Cloud](https://rstudio.cloud) project (@gvelasq, #1584).
`use_data()` gains an `ascii` argument, which is passed along to
`save()` (@JosiahParry, #1625).
`use_code_of_conduct()` has been updated to version 2.1 of the
Contributor Covenant (@batpigandme, #1591).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-usethis/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/devel/R-usethis/Makefile:1.7
--- pkgsrc/devel/R-usethis/Makefile:1.6 Sat Apr 30 15:17:25 2022
+++ pkgsrc/devel/R-usethis/Makefile Sat Dec 17 15:22:04 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/04/30 15:17:25 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/17 15:22:04 mef Exp $
R_PKGNAME= usethis
-R_PKGVER= 2.1.5
+R_PKGVER= 2.1.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-usethis/distinfo
diff -u pkgsrc/devel/R-usethis/distinfo:1.8 pkgsrc/devel/R-usethis/distinfo:1.9
--- pkgsrc/devel/R-usethis/distinfo:1.8 Sat Apr 30 15:17:25 2022
+++ pkgsrc/devel/R-usethis/distinfo Sat Dec 17 15:22:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/30 15:17:25 mef Exp $
+$NetBSD: distinfo,v 1.9 2022/12/17 15:22:04 mef Exp $
-BLAKE2s (R/usethis_2.1.5.tar.gz) = 415c8859aabff4cb9b3429b5141eaa464ad5c1a04077ea84a65c5c645dfc2422
-SHA512 (R/usethis_2.1.5.tar.gz) = 2dd72b1cfacd964e768ba63270e62f3724c130181dfe22d589b109a7a1f3c6a8087798a2c9f3204e136909662992b16affb1e8921baff7a39a16e42f6d69d14e
-Size (R/usethis_2.1.5.tar.gz) = 334909 bytes
+BLAKE2s (R/usethis_2.1.6.tar.gz) = 24d0de4d9a7acca12528529f5bf8344743a4f89446968a99a7abcfac87148afa
+SHA512 (R/usethis_2.1.6.tar.gz) = 9907637f324bef0133d3310ef9961a47cfd4e4c8593513ace4175e0181ab2ce17c76abb9ee2cb321c7589a7b008178c17cf3f7cde57e77b1e972ad0e7cc9647b
+Size (R/usethis_2.1.6.tar.gz) = 342349 bytes
Home |
Main Index |
Thread Index |
Old Index