Utilities for handling character vectors that store human-readable text (either plain or with markup, such as HTML or LaTeX). The package provides, in particular, functions that help with the preparation of plain-text reports (e.g. for expanding and aligning strings that form the lines of such reports), it also provides generic functions for transforming R objects to HTML and to plain text.
Utilities for handling character vectors that store human-readable text (either plain or with markup, such as HTML or LaTeX). The package provides, in particular, functions that help with the preparation of plain-text reports (e.g. for expanding and aligning strings that form the lines of such reports), it also provides generic functions for transforming R objects to HTML and to plain text.
To install R-textutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-textutils
To see what files were installed by R-textutils, run:
port contents R-textutils
To later upgrade R-textutils, run:
sudo port selfupdate && sudo port upgrade R-textutils
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.