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
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
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")