-1

I have recently updated the rsconnect package every time I try to deploy to shinyapps.io I get the following message

Generate manifest.json ℹ Capturing R dependencies from renv.lock

  • Operation canceled. Execution halted

1 Answers1

3

Could you please file an rsconnect issue describing your project and how you are attempting to deploy? https://github.com/rstudio/rsconnect/issues

I may have recreated this problem my self and have just filed https://github.com/rstudio/rsconnect/issues/918 to track.

You should be able to install the previous version of rsconnect and avoid this problem:

remotes::install_version("rsconnect", "0.8.29")
aron
  • 46
  • 1
  • 1
  • Reverting to the previous version works. Thanks for the solution. I see that you already have that issue raised so I think there is no need for a duplicate. Once the package is resolved, I would appreciate an update. – Levis Ogoro Jul 19 '23 at 14:40