Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

6
textproc/R-stringr/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 2014/09/19 21:03:26 brook Exp $
CATEGORIES= textproc
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"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/09/19 21:03:26 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