使用';安装软件包时出错;开发工具&x27;在R

使用';安装软件包时出错;开发工具&x27;在R,r,devtools,install.packages,rselenium,R,Devtools,Install.packages,Rselenium,我尝试安装该软件包RSelenium: devtools::install_github("ropensci/RSelenium") 这给了我以下错误: Downloading GitHub repo ropensci/RSelenium@master from URL https://api.github.com/repos/ropensci/RSelenium/zipball/master Installing RSelenium Error: Found continuation lin

我尝试安装该软件包
RSelenium

devtools::install_github("ropensci/RSelenium")
这给了我以下错误:

Downloading GitHub repo ropensci/RSelenium@master
from URL https://api.github.com/repos/ropensci/RSelenium/zipball/master
Installing RSelenium
Error: Found continuation line starting '  <!DOCTYPE html PUB ...' at begin of     record.
这确实成功地安装了软件包,但在使用前面提到的函数
getPageSource()
时出现了问题


编辑:我还想在成功安装软件包之前添加这一点,但有一次它突然失败。

我可以从GitHub安装软件包,而不会出现错误消息。您使用的是哪个版本的
devtools
?我的是1.10.0。我的也是。事实上,其他程序员似乎没有这个问题。我的笔记本电脑一定有问题。
install.packages("RSelenium, type="Source").