Automate package and project setup for Bioconductor packages
This package expands the usethis package with the goal of helping automate the process of creating R packages for Bioconductor or making them Bioconductor-friendly.
This package expands the usethis package with the goal of helping automate the process of creating R packages for Bioconductor or making them Bioconductor-friendly.
To install R-biocthis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-biocthis
To see what files were installed by R-biocthis, run:
port contents R-biocthis
To later upgrade R-biocthis, run:
sudo port selfupdate && sudo port upgrade R-biocthis
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.