Pakillo / grateful

Facilitate citation of R packages
https://pakillo.github.io/grateful/
Other
230 stars 18 forks source link

Fail to install 'unknown package' from GitHub #26

Closed fgardavaud closed 3 years ago

fgardavaud commented 3 years ago

Dear, I fail to install this R package (in the last released of Rstudio with R4.1.1) whereas it's seems to be very helpful. When I copy/paste the install command line remotes::install_github("Pakillo/grateful"), I have these errors in return : Erreur : Failed to install 'unknown package' from GitHub: error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

Someone could help me ?

Pakillo commented 3 years ago

Hi @fgardavaud

sorry to hear you're having problems to install. It looks like a network connection issue though, not an error in the package.

Could you retry installing in a different computer or internet network? Can you install other packages hosted on github using remotes::install_github?

fgardavaud commented 3 years ago

Hi @Pakillo Thks for your reply. It works when I change my network configuration. It's weird because I don't have the same issue for other remote package. ??

Pakillo commented 3 years ago

Thanks. I don't know why it fails in this case. But good to know you managed to circumvent the issue. Happy citing!