cosname / recharts

An interface to ECharts
https://recharts.cosx.org
BSD 3-Clause "New" or "Revised" License
337 stars 150 forks source link

无法安装recharts #39

Open tszxyuan opened 7 years ago

tszxyuan commented 7 years ago

您好, 我在安装的时候报错 require(devtools) devtools::install_github('taiyun/recharts')

Error in curl::curl_fetch_disk(url, x$path, handle = handle) : Problem with the SSL CA cert (path? access rights?) 请问这个是怎么回事?

Lchiffon commented 7 years ago

这个应该是你的网络/devtools的问题,

试试httr::set_config( httr::config( ssl_verifypeer = 0L ) )能处理不..