NOTICE: This package has been removed from pkgsrc

./math/R-stringr, Make it easier to work with strings.

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.2, Package name: R-stringr-0.6.2, Maintainer: pkgsrc-users

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.


Required to run:
[math/R]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2014-09-19 23:21:17 by Brook Milligan | Files touched by this commit (4) | Package removed
Log message:
Move math/R-stringr to textproc/R-stringr and fix dependencies.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
   2014-09-03 18:06:48 by Brook Milligan | Files touched by this commit (3)
Log message:
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.