Provides modules as an organizational unit for source code. Modules enforce to be more rigorous when defining dependencies and have a local search path. They can be used as a sub-unit within packages or in scripts.
Provides modules as an organizational unit for source code. Modules enforce to be more rigorous when defining dependencies and have a local search path. They can be used as a sub-unit within packages or in scripts.
To install R-modules, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-modules
To see what files were installed by R-modules, run:
port contents R-modules
To later upgrade R-modules, run:
sudo port selfupdate && sudo port upgrade R-modules
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.