rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

Home Page:http://rstudio.github.io/rsconnect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rsconnect package is out of date

ntyndall opened this issue · comments

Hi there,

Firstly, thanks for all the hard work on this repo! I have a bunch of dashboards that publish to shinyapps.io that are all heavily reliant on a particular version of renv (0.13.2), and I am using rsconnect (0.8.28) at the moment, but all of a sudden all my dashboards have failed to refresh due to a 426 error code

image

Do I really have to start bumping versions across my entire suite of dashboards/reports to make things work with renv 1.0.2?

Thanks!

Unfortunately, shinyapps.io and posit.cloud now require newer versions of rsconnect. By association, that also means you will need a newer version of renv.

The announcement of this change:
https://community.rstudio.com/t/notice-posit-cloud-shinyapps-io-dropping-support-for-rsconnect-1-0-1/172078

I'm going to close this issue, but please file issues against rsconnect and/or renv if you have problems updating your projects.