The easiest way to install the package and all of its dependencies is through devtools::install_github
. Basically, do this:
- Install the
devtools
package
library(BiocInstaller)
biocLite("devtools")
- Load the
devtools
package
library(devtools)
- Run the
install_github
command using this repository
install_github("PriceLab/FPML")
That should install the package and its dependencies