Entering edit mode
9.2 years ago
zizigolu
★
4.3k
sorry guys,
I typed
source("<a href="http://bioconductor.org/biocLite.R">http://bioconductor.org/biocLite.R</a>")
biocLite("cummeRbund")
after running
install.packages("cummerbund")
Installing package into '/usr/people/home/izadi/R/x86_64-redhat-linux-gnu-library/3.2'
(as 'lib' is unspecified)
Warning in install.packages :
package 'cummerbund' is not available (for R version 3.2.1)
I'm in rstudio, fedora 64 bit
Do you know the reason please? how I can install this package?
Thanks
biocLite("cummeRbund")
should already install the package. Whats the output ofbiocLite("cummeRbund")
?