Eikon R API install error

Hi all,

could I ask for some help on the following please. I am trying to install the R API.

I installed Rtools and Devtools.

If I run

install_github("ahmedmohamedali/eikonapir")

I get the following error message

Downloading GitHub repo ahmedmohamedali/eikonapir@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet,  : 
cannot open URL 'https://api.github.com/repos/ahmedmohamedali/eikonapir/tarball/HEAD'

Any idea of what is going on? thanks

Gino

Best Answer

  • Thank you! Eventually, apparently the issue was that (or was related to that) I had installed devtools with no admin rights. I had my IT manager install it again with admin rights and everything worked out correctly as expected. cheers

Answers