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 の場合) 何か提案はありますか? ありがとう。
github cran リポジトリから gpots をインストールしてみることができます。
install.packages("dplyr") library(devtools) install_github("cran/gplots")