【发布时间】:2014-12-19 05:20:31
【问题描述】:
我需要安装 googleVis。我正在使用 R 版本 3.0.1。
但是在尝试安装软件包时,我收到以下错误:
> install.packages("googleVis")
Installing package into ‘/home/akash/R/x86_64-pc-linux-gnu-library/3.0’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Warning message:
package ‘googleVis’ is not available (for R version 3.0.1)
>
我也从 Rstudio 收到同样的错误。
R 版本信息:
akash@akash:~$ R
R version 3.0.1 (2013-05-16) -- "Good Sport"
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
请帮助。
【问题讨论】:
-
您可以将您的 R 版本升级到当前版本 (
R 3.1.2) 并尝试。 -
请查看此链接,您已更改版本askubuntu.com/questions/431380/…
标签: r installation googlevis