I am trying to install the BTYplus package in R.
devtools::install_github("mplatzer/BTYDplus", dependencies=TRUE)
library(BTYDplus)
demo(package="BTYDplus")
But it gives me the following error:
Downloading github repo mplatzer/BTYDplus@master Error in curl::curl_fetch_memory(url, handle = handle) : Couldn't connect to server
Did anyone had a similar issue when installing packages on R?