summaryrefslogtreecommitdiff
path: root/textproc/R-stringr
diff options
context:
space:
mode:
authorwen <wen>2016-12-18 02:33:18 +0000
committerwen <wen>2016-12-18 02:33:18 +0000
commit20581bd9a1901f54c66960f6f9c28da6e1b3edb9 (patch)
treeecd9f2ea42810890a43c59896e35576833972152 /textproc/R-stringr
parenta1286401ada58ebf7f6cb447adf5d79144426163 (diff)
downloadpkgsrc-20581bd9a1901f54c66960f6f9c28da6e1b3edb9.tar.gz
Update to 1.1.0
Upstream changes: stringr 1.1.0 Add sample datasets: fruit, words and sentences. fixed(), regex(), and coll() now throw an error if you use them with anything other than a plain string (#60). I've clarified that the replacement for perl() is regex() not regexp() (#61). boundary() has improved defaults when splitting on non-word boundaries (#58, @lmullen). str_detect() now can detect boundaries (by checking for a str_count() > 0) (#120). str_subset() works similarly. str_extract() and str_extract_all() now work with boundary(). This is particularly useful if you want to extract logical constructs like words or sentences. str_extract_all() respects the simplify argument when used with fixed() matches. str_subset() now respects custom options for fixed() patterns (#79, @gagolews). str_replace() and str_replace_all() now behave correctly when a replacement string contains $s, \\\\1, etc. (#83, #99). str_split() gains a simplify argument to match str_extract_all() etc. str_view() and str_view_all() create HTML widgets that display regular expression matches (#96). word() returns NA for indexes greater than number of words (#112).
Diffstat (limited to 'textproc/R-stringr')
-rw-r--r--textproc/R-stringr/Makefile4
-rw-r--r--textproc/R-stringr/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/R-stringr/Makefile b/textproc/R-stringr/Makefile
index 64b9dcaebef..e3035c81b7e 100644
--- a/textproc/R-stringr/Makefile
+++ b/textproc/R-stringr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/01 13:38:34 wen Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/18 02:33:18 wen Exp $
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Make it easier to work with strings
LICENSE= gnu-gpl-v2
R_PKGNAME= stringr
-R_PKGVER= 1.0.0
+R_PKGVER= 1.1.0
DEPENDS= R-stringi>=0.4.1:../../textproc/R-stringi \
R-magrittr>=0:../../devel/R-magrittr
diff --git a/textproc/R-stringr/distinfo b/textproc/R-stringr/distinfo
index fb03d069049..fa8d0633ffb 100644
--- a/textproc/R-stringr/distinfo
+++ b/textproc/R-stringr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/01/01 13:38:34 wen Exp $
+$NetBSD: distinfo,v 1.4 2016/12/18 02:33:18 wen Exp $
-SHA1 (R/stringr_1.0.0.tar.gz) = 1b135f1084752c3a094243f151e197a1dc0149f7
-RMD160 (R/stringr_1.0.0.tar.gz) = 7909d4d85f6990bd07ac415ff74dfcaab019e469
-SHA512 (R/stringr_1.0.0.tar.gz) = 51696fe4d312e9bd30f18cc9ccf137493c2b88800599d623a878450f2fa88172c0d2c7d42a97dd1d696eb1ba4ad7b249a65238166024a3330b77f70969717002
-Size (R/stringr_1.0.0.tar.gz) = 34880 bytes
+SHA1 (R/stringr_1.1.0.tar.gz) = d20cd31e6f0bea3267c9cb70dd457cf4702e6170
+RMD160 (R/stringr_1.1.0.tar.gz) = 972a684e6cf2b18bc5fe13fa82deb19e30711869
+SHA512 (R/stringr_1.1.0.tar.gz) = 68a1a0695a776f6a23c0801a80ed96db05ef1bd8821b6cb23baba56a6896cdaa279b53b61a17fe1827159f9a86243137d5f7e6a9594fb0ba5054496576bf8e3d
+Size (R/stringr_1.1.0.tar.gz) = 63174 bytes