diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 14:35:21 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 14:35:21 +0000 |
commit | acdafc1b3800fc6549ad86486aac147b19d50376 (patch) | |
tree | ae2db567f62118ba8e2e0048a90e3948e2fa7ef7 /textproc/R-cran-stringr/pkg-descr | |
parent | 17d4f3cfff226f8bb10f3990d101d71e37b6cd23 (diff) | |
download | ports-acdafc1b3800fc6549ad86486aac147b19d50376.tar.gz ports-acdafc1b3800fc6549ad86486aac147b19d50376.zip |
- Add a new port: textproc/R-cran-stringr
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/
Notes
Notes:
svn path=/head/; revision=290592
Diffstat (limited to 'textproc/R-cran-stringr/pkg-descr')
-rw-r--r-- | textproc/R-cran-stringr/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/R-cran-stringr/pkg-descr b/textproc/R-cran-stringr/pkg-descr new file mode 100644 index 000000000000..03437f20194c --- /dev/null +++ b/textproc/R-cran-stringr/pkg-descr @@ -0,0 +1,8 @@ +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/ |