我正试图在我的Windows7RStudio版本上安装SparkR软件包。
到目前为止,我得到了R (3.2.0)的最新版本。R Studio (0.98.1103)。在此之后,我将查看不同的源代码,以了解如何安装SparkR。
之后,我首先安装"devtools“和Rtools (3.3)。但是现在我没有任何进展了。
当我试着用那些
install_github("amplab-extras.github.io/SparkR-pkg", subdir="pkg")
install_github("amplab-extras/SparkR-pkg", subdir="pkg")我得到了
Downloading github repo amplab-extras.github.io/SparkR-pkg@master
Error in function (type, msg, asError = TRUE) :
Failed to connect to api.github.com port 443: Timed out我试着手动安装软件包,但也不起作用。
你知道我忘了什么吗?
发布于 2015-06-29 12:36:33
我在另一个问题上找到了一个对我有用的解决方案。
https://stackoverflow.com/questions/31115587
复制相似问题