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

Use temp libpath in update script #19

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Conversation

gadenbuie
Copy link
Contributor

A small change to the scripts/update_bootswatch.R script to use a temporary lib path for the entire operation -- withr::local_libpaths() doesn't actually create a temp libpath, but withr::local_temp_libpaths() does.

The script now requires withr but is otherwise self-contained. I ran it again agains the bootstrap versions in main in py-shiny and there were changes to the depdendencies, so I'm including those in this PR.

@schloerke
Copy link
Collaborator

Thank you!

Removed assets update for easy merge with other PRs

@schloerke schloerke changed the title Update dependencies and use temp libpath in update script Use temp libpath in update script Oct 31, 2023
@schloerke schloerke merged commit c12bed1 into main Oct 31, 2023
13 checks passed
@schloerke schloerke deleted the chore/update-deps-and-script branch October 31, 2023 16:33
schloerke added a commit that referenced this pull request Oct 31, 2023
* main:
  Use temp libpath in update script (#19)
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.

None yet

2 participants