-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathDESCRIPTION
107 lines (107 loc) · 2.58 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Package: bslib
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Version: 0.4.2.9000
Authors@R: c(
person("Carson", "Sievert", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
person(family = "RStudio", role = "cph"),
person(family = "Bootstrap contributors", role = "ctb",
comment = "Bootstrap library"),
person(family = "Twitter, Inc", role = "cph",
comment = "Bootstrap library"),
person("Javi", "Aguilar", role = c("ctb", "cph"),
comment = "Bootstrap colorpicker library"),
person("Thomas", "Park", role = c("ctb", "cph"),
comment = "Bootswatch library"),
person(family = "PayPal", role = c("ctb", "cph"),
comment = "Bootstrap accessibility plugin")
)
Description: Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as well as their various 'Bootswatch' themes. An interactive widget is also provided for previewing themes in real time.
Depends: R (>= 2.10)
Imports:
grDevices,
htmltools (>= 0.5.4),
jsonlite,
sass (>= 0.4.0),
jquerylib (>= 0.1.3),
rlang,
cachem,
memoise (>= 2.0.1),
base64enc,
mime
Suggests:
shiny (>= 1.6.0),
rmarkdown (>= 2.7),
thematic,
knitr,
testthat,
withr,
rappdirs,
curl,
magrittr,
fontawesome,
bsicons
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Collate:
'accordion.R'
'bootswatch.R'
'bs-current-theme.R'
'bs-dependencies.R'
'bs-global.R'
'bs-remove.R'
'bs-theme-layers.R'
'utils.R'
'bs-theme-preview.R'
'bs-theme-update.R'
'bs-theme.R'
'card.R'
'deprecated.R'
'files.R'
'imports.R'
'input-button-group.R'
'layout.R'
'nav-items.R'
'nav-update.R'
'navs-legacy.R'
'navs.R'
'onLoad.R'
'page.R'
'precompiled.R'
'print.R'
'shiny-devmode.R'
'staticimports.R'
'utils-shiny.R'
'utils-tags.R'
'value-box.R'
'version-default.R'
'versions.R'
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
BugReports: https://github.com/rstudio/bslib/issues
Config/testthat/edition: 3
Config/Needs/routine:
desc,
renv
Config/Needs/website:
brio,
dplyr,
DT,
glue,
htmlwidgets,
leaflet,
plotly,
purrr,
rprojroot,
stringr,
tidyr
Config/Needs/deploy:
BH,
DT,
ggplot2,
hexbin,
lattice,
reactable,
rprojroot,
rsconnect