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: Sun Jan 12 13:47:37 UTC 2025
Modified Files:
pkgsrc/devel/R-usethis: Makefile distinfo
Log Message:
(devel/R-usethis) Updated 3.0.0 to 3.1.0
# usethis 3.1.0
* `use_vignette()` and `use_article()` support Quarto. The `name` of the new
vignette or article can optionally include a file extension to signal whether
`.Rmd` or `.qmd` is desired, with `.Rmd` remaining the default for now. Thanks
to @olivroy for getting the ball rolling (#1997).
* `use_data()` defaults to serialization version 3 (@laurabrianna, #2044).
* `use_package()` can lower a minimum version requirement
(@jplecavalier, #1957).
* `use_release_issue()` only suggests doing reverse dependency checks if there
are, in fact, reverse dependencies (#1817, @seankross).
* `use_tidy_upkeep_issue()` records the year it is being run in the
`Config/usethis/upkeep` field in DESCRIPTION. If this value exists, it is
used to filter the checklist when making the issue.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-usethis/Makefile
cvs rdiff -u -r1.13 -r1.14 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.11 pkgsrc/devel/R-usethis/Makefile:1.12
--- pkgsrc/devel/R-usethis/Makefile:1.11 Sun Oct 20 22:26:40 2024
+++ pkgsrc/devel/R-usethis/Makefile Sun Jan 12 13:47:36 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2024/10/20 22:26:40 mef Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/12 13:47:36 mef Exp $
R_PKGNAME= usethis
-R_PKGVER= 3.0.0
+R_PKGVER= 3.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -27,7 +27,7 @@ DEPENDS+= R-curl>=2.7:../../www/R-curl
DEPENDS+= R-gh>=1.0.1:../../www/R-gh
DEPENDS+= R-rappdirs-[0-9]*:../../devel/R-rappdirs
DEPENDS+= R-whisker-[0-9]*:../../devel/R-whisker
-
+#
# Packages suggested but not available: 'magick', 'styler'
#
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
Index: pkgsrc/devel/R-usethis/distinfo
diff -u pkgsrc/devel/R-usethis/distinfo:1.13 pkgsrc/devel/R-usethis/distinfo:1.14
--- pkgsrc/devel/R-usethis/distinfo:1.13 Sun Oct 20 22:26:40 2024
+++ pkgsrc/devel/R-usethis/distinfo Sun Jan 12 13:47:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/10/20 22:26:40 mef Exp $
+$NetBSD: distinfo,v 1.14 2025/01/12 13:47:36 mef Exp $
-BLAKE2s (R/usethis_3.0.0.tar.gz) = 17ed804d4de099b740c9b508f224fb7362ea0bb6a4d7513a2c58e09123e3b764
-SHA512 (R/usethis_3.0.0.tar.gz) = 289a81ce00276e5e30c230234a3d13b5bd659bc96b886540b9a5458053b7adddc61f4576dc0fd3f8aea927815a41859547b91c7ff5efa29aedd306fe5e722e1e
-Size (R/usethis_3.0.0.tar.gz) = 381410 bytes
+BLAKE2s (R/usethis_3.1.0.tar.gz) = 5c88fb302d7b378fa618de5795ed659950e6a3bbf20699e0496238b10e157751
+SHA512 (R/usethis_3.1.0.tar.gz) = bc6eade7386878ca7474f02f46004d2b434e5590d9388b47a634e4c81093a4cc06dae168c162768a7194aa6078b7db82e384050b6f2f2fd45d733f661234435c
+Size (R/usethis_3.1.0.tar.gz) = 384582 bytes
Home |
Main Index |
Thread Index |
Old Index