Entering edit mode
I am trying to install DESeq2 but it is not available for current R version. Did anyone have this problem and have a good solution? The same is in case of WGCNA package. I tried other methods of installing but it did not work.
install.packages("DDESeq2") Warning in install.packages : package ‘DDESeq2’ is not available for this version of R
All Bioconductor packages should be installed using
BiocManager::install
and for what its worth BiocManager::install will also install any available CRAN package.yes, sorry, I was trying to install so many times I finally have a typo. But the way you suggested is not working either:
I think it has something to do with Mac M1 silicone (?) or the new R version, I am not able to install EdgeR as well.
My version of BiocManagaer is 3.15
Yes. Bioconductor is close to but not yet providing mac m1 binaries. There are several post on the support site here that suggest work arounds.
However on my other Mac M1 I do have all of this software installed but with lower Rstudio (4.1.2) version. So I am not sure what exactly makes the problem with installation in this case...I wanted to install the 4.1.2 version on the new one but I can not find it anywhere :/