Custom R packages for the BreedBase websites.
To install R packages from this repo:
- Open R.
- Install R package 'devtools', if not installed already, using 'install.packages('devtools')'.
- Install an R package (from the main branch) using 'devtools::install_github('solgenomics/rPackages/thePackageName').
- Install an R package from other branches using 'devtools::install_github('solgenomics/rPackages/thePackageName', ref="[topic/branchName]").