christophergandrud / christophergandrud/networkD3
convert examples to use curl package
Open
- Dominant language
- R
- Stars
- 659
- Forks
- 259
- PR merge metrics
- No merged PRs in 30d
Description
windows 10, problem with RCurls and TLS
```
URL <- "https://raw.githubusercontent.com/christophergandrud/d3Network/sankey/JSONdata/energy.json"
Energy <- RCurl::getURL(URL, ssl.verifypeer = TRUE)
>Error in function (type, msg, asError = TRUE) :
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
RCurl::curlVersion()$ssl_version
>> [1] "OpenSSL/1.0.0o"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.