forked from rstudio/flexdashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 2.3 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
Package: flexdashboard
Type: Package
Title: R Markdown Format for Flexible Dashboards
Version: 0.5.2.9000
Description: Format for converting an R Markdown document to a grid oriented
dashboard. The dashboard flexibly adapts the size of it's components to the
containing web page.
Authors@R: c(
person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Richard", "Iannone", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0003-3925-190X")),
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
person("Barbara", "Borges", role = c("aut"), email = "[email protected]"),
person(family = "RStudio", role = "cph"),
person(family = "Keen IO", role = c("ctb", "cph"), comment = "Dashboard CSS"),
person("Abdullah", "Almsaeed", role = c("ctb", "cph"), comment = "Dashboard CSS"),
person("Jonas", "Mosbech", role = c("ctb", "cph"), comment = "StickyTableHeaders"),
person("Noel", "Bossart", role = c("ctb", "cph"), comment = "Featherlight"),
person("Lea", "Verou", role = c("ctb", "cph"), comment = "Prism"),
person("Dmitry", "Baranovskiy", role = c("ctb", "cph"), comment = "Raphael.js"),
person(family = "Sencha Labs", role = c("ctb", "cph"), comment = "Raphael.js"),
person("Bojan", "Djuricic", role = c("ctb", "cph"), comment = "JustGage"),
person("Tomas", "Sardyha", role = c("ctb", "cph"), comment = "Sly"),
person("Bryan", "Lewis", role = c("ctb", "cph"), comment = "Examples"),
person("Joshua", "Kunst", role = c("ctb", "cph"), comment = "Examples"),
person("Ryan", "Hafen", role = c("ctb", "cph"), comment = "Examples"),
person("Bob", "Rudis", role = c("ctb", "cph"), comment = "Examples"),
person("Joe", "Cheng", role = c("ctb"), comment = "Examples")
)
URL: https://pkgs.rstudio.com/flexdashboard/, https://github.com/rstudio/flexdashboard/
BugReports: https://github.com/rstudio/flexdashboard/issues
Encoding: UTF-8
Depends: R (>= 3.0.2)
Imports:
grDevices,
tools,
utils,
jsonlite,
htmltools (>= 0.5.1),
knitr (>= 1.13),
htmlwidgets (>= 0.6),
rmarkdown (>= 2.8),
shiny (>= 0.13),
scales,
sass,
bslib (>= 0.2.5)
Suggests: testthat
LazyData: TRUE
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Config/Needs/website:
rstudio/quillt