-
Notifications
You must be signed in to change notification settings - Fork 301
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.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
72
73
74
75
76
Type: Package
Package: flexdashboard
Title: R Markdown Format for Flexible Dashboards
Version: 0.6.2.9000
Authors@R: c(
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Carson", "Sievert", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4958-2844")),
person("Richard", "Iannone", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3925-190X")),
person("JJ", "Allaire", , "[email protected]", role = "aut"),
person("Barbara", "Borges", , "[email protected]", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person(, "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(, "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 = "ctb",
comment = "Examples")
)
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.
License: MIT + file LICENSE
URL: https://pkgs.rstudio.com/flexdashboard/,
https://github.com/rstudio/flexdashboard/
BugReports: https://github.com/rstudio/flexdashboard/issues
Depends:
R (>= 3.0.2)
Imports:
bslib (>= 0.2.5),
grDevices,
htmltools (>= 0.5.1),
htmlwidgets (>= 0.6),
jsonlite,
knitr (>= 1.30),
rmarkdown (>= 2.8),
sass,
scales,
shiny (>= 0.13),
tools,
utils
Suggests:
testthat
Config/Needs/deploy: dplyr, ggplot2, DT, talgalili/d3heatmap, plotly,
plyr, biclust, webshot, bit, jcheng5/bubbles, digest,
hadley/shinySignals, dygraphs, quantmod, forecast, highcharter,
arules, treemap, viridisLite, leaflet, metricsgraphics, rbokeh, readr,
tidyr, jsonlite, maptools, purrr, maps, hexbin
Config/Needs/website: rstudio/quillt
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3