Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stringb on CRAN #2

Open
eddelbuettel opened this issue Feb 8, 2020 · 3 comments
Open

stringb on CRAN #2

eddelbuettel opened this issue Feb 8, 2020 · 3 comments

Comments

@eddelbuettel
Copy link

Are you aware of this one? Seems to overlap somewhat:
http://cloud.r-project.org/package=stringb

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.

@mrchypark
Copy link

@hadley
Copy link
Owner

hadley commented Aug 17, 2021

Maybe stringrb?

The packages definitely have different goals since here I want to provide a drop-in replacement.

@mrchypark
Copy link

I think it's fine if the names don't overlap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants