A dependency management toolkit for R. Using renv, you can create and manage project-local R libraries, save the state of these libraries to a lockfile and later restore your library as required.
A dependency management toolkit for R. Using renv, you can create and manage project-local R libraries, save the state of these libraries to a lockfile and later restore your library as required.
To install R-renv, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-renv
To see what files were installed by R-renv, run:
port contents R-renv
To later upgrade R-renv, run:
sudo port selfupdate && sudo port upgrade R-renv
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.