-
Notifications
You must be signed in to change notification settings - Fork 133
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
[BUG] can't deploy on posit Connect with {rsconnect} >=1.0.1 (from {packrat} to {renv}) #1070
Labels
bug
Something isn't working
Comments
I made some test. with rsconnect 1.0.1 and 1.0.1.900 (from github), and renv > 1.0.0 TL;DR option 1 :
option 2 :
|
cant reproduce now with current {rsconnect} + {revn} versions. we can close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new version of {rsconnect} (version 1.0.1) appears to use {renv} instead of {packrat} for deploying on Connect (an shinyapps.io ?). This seems promising, but currently, it is not compatible with the approach used by {golem} to deploy the Shiny application.
The error message is as follows:
The solution is to pass this parameter
options(rsconnect.packrat = TRUE)
and use the following command
rsconnect::deployApp()
. For now, it is not possible to use the blue deployment button (unless the 'options' parameter is set to a very low level in the Rstudio configuration).
We are working on improving this behavior
The text was updated successfully, but these errors were encountered: