-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
37 lines (37 loc) · 1.33 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
Package: fresh
Title: Create Custom 'Bootstrap' Themes to Use in 'Shiny'
Version: 0.2.1
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
person("Thomas", "Park", role = c("ctb", "cph"), comment = "Bootswatch themes"),
person("Mark", "Otto", role = "ctb", comment = "Bootstrap library"),
person("Jacob", "Thornton", role = "ctb", comment = "Bootstrap library"),
person(family = "Bootstrap contributors", role = "ctb", comment = "Bootstrap library"),
person(family = "Twitter, Inc", role = "cph", comment = "Bootstrap library"),
person("onkbear", role = c("ctb", "cph"), comment = "admin-lte-2-sass"),
person(family = "Colorlib", role = c("ctb", "cph"), comment = "AdminLTE"))
Description: Customize 'Bootstrap' and 'Bootswatch' themes, like colors, fonts, grid layout,
to use in 'Shiny' applications, 'rmarkdown' documents and 'flexdashboard'.
URL: https://github.com/dreamRs/fresh
BugReports: https://github.com/dreamRs/fresh/issues
License: GPL-3
Encoding: UTF-8
Imports:
bslib,
htmltools,
rstudioapi,
sass,
shiny
Suggests:
bsicons,
shinyWidgets,
shinydashboard,
bs4Dash,
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr