stringb: Convenient Base R String Handling

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.

Version: 0.1.17
Depends: R (≥ 3.0.0)
Imports: graphics, tools, backports
Suggests: testthat, knitr, rmarkdown, covr
Published: 2021-01-25
Author: Peter Meissner [aut, cre]
Maintainer: Peter Meissner <retep.meissner at gmail.com>
BugReports: https://github.com/petermeissner/stringb/issues
License: MIT + file LICENSE
URL: https://github.com/petermeissner/stringb
NeedsCompilation: no
Materials: NEWS
CRAN checks: stringb results

Documentation:

Reference manual: stringb.pdf

Downloads:

Package source: stringb_0.1.17.tar.gz
Windows binaries: r-devel: stringb_0.1.17.zip, r-release: stringb_0.1.17.zip, r-oldrel: stringb_0.1.17.zip
macOS binaries: r-release (arm64): stringb_0.1.17.tgz, r-oldrel (arm64): stringb_0.1.17.tgz, r-release (x86_64): stringb_0.1.17.tgz
Old sources: stringb archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=stringb to link to this page.