You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function did work for a number of packages. I note that the date in the URL is today's date and wonder if that is part of the problem?
I also wonder if this function could be improved by holding the errors until it has tried to install all packages? Currently this error stops the installation of all packages in my call to install.versions.
The text was updated successfully, but these errors were encountered:
leaflet does not appear to be listed on MRAN or CRAN. Probably because it has never been updated (added to CRAN at version 1.0.0 in 2014 and not touched since).
You get the same error with versions:
install.versions('versions', '0.1')
curl: (22) The requested URL returned error: 404 Not Found
Error in url.lines(url) :
URL does not appear to exist: https://mran.revolutionanalytics.com/snapshot/2016-02-16/src/contrib/Archive/versions
I think something must have changed with the structure of CRAN as I'm pretty sure I tried these out before...
The function
install.versions
is failing to install leaflet:The function did work for a number of packages. I note that the date in the URL is today's date and wonder if that is part of the problem?
I also wonder if this function could be improved by holding the errors until it has tried to install all packages? Currently this error stops the installation of all packages in my call to
install.versions
.The text was updated successfully, but these errors were encountered: