microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 74 forks source link

cran.microsoft.com mirror down #134

Open DorisTao77 opened 2 years ago

DorisTao77 commented 2 years ago

We are having issue with installing libraries from this CRAN mirror: cran.microsoft.com. But it seems that it has been down for a while.

For example: install.packages(pkgs = c("seewave"), repos = "https://cran.microsoft.com/snapshot/2021-01-29/", lib = "/databricks/driver/rlib")

it shows with error: _""" java.lang.RuntimeException: Installation failed with message:

Error installing R package: Could not install package with error: package ‘seewave’ is not available (for R version 3.6.3) Full error log available at /databricks/driver/library-install-logs/r-package-installation-2022-03-21T02:49:15Z-vuzdmawd.log

Error installing R package: Could not install package with error: package ‘seewave’ is not available (for R version 3.6.3) Full error log available at /databricks/driver/library-install-logs/r-package-installation-2022-03-21T02:49:15Z-ors1ahj2.log """_

Then I have checked in the CRAN mirror status: https://cran.r-project.org/mirmon_report.html. it seems that this mirror has been unavailable for 3 days, may I ask if it could be available in the future and there's any ETA for it? image