下载R的RGoogleDocs(失败)(Downloading RGoogleDocs for R (it fails))

编程入门 行业动态 更新时间:2024-10-18 12:33:08
下载R的RGoogleDocs(失败)(Downloading RGoogleDocs for R (it fails))

我在尝试:

install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R")

正如这里所建议的那样,但它不起作用。

我最终从这里手动下载文件。

还有什么其他方法可以直接访问该文件?

谢谢,塔尔

I am trying:

install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R")

As suggested here, but it doesn't work.

I ended up manually downloading the file from here.

What other ways are there for me to get to the file directly?

Thanks, Tal

最满意答案

正如Marek所说,似乎没有R 2.10的版本: http : //www.omegahat.org/R/bin/windows/contrib/2.10/ 。 这个命令适用于R 2.9,但不适用于R 2.10:

install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R", type="source")

As Marek says, there doesn't appear to be a version for R 2.10: http://www.omegahat.org/R/bin/windows/contrib/2.10/. This command works for me in R 2.9, but not in R 2.10:

install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R", type="source")

更多推荐

本文发布于:2023-08-01 16:33:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1361495.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:RGoogleDocs   Downloading   fails

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!