pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-stringr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan  4 00:39:28 UTC 2025

Modified Files:
        pkgsrc/textproc/R-stringr: Makefile distinfo

Log Message:
(textproc/R-stringr) Updated 1.5.0 to 1.5.1

# stringr 1.5.1

* Some minor documentation improvements.

* `str_trunc()` now correctly truncates strings when `side` is `"left"` or
  `"center"` (@UchidaMizuki, #512).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/R-stringr/Makefile \
    pkgsrc/textproc/R-stringr/distinfo

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

Modified files:

Index: pkgsrc/textproc/R-stringr/Makefile
diff -u pkgsrc/textproc/R-stringr/Makefile:1.9 pkgsrc/textproc/R-stringr/Makefile:1.10
--- pkgsrc/textproc/R-stringr/Makefile:1.9      Sun Mar 12 08:54:41 2023
+++ pkgsrc/textproc/R-stringr/Makefile  Sat Jan  4 00:39:28 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/03/12 08:54:41 mef Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/04 00:39:28 mef Exp $
 
 R_PKGNAME=     stringr
-R_PKGVER=      1.5.0
+R_PKGVER=      1.5.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,10 +16,13 @@ DEPENDS+=   R-rlang-[0-9]*:../../devel/R-r
 DEPENDS+=      R-stringi>=1.1.7:../../textproc/R-stringi
 DEPENDS+=      R-vctrs-[0-9]*:../../math/R-vctrs
 
+# Package suggested but not available: 'gt'
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-htmlwidgets-[0-9]*:../../www/R-htmlwidgets
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
-TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/textproc/R-stringr/distinfo
diff -u pkgsrc/textproc/R-stringr/distinfo:1.9 pkgsrc/textproc/R-stringr/distinfo:1.10
--- pkgsrc/textproc/R-stringr/distinfo:1.9      Sun Mar 12 08:54:41 2023
+++ pkgsrc/textproc/R-stringr/distinfo  Sat Jan  4 00:39:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/03/12 08:54:41 mef Exp $
+$NetBSD: distinfo,v 1.10 2025/01/04 00:39:28 mef Exp $
 
-BLAKE2s (R/stringr_1.5.0.tar.gz) = 75efc391f7fde0c54d0771ef4e4e1ddb68934a63a539811a99142701f381913a
-SHA512 (R/stringr_1.5.0.tar.gz) = 515c6d24b2057ebe94253131dad78d71e03074bd613f4360d432a89c790c25f2d6f704b4602cbf7974522f9838b3a47039ace2bbe752515cda146c51d5e805cf
-Size (R/stringr_1.5.0.tar.gz) = 175699 bytes
+BLAKE2s (R/stringr_1.5.1.tar.gz) = b8d5ae3526fc04a4201dcf3d032f114f70bee65ecb255f35aa0a2b2ef500b150
+SHA512 (R/stringr_1.5.1.tar.gz) = de985ada08e9095cd264b86bd5bda1ae416822c4a808a271ed8994c44b85f0edaf204f0de94fc51abfbafa0e9b2ca4116d7fb97133fe96885dbf812565db326e
+Size (R/stringr_1.5.1.tar.gz) = 176599 bytes



Home | Main Index | Thread Index | Old Index