Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是 ubuntu 14.04.2 LTS。我的 R 版本是 3.0.2。当我使用以下命令安装包“gplots”时
sudo -i R install.packages("gplots")
我收到一条警告消息:包 'gplots' 不可用(对于 R 版本 3.0.2。)有什么建议吗?谢谢。
You can try installing gpots from github cran repo.
install.packages("dplyr") library(devtools) install_github("cran/gplots")