rsconnect icon indicating copy to clipboard operation
rsconnect copied to clipboard

Errors with deployment due to "Unsupported R version 4.4.2"

Open aylapear opened this issue 1 year ago • 1 comments

Since the update to the newest version of R we have been unable to deploy our apps and are getting this error:

Unhandled Exception: Unsupported R version 4.4.2 for operating system jammy.

Here is the trackback output from the error

> traceback()
9: stop(fallback)
8: signal_abort(cnd)
7: cnd_signal(entraced)
6: rlang::entrace(cnd)
5: h(simpleError(msg, call))
4: .handleSimpleError(function (cnd) 
   rlang::entrace(cnd), "Unhandled Exception: child_task=XXXXX child_task_status=error: Unhandled Exception: Unsupported R version 4.4.2 for operating system jammy.", 
       base::quote(NULL))
3: stop(status$error, call. = FALSE)
2: client$waitForTask(taskId, quiet)
1: rsconnect::deployApp(account = "XXXX", appName = "XXXX", 
       forceUpdate = TRUE)

Many users have posted about this issue on various platforms over the last month with no resolution other than downgrading R either manually or using a package management system like renv.
  • https://forum.posit.co/t/unsupported-r-version-4-4-2-for-operating-system-jammy/194664
  • https://www.reddit.com/r/rshiny/comments/1h0tbxf/issues_deploying_my_app/
  • https://forum.posit.co/t/unsupported-r-version-4-4-2-what-to-do/194760

Is there a timeline estimate for when this will be fixed so we can use R 4.4.2 for deployment?

aylapear avatar Dec 04 '24 19:12 aylapear

Sorry I don't have a firm timeline, but it should be within the next couple weeks.

samperman avatar Dec 04 '24 20:12 samperman