-
Notifications
You must be signed in to change notification settings - Fork 58
/
DESCRIPTION
156 lines (156 loc) · 3.54 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Package: bslib
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Version: 0.8.0.9000
Authors@R: c(
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Garrick", "Aden-Buie", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7111-0077")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person(, "Bootstrap contributors", role = "ctb",
comment = "Bootstrap library"),
person(, "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(, "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.
License: MIT + file LICENSE
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
BugReports: https://github.com/rstudio/bslib/issues
Depends:
R (>= 2.10)
Imports:
base64enc,
cachem,
fastmap (>= 1.1.1),
grDevices,
htmltools (>= 0.5.8),
jquerylib (>= 0.1.3),
jsonlite,
lifecycle,
memoise (>= 2.0.1),
mime,
rlang,
sass (>= 0.4.9)
Suggests:
bsicons,
curl,
fontawesome,
future,
ggplot2,
knitr,
magrittr,
rappdirs,
rmarkdown (>= 2.7),
shiny (> 1.8.1),
testthat,
thematic,
withr
Config/Needs/deploy:
BH,
chiflights22,
colourpicker,
commonmark,
cpp11,
cpsievert/chiflights22,
cpsievert/histoslider,
dplyr,
DT,
ggplot2,
ggridges,
gt,
hexbin,
histoslider,
htmlwidgets,
lattice,
leaflet,
lubridate,
modelr,
plotly,
reactable,
reshape2,
rprojroot,
rsconnect,
rstudio/shiny,
scales,
styler,
tibble
Config/Needs/routine: chromote, desc, renv
Config/Needs/website:
brio,
crosstalk,
dplyr,
DT,
ggplot2,
glue,
htmlwidgets,
leaflet,
lorem,
palmerpenguins,
plotly,
purrr,
rprojroot,
rstudio/htmltools,
scales,
stringr,
tidyr,
webshot2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: zzzz-bs-sass, fonts, zzz-precompile, theme-*, rmd-*
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'accordion.R'
'breakpoints.R'
'bs-current-theme.R'
'bs-dependencies.R'
'bs-global.R'
'bs-remove.R'
'bs-theme-layers.R'
'bs-theme-preset-bootswatch.R'
'bs-theme-preset-builtin.R'
'bs-theme-preset.R'
'utils.R'
'bs-theme-preview.R'
'bs-theme-update.R'
'bs-theme.R'
'bslib-package.R'
'buttons.R'
'card.R'
'deprecated.R'
'files.R'
'fill.R'
'imports.R'
'input-dark-mode.R'
'input-switch.R'
'layout.R'
'nav-items.R'
'nav-update.R'
'navs-legacy.R'
'navs.R'
'onLoad.R'
'page.R'
'popover.R'
'precompiled.R'
'print.R'
'shiny-devmode.R'
'sidebar.R'
'staticimports.R'
'tooltip.R'
'utils-deps.R'
'utils-shiny.R'
'utils-tags.R'
'value-box.R'
'version-default.R'
'versions.R'