Package: stringb
Title: Convenient Base R String Handling
Date: 2021-01-25
Version: 0.1.17
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, backports
Suggests: testthat, knitr, rmarkdown, covr
BugReports: https://github.com/petermeissner/stringb/issues
URL: https://github.com/petermeissner/stringb
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-01-25 21:36:48 UTC; peter
Author: Peter Meissner [aut, cre]
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-25 22:10:02 UTC
Built: R 4.1.0; ; 2021-05-26 09:44:19 UTC; unix
