Hi,
While I am trying to install "install_github(repo="domoinc-r/DomoR")" in R or running below script in R getting erroe
"Error in curl::curl_fetch_memory(url, handle = handle) :
schannel: failed to receive handshake, SSL/TLS connection failed"
library("devtools")
library("DomoR")
DomoR::init("gsk","2*******6")
c <- DomoR::list_ds()
Devtools and DomoR packages are aleady installed, and above script was runing fine one day before.
Please help on this