forked from rstudio/bslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.92 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
Package: bslib
Title: Tools for styling shiny and rmarkdown from R via Bootstrap (3 or 4) Sass
Version: 0.2.3.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("Federico", "Zivolo", role = c("ctb", "cph"),
comment = "popper.js library")
)
Description: Tools for obtaining bootstrap CSS and customizing it via SASS.
Depends: R (>= 2.10)
Imports:
grDevices,
htmltools (>= 0.5.0.9001),
jsonlite,
sass (>= 0.2.0.9005),
digest (>= 0.6.25),
jquerylib (>= 0.1.2),
rlang,
magrittr
Suggests:
shiny (>= 1.5.0.9005),
rmarkdown,
knitr,
testthat,
thematic,
withr,
rappdirs,
curl
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Collate:
'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'
'deprecated.R'
'files.R'
'fonts.R'
'imports.R'
'precompiled.R'
'version-default.R'
'versions.R'
'web-font.R'
Remotes:
rstudio/thematic,
rstudio/jquerylib,
rstudio/sass,
rstudio/htmltools,
rstudio/shiny
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
BugReports: https://github.com/rstudio/bslib/issues