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.1.5 to 2.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1da2fcdb54f
branches:  trunk
changeset: 390164:a1da2fcdb54f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 17 15:22:04 2022 +0000

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

diffstat:

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

diffs (26 lines):

diff -r 99d662b99eea -r a1da2fcdb54f devel/R-usethis/Makefile
--- a/devel/R-usethis/Makefile  Sat Dec 17 15:17:42 2022 +0000
+++ b/devel/R-usethis/Makefile  Sat Dec 17 15:22:04 2022 +0000
@@ -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
diff -r 99d662b99eea -r a1da2fcdb54f devel/R-usethis/distinfo
--- a/devel/R-usethis/distinfo  Sat Dec 17 15:17:42 2022 +0000
+++ b/devel/R-usethis/distinfo  Sat Dec 17 15:22:04 2022 +0000
@@ -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