我需要安裝googleVis。我正在使用R版本3.0.1。無法使用R 3.0.1安裝軟件包googleVis
但是上要安裝的軟件包,我得到下面的錯誤:
> 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版本信息:
[email protected]:~$ 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')並嘗試。 – akrun 2014-12-19 05:21:41
請檢查此鏈接,您有更改版本http://askubuntu.com/questions/431380/how-to-install-upgrade-r-base-to-3-02 – akrun 2014-12-19 05:39:35