We've been asked when bslib will be on CRAN, and when Shiny 1.6.0 (which has bindCache()
) will be on CRAN.
UPDATE 2021-01-25: both packages are currently on CRAN, so they can be installed with:
install.packages("bslib")
install.packages("shiny")
We've been asked when bslib will be on CRAN, and when Shiny 1.6.0 (which has bindCache()
) will be on CRAN.
UPDATE 2021-01-25: both packages are currently on CRAN, so they can be installed with:
install.packages("bslib")
install.packages("shiny")
Additionally, if you'd like to use {bslib}
with {rmarkdown}
you'll currently need the development version:
remotes::install_github("rstudio/rmarkdown")
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.