Rパッケージを作成しようとしています。私は別のパッケージをビルドするために使用済みのRパッケージと異なるRパッケージをインストール
devtools::check()
を実行すると、警告メッセージのいずれかが
Found the following significant warnings: Warning: Installed Rcpp (0.12.12) different from Rcpp used to build dplyr (0.12.10).
Iその後、
remove.packages("Rcpp")
と
install.packages("Rcpp", repo = "https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/Rcpp_0.12.10.tgz")
Warning in install.packages : cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/Rcpp_0.12.10.tgz/src/contrib/PACKAGES.rds': HTTP status was '404 Not Found'
これに最適な解決策は何ですか?どうもありがとうございました!!
「dplyr」によって無視されるノイズは、多かれ少なかれ発生します。 'rcpp'の問題ではないので、' rcpp'タグも削除します。 –