recharts icon indicating copy to clipboard operation
recharts copied to clipboard

无法安装recharts

Open tszxyuan opened this issue 8 years ago • 1 comments

您好, 我在安装的时候报错 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?) 请问这个是怎么回事?

tszxyuan avatar Mar 16 '17 06:03 tszxyuan

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

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

Lchiffon avatar Mar 16 '17 07:03 Lchiffon