This is a test version of Biostars. For the public version, visit https://www.biostars.org.
MetaboAnalyst Install problems?

Hi there,

Does anyone have experience installing MetaboAnalystR on Windows 7? I am trying to install the package and I keep getting strange errors:

devtools::install_github("xia-lab/MetaboAnalystR", build_vignettes=TRUE)
Downloading GitHub repo xia-lab/MetaboAnalystR@master
from URL https://api.github.com/repos/xia-lab/MetaboAnalystR/zipball/master
Installing MetaboAnalystR



ERROR: dependencies 'impute', 'pcaMethods', 'globaltest', 'GlobalAncova', 'Rgraphviz', 'preprocessCore', 'genefilter', 'SSPA', 'sva', 'limma', 'KEGGgraph', 'siggenes' are not available for package 'MetaboAnalystR'
* removing 'C:/Users/user/Documents/R/win-library/3.4/MetaboAnalystR'
In R CMD INSTALL
Installation failed: Command failed (1)
metaboanalyst r rstudio metaboanalystr

Try:

devtools::install_github("xia-lab/MetaboAnalystR", build_vignettes = TRUE, dependencies = TRUE)

1 answer

you need to install the dependencies that are listed in the error message, i.e. try to install the packages that named such as impute, pcaMethods etc.

Log in to answer this question.