This repository was archived by the owner on Oct 28, 2019. It is now read-only.
This repository was archived by the owner on Oct 28, 2019. It is now read-only.
Problems when installing package devtools and AzureML #123
Open
Description
Dear friends,
In R 3.3.2 I ran the following code:
if(!require("devtools")) install.packages("devtools")
devtools::install_github("RevolutionAnalytics/azureml")
And this generated the following error:
devtools::install_github("RevolutionAnalytics/azureml")
Error in curl::curl_fetch_disk(url, x$path, handle = handle) :
Couldn't connect to server
When trying the same in R 3.1.0 and R 3.1.3, the following error is generated:
Installing AzureML
Error in _digest
(c(list(repos, type), lapply(_additional
, function(x) eval(x[[2L]], :
object 'digest_impl' not found
I really don´t know what is going on.
Can somebody give me some help with this?
Best regards.