The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
To install R-ellipsis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-ellipsis
To see what files were installed by R-ellipsis, run:
port contents R-ellipsis
To later upgrade R-ellipsis, run:
sudo port selfupdate && sudo port upgrade R-ellipsis
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.