This is a test version of Biostars. For the public version, visit https://www.biostars.org.
several packages are missing in the latest Bioconductor version

As i mentioned earlier in my previous post, that i downloaded the recent R version and now i can see that other packages are also missing:

install.packages("limma")
Installing package into ‘C:/Users/Laith/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘limma’ is not available (for R version 3.5.0)

library(wateRmelon)
Error: package ‘limma’ required by ‘wateRmelon’ could not be found

what should i do with these packages that are missing/not working ?

Laith

r

Hello laith_mbiologist!

Questions similar to yours can already be found at:

We have closed your question to allow us to keep similar content in the same thread.

If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.

Cheers!

PS: Please don't post multiple similar questions. Tool tag is reserved for announcement of new software tools. You are asking a simple question in these threads.
install.packages("limma", dependencies=TRUE)

Should allow you to install package dependencies.

0 answers

No answers yet.

Log in to answer this question.