From 51ad87a55e211d9a1eb23e0d1ed111e767d2031a Mon Sep 17 00:00:00 2001 From: brook Date: Wed, 3 Sep 2014 16:06:48 +0000 Subject: 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. --- math/R-stringr/DESCR | 6 ++++++ math/R-stringr/Makefile | 15 +++++++++++++++ math/R-stringr/distinfo | 5 +++++ 3 files changed, 26 insertions(+) create mode 100644 math/R-stringr/DESCR create mode 100644 math/R-stringr/Makefile create mode 100644 math/R-stringr/distinfo (limited to 'math') 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 -- cgit v1.2.3