【发布时间】:2014-06-23 06:01:35
【问题描述】:
这是我收到的消息,我不知道在哪里将 R 更新到 3.0.0,资源会有所帮助。我已经在网上搜寻了对这个确切问题有明确答案的人。
R version 2.15.2 (2012-10-26) -- "Trick or Treat"
Copyright (C) 2012 The R Foundation for Statistical Computin
ISBN 3-900051-07-0
Platform: x86_64-redhat-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
install.packages('Rcpp', repos='http://cran.rstudio.com/')
# Installing package(s) into ‘/usr/lib64/R/library’
# (as ‘lib’ is unspecified)
# Warning message:
# package ‘Rcpp’ is not available (for R version 2.15.2)
【问题讨论】:
-
可以从the website下载新版R吗?
-
您将需要更新 R 或安装旧版本的 Rcpp 包(可从
http://cran.rstudio.com/src/contrib/Archive/Rcpp获得)最新版本需要 R 3.0.0
标签: r centos shiny shiny-server