diff options
author | brook <brook@pkgsrc.org> | 2014-09-03 16:06:48 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-03 16:06:48 +0000 |
commit | db506a0abacf369a446bef84ff722033249f8c81 (patch) | |
tree | a2f256e1caefb429710a2e55208ac79f82558be1 /math | |
parent | e1340e360f6130e72ba210afcdcaa45aad15922a (diff) | |
download | pkgsrc-db506a0abacf369a446bef84ff722033249f8c81.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/DESCR | 6 | ||||
-rw-r--r-- | math/R-stringr/Makefile | 15 | ||||
-rw-r--r-- | math/R-stringr/distinfo | 5 |
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 |