Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

METACLUSTER installation error #1

Open
anani-a-missinou opened this issue Feb 5, 2020 · 1 comment
Open

METACLUSTER installation error #1

anani-a-missinou opened this issue Feb 5, 2020 · 1 comment

Comments

@anani-a-missinou
Copy link

anani-a-missinou commented Feb 5, 2020

Hi Dear METACLUSTER developer,

I’m a Ph.D. student in France on Brassica napus (rapeseed) specialized metabolites against pathogens. I want to apply your strategy “METACLUSTER—an R package for context-specific expression analysis of metabolic gene clusters” on my data. Your tool can help us to concise your data to highlight relevant biosynthesis pathways activated during plant infection.

I tried to install METACLUSTER using the following script:

*************** SCRIPT *******************************
install.packages("devtools")
library(devtools)
install.packages(mvtnorm)
install_github("https://github.com/mbanf/METACLUSTER")
install_github("METACLUSTER","mbanf")


**************** ERROR MESSAGE *******************

version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 4.3
year 2017
month 11
day 30
svn rev 73796
language R
version.string R version 3.4.3 (2017-11-30)
nickname Kite-Eating Tree

install_github("https://github.com/mbanf/METACLUSTER")
Downloading GitHub repo mbanf/METACLUSTER@master
Skipping 3 packages not available: mvtnorm, plotrix, multtest
Installing 20 packages: foreach, doParallel, pheatmap, metap, iterators, Rdpack, TFisher, mutoss, bibtex, gbRd, sn, mvtnorm, mnormt, numDeriv, plotrix, multtest, multcomp, TH.data, sandwich, zoo
Error: Failed to install 'METACLUSTER' from GitHub:
(converted from warning) packages ‘mvtnorm’, ‘plotrix’, ‘multtest’ are not available (for R version 3.4.3)


Please, help me to avoid this error.

Thank you. Anani

@mbanf
Copy link
Owner

mbanf commented Feb 18, 2020

Dear Anani,

Sorry for being able to answer just now. What you're experiencing is that some of the dependencies (here, mvtnorm, plotrix, multtest) have been removed from CRAN into the bioconductor repository. so here is what you need to do (we have also updated the description accordingly):

  • upgrade R to Version 3.6.1 or 3.6.2

  • install devtools

  • install METACLUSTER from github, providing bioconductor as an additional repo

install_github("https://github.com/mbanf/METACLUSTER", build_vignettes=TRUE,
repos=c("http://cran.rstudio.org", "http://bioconductor.org/packages/release/bioc"),
dependencies=TRUE)

Let me know if this works out.

Best,

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants