0

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.

Community
  • 1
  • 1
user3387899
  • 601
  • 5
  • 18
  • I can install the package from GitHub without error messages. What version of `devtools` are you using? Mine is 1.10.0. – Stibu Feb 25 '16 at 14:14
  • Mine also. Indeed, other programmers do not seem to have this problem. There must be something wrong on my laptop. – user3387899 Feb 25 '16 at 16:16

0 Answers0