Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with deployment due to "Unsupported R version 4.4.2" #1120

Open
aylapear opened this issue Dec 4, 2024 · 1 comment
Open

Errors with deployment due to "Unsupported R version 4.4.2" #1120

aylapear opened this issue Dec 4, 2024 · 1 comment

Comments

@aylapear
Copy link

aylapear commented Dec 4, 2024

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.

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

@samperman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants