【发布时间】:2013-03-18 08:43:48
【问题描述】:
我尝试安装一个包,使用
install.packages("foobarbaz")
但收到警告
Warning message:
package 'foobarbaz' is not available (for R version x.y.z)
为什么 R 不认为包可用?
另请参阅有关此问题的具体实例的这些问题:
My package doesn't work for R 2.15.2
package 'Rbbg' is not available (for R version 2.15.2)
package is not available (for R version 2.15.2)
package doMC NOT available for R version 3.0.0 warning in install.packages
Dependency ‘Rglpk’ is not available for package ‘fPortfolio’
What to do when a package is not available for our R version?
Is the bigvis package for R not available for R version 3.0.1?
package ‘syncwave’/‘mvcwt’ is not available (for R version 3.0.2)
package ‘diamonds’ is not available (for R version 3.0.0)
Is the plyr package for R not available for R version 3.0.2?
Package bigmemory not installing on R 64 3.0.2
package "makeR" is not available (for version 3.0.2)
package ‘RTN’ is not available (for R version 3.0.1)
Trouble Installing geoR package
package ‘twitterR’ is not available (for R version 3.1.0)
How to install 'Rcpp, package? I got "package is not available"
@ 987654337@
"package ‘rhipe’ is not available (for R version 3.1.2)"
【问题讨论】:
-
请注意,使用 RStudio 时,从 CRAN 以外的其他存储库安装时也会收到此警告。这是我已经报告过几次的错误,但我不知道它是否已经排序。
标签: r installation repository package r-faq