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

example(build-a-box): Deploy with CRAN shiny #929

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

gadenbuie
Copy link
Member

Deploys the Build-A-Box example app using shiny from CRAN

@gadenbuie gadenbuie self-assigned this Nov 30, 2023
Comment on lines +1 to +2
withr::local_temp_libpaths()
install.packages("shiny")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local_temp_libpaths():

Temporarily prepend a new temporary directory to the library paths.

The goal is to install shiny in front of the rest of the packages used in CI and only for the deployment of this app.

@gadenbuie gadenbuie requested a review from cpsievert November 30, 2023 20:31
@gadenbuie
Copy link
Member Author

@cpsievert I'm going to merge this since it isn't tested in the PR branch anyway.

@gadenbuie gadenbuie merged commit 9dc0ba4 into main Nov 30, 2023
@gadenbuie gadenbuie deleted the example/build-a-box-deploy-with-cran-shiny branch November 30, 2023 20:44
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

Successfully merging this pull request may close these issues.

1 participant