MetaboAnalyst Install problems?
1
0
Entering edit mode
5.6 years ago

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 • 3.6k views
ADD COMMENT
0
Entering edit mode

Try:

devtools::install_github("xia-lab/MetaboAnalystR", build_vignettes = TRUE, dependencies = TRUE)
ADD REPLY
0
Entering edit mode
5.6 years ago

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.

ADD COMMENT

Login before adding your answer.

Traffic: 1595 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6