简体   繁体   中英

package ‘gplots’ is not available for R version 3.0.2

I was using ubuntu 14.04.2 LTS. My R version was 3.0.2. When I used the following command to install package "gplots"

sudo -i
R
install.packages("gplots")

I got a warning message: package 'gplots' is not available (for R version 3.0.2.) Any suggestion? Thanks.

You can try installing gpots from github cran repo.

install.packages("dplyr")
library(devtools)
install_github("cran/gplots")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM