Glue strings to data in R. Small, fast, dependency free interpreted string literals.
Glue offers interpreted string literals that are small, fast and dependency-free. Glue does this by embedding R expressions in curly braces which are then evaluated and inserted into the argument string.
Glue offers interpreted string literals that are small, fast and dependency-free. Glue does this by embedding R expressions in curly braces which are then evaluated and inserted into the argument string.
To install R-glue, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-glue
To see what files were installed by R-glue, run:
port contents R-glue
To later upgrade R-glue, run:
sudo port selfupdate && sudo port upgrade R-glue
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.