freebsd-ports/textproc/R-cran-stringr/pkg-descr
TAKATSU Tomonari bec0f8734e - Update to 0.6.2
- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
2012-12-07 16:14:13 +00:00

8 lines
430 B
Text

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.
WWW: http://cran.r-project.org/web/packages/stringr/