Skip to content

Commit

Permalink
Update bslib tag used to update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jan 19, 2024
1 parent c84df3e commit de2b063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/htmlDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ versions <- list()
message("Installing GitHub packages: bslib, shiny, htmltools")
withr::local_temp_libpaths()
ignore <- capture.output({
pak::pkg_install(c("rstudio/bslib@v0.6.1-plus-layout-columns-and-task-button", "rstudio/shiny@main", "cran::htmltools"))
pak::pkg_install(c("rstudio/bslib@py-shiny", "rstudio/shiny@main", "cran::htmltools"))
#pak::pkg_install(c("rstudio/bslib@main", "rstudio/shiny@main", "rstudio/htmltools@main"))
})

Expand Down

0 comments on commit de2b063

Please sign in to comment.