Package: stringb
Title: Convenient Base R String Handling
Date: 2016-10-31
Version: 0.1.12
Authors@R: c(
    person(
      "Peter", "Meissner",
      email = "retep.meissner@gmail.com",
      role = c("aut", "cre")
    )
  )
Description: Base R already ships with string handling capabilities
    'out-of-the-box' but lacks streamlined function names and workflow.
    The 'stringi' ('stringr') package on the other hand has well named functions,
    extensive Unicode support and allows for a streamlined workflow. On the
    other hand it adds dependencies and regular expression interpretation
    between base R functions and 'stringi' functions might differ.
    This packages aims at providing a solution to the use case of unwanted
    dependencies on the one hand but the need for streamlined text processing on the
    other. The packages' functions are solely based on wrapping base R functions
    into 'stringr'/'stringi' like function names. Along the way it adds one or two
    extra functions and last but not least provides all functions as generics,
    therefore allowing for adding methods for other text structures
    besides plain character vectors.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: TRUE
Imports: graphics, tools
Suggests: testthat, knitr, rmarkdown
BugReports: https://github.com/petermeissner/stringb/issues
URL: https://github.com/petermeissner/stringb
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-31 13:13:38 UTC; peter
Author: Peter Meissner [aut, cre]
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Repository: CRAN
Date/Publication: 2016-10-31 16:54:11
