r-lib / actions

GitHub Actions for the R community
Creative Commons Zero v1.0 Universal
963 stars 210 forks source link

PPM (formerly RSPM) is down right now #835

Closed gaborcsardi closed 5 months ago

gaborcsardi commented 5 months ago

So if your builds rely on PPM, they might fail. The obvious workaround is to turn off PPM for now, e.g. if you use setup-r:

      - uses: r-lib/actions/setup-r@v2
        with:
          use-public-rspm: false

I'll comment here if there is any change.

gaborcsardi commented 5 months ago

Should be up now, issue is fixed.

github-actions[bot] commented 4 months ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue