2
library(devtools)

install_github('taiyun/recharts')

but R gives me error as follow:

Installation failed: schannel: failed to receive handshake, SSL/TLS connection failed

I don't know why.I think it maybe the network is restriction.

drmariod
  • 11,106
  • 16
  • 64
  • 110
Rainbow
  • 85
  • 2
  • 7
  • I think you want to look at this: [instal-r-packages-from-github-downloading-master-zip](https://stackoverflow.com/questions/17366772/instal-r-packages-from-github-downloading-master-zip) – Hakki Nov 21 '17 at 09:35
  • Well rated answer here as well: [https://stackoverflow.com/questions/33179156/installing-a-package-offline-from-github] – Hakki Nov 21 '17 at 09:44
  • 1
    Try using this lightweight version. I suspect the outcome will be the same, but it's easier to debug: https://github.com/jtilly/install_github – MichaelChirico Nov 21 '17 at 09:47
  • Thank you all! Both ways are right way to solve the problem. – Rainbow Nov 27 '17 at 09:44

0 Answers0