stringr: Make it easier to work with strings
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.
| Version: |
0.6 |
| Depends: |
R (≥ 2.14) |
| Imports: |
plyr |
| Suggests: |
testthat (≥ 0.3) |
| Published: |
2011-12-08 |
| Author: |
Hadley Wickham |
| Maintainer: |
Hadley Wickham <h.wickham at gmail.com> |
| License: |
GPL-2 |
| CRAN checks: |
stringr results |
Downloads:
Reverse dependencies:
| Reverse depends: |
aqp, BBmisc, coefplot, ez, GGally, helpr, rgeos, spsurvey |
| Reverse imports: |
evaluate, games, ISOweek, knitr, lubridate, reshape2, roxygen2, rplos, scales, sinartra, testthat |
| Reverse suggests: |
ISIPTA, ProjectTemplate, tikzDevice |