Pipeline toolkit for reproducible computation at scale
A general-purpose computational engine for data analysis. R-drake rebuilds intermediate data objects when their dependencies change and it skips work when the results are already up to date.
A general-purpose computational engine for data analysis. R-drake rebuilds intermediate data objects when their dependencies change and it skips work when the results are already up to date.
To install R-drake, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-drake
To see what files were installed by R-drake, run:
port contents R-drake
To later upgrade R-drake, run:
sudo port selfupdate && sudo port upgrade R-drake
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.