The stringr package provides a cohesive set of functions designed to make working with strings as easy as possible. If you’re not familiar with strings, the best place to start is the chapter on strings in R for Data Science.
The stringr package provides a cohesive set of functions designed to make working with strings as easy as possible. If you’re not familiar with strings, the best place to start is the chapter on strings in R for Data Science.
To install R-stringr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-stringr
To see what files were installed by R-stringr, run:
port contents R-stringr
To later upgrade R-stringr, run:
sudo port selfupdate && sudo port upgrade R-stringr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.