summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook>2014-09-03 16:06:48 +0000
committerbrook <brook>2014-09-03 16:06:48 +0000
commit51ad87a55e211d9a1eb23e0d1ed111e767d2031a (patch)
treea2f256e1caefb429710a2e55208ac79f82558be1 /math
parent42879c24f02332633e149ebbbcdd3f7a01c37e4c (diff)
downloadpkgsrc-51ad87a55e211d9a1eb23e0d1ed111e767d2031a.tar.gz
Initial import of stringr v0.6.2.
stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions.
Diffstat (limited to 'math')
-rw-r--r--math/R-stringr/DESCR6
-rw-r--r--math/R-stringr/Makefile15
-rw-r--r--math/R-stringr/distinfo5
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-stringr/DESCR b/math/R-stringr/DESCR
new file mode 100644
index 00000000000..64e96d29433
--- /dev/null
+++ b/math/R-stringr/DESCR
@@ -0,0 +1,6 @@
+stringr is a set of simple wrappers that make R's string functions
+more consistent, simpler and easier to use. It does this by ensuring
+that: function and argument names (and positions) are consistent, all
+functions deal with NA's and zero length character appropriately, and
+the output data structures from each function matches the input data
+structures of other functions.
diff --git a/math/R-stringr/Makefile b/math/R-stringr/Makefile
new file mode 100644
index 00000000000..9e35cdbb36f
--- /dev/null
+++ b/math/R-stringr/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/03 16:06:48 brook Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/stringr/
+COMMENT= Make it easier to work with strings.
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= stringr
+R_PKGVER= 0.6.2
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-stringr/distinfo b/math/R-stringr/distinfo
new file mode 100644
index 00000000000..6db8d904079
--- /dev/null
+++ b/math/R-stringr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/03 16:06:48 brook Exp $
+
+SHA1 (R/stringr_0.6.2.tar.gz) = 6b41bcf589412a9b48ee6357508e35ccbbd77d01
+RMD160 (R/stringr_0.6.2.tar.gz) = 055a34d2a938c2af55374a98f20c700d4b7c5843
+Size (R/stringr_0.6.2.tar.gz) = 20636 bytes