eikonapir
eikonapir copied to clipboard
Cannot install package
I get the following message when I try to install the package:
> install_github("ahmedmohamedali/eikonapir")
Installation failed: Timeout was reached: Connection timed out after 10000 milliseconds
Installing devtools worked fine.
I'd appreciate any help.
@ValentinMS,
Just tested and it worked fine for me.
Install
install.packages("devtools")
library(devtools)
install_github("ahmedmohamedali/eikonapir")
Output
* installing *source* package 'eikonapir' ...
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (eikonapir)
@ValentinMS,
Please confirm if you still have the issue or not. Thanks.
Hi, could you please suggest what could be causing this error:
install_github("ahmedmohamedali/eikonapir") Error in curl::curl_fetch_memory(url, handle - h): Failed to connect to api.github.com port 443: Timed out
Thank you!
Hi @ahmedmohamedali
I am trying to install eikonapir but something went wrong
library(devtools) install_github("ahmedmohamedali/eikonapir") Downloading GitHub repo ahmedmohamedali/eikonapir@master √ checking for file 'C:\Users\Felhasználó\AppData\Local\Temp\Rtmpcz1x0F\remotes73cc549a490d\ahmedmohamedali-eikonapir-4eabcd3/DESCRIPTION' ...
- preparing 'eikonapir': √ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- building 'eikonapir_0.1.0.tar.gz'
Installing package into ‘C:/Users/Felhasználó/Documents/R/win-library/3.5’ (as ‘lib’ is unspecified)
- installing source package 'eikonapir' ... Error in file(file, if (append) "a" else "w") : (converted from warning) cannot open file 'C:/Users/Felhasznals/Documents/R/win-library/3.5/eikonapir/DESCRIPTION': No such file or directory ERROR: installing package DESCRIPTION failed for package 'eikonapir'
- removing 'C:/Users/Felhasználó/Documents/R/win-library/3.5/eikonapir' In R CMD INSTALL Error: Failed to install 'eikonapir' from GitHub: (converted from warning) installation of package ‘C:/Users/FELHAS~1/AppData/Local/Temp/Rtmpcz1x0F/file73cc6a6a2696/eikonapir_0.1.0.tar.gz’ had non-zero exit status