CRAN/E | stringb

stringb

Convenient Base R String Handling

Installation

About

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.

github.com/petermeissner/stringb
Bug report File report

Key Metrics

Version 0.1.17
R ≥ 3.0.0
Published 2021-01-25 1197 days ago
Needs compilation? no
License MIT
License File
CRAN checks stringb results

Downloads

Yesterday 0
Last 7 days 11 -31%
Last 30 days 83 -55%
Last 90 days 411 -42%
Last 365 days 2.147 -32%

Maintainer

Maintainer

Peter Meissner

retep.meissner@gmail.com

Authors

Peter Meissner

aut / cre

Material

NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

stringb archive

Depends

R ≥ 3.0.0

Imports

graphics
tools
backports

Suggests

testthat
knitr
rmarkdown
covr

Reverse Depends

rtext