You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As already thought of in #46#57 and #89 it might be possible to reduce the dependencies to only base R. Currently the main challenges would be
stringr offers a local argument, which is usually set to english and allows similar results on different plattforms (indipendently from the locale setting)
stringi::stri_trans_general etc. which is needed for the transliterations argument doesn't have a similar counterpart in base r.
however, one would need to slowly translate from stringr to base r, add more conservative test cases and see if further issues pop up
The text was updated successfully, but these errors were encountered:
Tazinho
changed the title
Evaluating a rewrite in base R (without stringr/stringi)
Evaluating a rewrite in base R (i.e. drop stringr/stringi dependency)
May 27, 2019
As already thought of in #46 #57 and #89 it might be possible to reduce the dependencies to only base R. Currently the main challenges would be
The text was updated successfully, but these errors were encountered: