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

Add to manifest when deploying a golem shiny app on connect #1085

Open
novica opened this issue Jun 11, 2024 · 0 comments
Open

Add to manifest when deploying a golem shiny app on connect #1085

novica opened this issue Jun 11, 2024 · 0 comments

Comments

@novica
Copy link

novica commented Jun 11, 2024

This is more a feature idea that I don't know if it is possible.

If I understand things correctly, when I want to deploy a Shiny app that is written with Golem, from GitHub on Posit connect, the manifest file has to have the app as part of packages that need to be installed. This requires to install the app in the local environment with remotes::install_github() and then to rsconnect::writeManifest(). However, updating the manifest without having the app in the environment, removes the app from the manifest, and then the deployment is non-functional.

It seems like a good idea to have the option to say something like rsconnect::addToManifest() and then list the GitHub dependency, instead of having to remember to have it in the environment each time the manifest is rewritten.

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

1 participant