24 lines
416 B
R
Raw Normal View History

2025-01-12 00:52:51 +08:00
library(shiny)
library(bslib)
library(ggplot2)
library(lattice)
library(thematic)
library(rlang)
library(curl)
library(DT)
library(knitr)
library(reactable)
library(reshape2)
library(bsicons)
library(ggridges)
theme <- bs_theme(preset = "shiny")
old_theme <- bs_global_get()
bs_global_set(theme)
onStop(function() bs_global_set(old_theme))
bslib:::as_themer_app(
system.file("themer-demo", package = "bslib")
)