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
do we know where this script will be run? if it's run on server/in Docker/somehow deployed, I would recommend using base R regex. stringr brings stringi which in my experience is quite a heavy dependency.
OTOH, if this script will only be run manually / locally, using stringr will be fine :)
I started with a refactor, seems feasible enough, though the performance most certainly takes a slight hit. I am currently doing the fixes into a forked version (https://github.com/koduu/translations-dashboard), will talk with @hturner to see how to get it merged to the main repo later on
do we know where this script will be run? if it's run on server/in Docker/somehow deployed, I would recommend using
base
R regex.stringr
bringsstringi
which in my experience is quite a heavy dependency.OTOH, if this script will only be run manually / locally, using
stringr
will be fine :)Originally posted by @MichaelChirico in r-devel/translations#5 (comment)
The text was updated successfully, but these errors were encountered: