Pandora-IsoMemo / drat

R packages developed in the Pandora IsoMemo project
0 stars 0 forks source link

Update CRAN mirror #30

Closed arunge closed 1 year ago

arunge commented 1 year ago

In several apps, we still use the MRAN mirror which is not accessible anymore.

Check the setup of .Rprofiles files in all apps and update to the correct CRAN mirror if necessary, e.g.:

options(repos = c(
    CRAN = "https://packagemanager.posit.co/cran/2021-01-01",
    INWTLab = "https://inwtlab.github.io/drat/",
    PANDORA = "https://Pandora-IsoMemo.github.io/drat/"
  ))

Update the main branches of:

jan-abel-inwt commented 1 year ago

The changes are only necessary in the following repositories:

image