microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 74 forks source link

MRAN is down #103

Closed shosaco closed 4 years ago

shosaco commented 4 years ago

https://mran.microsoft.com/timemachine dows not work. Noticed while building a docker image. Also not possible to use the R checkpoint package at the moment.

maxheld83 commented 4 years ago

can confirm this, e.g.:

> install.packages("ggplot2")
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository https://mran.microsoft.com/snapshot/2019-03-14/src/contrib:
  cannot open URL 'https://mran.microsoft.com/snapshot/2019-03-14/src/contrib/PACKAGES'
Warning message:
package ‘ggplot2’ is not available (for R version 3.5.2)

also see: https://twitter.com/maxheld/status/1168911398904221696

Have also emailed mran@microsoft.com and referenced this issue.

maxheld83 commented 4 years ago

it's being looked into.

eturkes commented 4 years ago

Seems to be back up. Just installed a package and https://mran.microsoft.com/timemachine loads.

maxheld83 commented 4 years ago

https://twitter.com/revodavid/status/1168920608014553094

rsmith54 commented 4 years ago

It is still not working for me.

eturkes commented 4 years ago

Yes, I take back my comment. It seems to be working only intermittently.

maxheld83 commented 4 years ago

down again for me as well, on several machines and networks.

patr1ckm commented 4 years ago

Still down for me

jeroenterheerdt commented 4 years ago

Just wanted to let you know that we are aware of this and are actively working on it. Please do not open any more issues.

rsmith54 commented 4 years ago

Is there somewhere to look for status updates? This is still down for me.

shosaco commented 4 years ago

Just wanted to let you know that we are aware of this and are actively working on it. Please do not open any more issues.

If you are closing this issue, it disappears from the standard Github Isssue filter, causing more people to open an issue. If you left it open, people would see it and refrain from opening another one. Also, closing an issue while the issue is not resolved seems odd :-)

Thanks for your support!