Unsupported R version 4.4.2 for operating system jammy

I am getting an error message when trying to deploy my application to shinyapps.io with the regular rsconnect approach when is trying to build the image:

Error: Unhandled Exception: child_task=1476031032 child_task_status=error: Unhandled Exception: Unsupported R version 4.4.2 for operating system jammy.

A similar issue for R 4.4.1 was reported in the past and @stevenolen shared when the support was made available. Do anyone know when this will be enabled for R version 4.4.2? thanks in advance.

R 4.4.2 was just released within the last week so presumably, as was the issue in my previous post, Posit has not upgraded their servers yet.

Assuming you're using {renv} with your project, I'd recommend either a) downgrading the R version in the lockfile to 4.4.1 or b) waiting until Posit makes 4.4.2 available (which, if I were to guess, would be in the next week or two at the latest.)

2 Likes

All right, that works for me. I was just wondering what is the time it normally takes. I can work with my other computer for now since the old installers seem to stop in 4.2.3 for now. Thanks!

See also the installers for later R versions for Apple Silicon and for Intel processors

1 Like