Public RSPM API down?

https://packagemanager.rstudio.com/__api__/repos/1/ shows error 404 which causes remotes::system_requirements() to fail. This seems to have worked only a few days ago. However, the RStudio status page shows RSPM as operational. Am I maybe missing something?

Hey @bizzinho,

I think you may have meant to hit the system requirements route https://packagemanager.rstudio.com/__api__/repos/1/sysreqs?all=true as we don't have a /__api__/repos/[ID] endpoint.

The Public Package Manager API is documented using swagger here.

Hope that helps,

Tyler