I try to install the package RSelenium
:
devtools::install_github("ropensci/RSelenium")
This gives me following error:
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.
Some research thaught me that I can simple install it using
install.packages("RSelenium, type="Source").
This indeed successfully installs the package, but gives trouble when using the function getPageSource()
as mentioned here.
EDIT: I'd also like to add that before the package installed successfully, but at one point it suddenly kept on failing.