|
1 |
| -Package: flexdashboard |
2 | 1 | Type: Package
|
| 2 | +Package: flexdashboard |
3 | 3 | Title: R Markdown Format for Flexible Dashboards
|
4 |
| -Version: 0.6.1.9000 |
5 |
| -Description: Format for converting an R Markdown document to a grid oriented |
6 |
| - dashboard. The dashboard flexibly adapts the size of it's components to the |
7 |
| - containing web page. |
| 4 | +Version: 0.6.2 |
8 | 5 | Authors@R: c(
|
9 |
| - person("Garrick", "Aden-Buie", role = c("aut", "cre"), |
10 |
| - email = " [email protected]", comment = c(ORCID = "0000-0002-7111-0077")), |
11 |
| - person("Carson", "Sievert", role = "aut", |
12 |
| - email = " [email protected]", comment = c(ORCID = "0000-0002-4958-2844")), |
13 |
| - person("Richard", "Iannone", role = "aut", email = " [email protected]", |
14 |
| - comment = c(ORCID = "0000-0003-3925-190X")), |
15 |
| - person("JJ", "Allaire", role = "aut", email = " [email protected]"), |
16 |
| - person("Barbara", "Borges", role = c("aut"), email = " [email protected]"), |
17 |
| - person(family = "RStudio", role = "cph"), |
18 |
| - person(family = "Keen IO", role = c("ctb", "cph"), comment = "Dashboard CSS"), |
19 |
| - person("Abdullah", "Almsaeed", role = c("ctb", "cph"), comment = "Dashboard CSS"), |
20 |
| - person("Jonas", "Mosbech", role = c("ctb", "cph"), comment = "StickyTableHeaders"), |
21 |
| - person("Noel", "Bossart", role = c("ctb", "cph"), comment = "Featherlight"), |
22 |
| - person("Lea", "Verou", role = c("ctb", "cph"), comment = "Prism"), |
23 |
| - person("Dmitry", "Baranovskiy", role = c("ctb", "cph"), comment = "Raphael.js"), |
24 |
| - person(family = "Sencha Labs", role = c("ctb", "cph"), comment = "Raphael.js"), |
25 |
| - person("Bojan", "Djuricic", role = c("ctb", "cph"), comment = "JustGage"), |
26 |
| - person("Tomas", "Sardyha", role = c("ctb", "cph"), comment = "Sly"), |
27 |
| - person("Bryan", "Lewis", role = c("ctb", "cph"), comment = "Examples"), |
28 |
| - person("Joshua", "Kunst", role = c("ctb", "cph"), comment = "Examples"), |
29 |
| - person("Ryan", "Hafen", role = c("ctb", "cph"), comment = "Examples"), |
30 |
| - person("Bob", "Rudis", role = c("ctb", "cph"), comment = "Examples"), |
31 |
| - person("Joe", "Cheng", role = c("ctb"), comment = "Examples") |
| 6 | + person("Garrick", "Aden-Buie", , " [email protected]", role = c("aut", "cre"), |
| 7 | + comment = c(ORCID = "0000-0002-7111-0077")), |
| 8 | + person("Carson", "Sievert", , " [email protected]", role = "aut", |
| 9 | + comment = c(ORCID = "0000-0002-4958-2844")), |
| 10 | + person("Richard", "Iannone", , " [email protected]", role = "aut", |
| 11 | + comment = c(ORCID = "0000-0003-3925-190X")), |
| 12 | + person("JJ", "Allaire", , " [email protected]", role = "aut"), |
| 13 | + person("Barbara", "Borges", , " [email protected]", role = "aut"), |
| 14 | + person("Posit Software, PBC", role = c("cph", "fnd")), |
| 15 | + person(, "Keen IO", role = c("ctb", "cph"), |
| 16 | + comment = "Dashboard CSS"), |
| 17 | + person("Abdullah", "Almsaeed", role = c("ctb", "cph"), |
| 18 | + comment = "Dashboard CSS"), |
| 19 | + person("Jonas", "Mosbech", role = c("ctb", "cph"), |
| 20 | + comment = "StickyTableHeaders"), |
| 21 | + person("Noel", "Bossart", role = c("ctb", "cph"), |
| 22 | + comment = "Featherlight"), |
| 23 | + person("Lea", "Verou", role = c("ctb", "cph"), |
| 24 | + comment = "Prism"), |
| 25 | + person("Dmitry", "Baranovskiy", role = c("ctb", "cph"), |
| 26 | + comment = "Raphael.js"), |
| 27 | + person(, "Sencha Labs", role = c("ctb", "cph"), |
| 28 | + comment = "Raphael.js"), |
| 29 | + person("Bojan", "Djuricic", role = c("ctb", "cph"), |
| 30 | + comment = "JustGage"), |
| 31 | + person("Tomas", "Sardyha", role = c("ctb", "cph"), |
| 32 | + comment = "Sly"), |
| 33 | + person("Bryan", "Lewis", role = c("ctb", "cph"), |
| 34 | + comment = "Examples"), |
| 35 | + person("Joshua", "Kunst", role = c("ctb", "cph"), |
| 36 | + comment = "Examples"), |
| 37 | + person("Ryan", "Hafen", role = c("ctb", "cph"), |
| 38 | + comment = "Examples"), |
| 39 | + person("Bob", "Rudis", role = c("ctb", "cph"), |
| 40 | + comment = "Examples"), |
| 41 | + person("Joe", "Cheng", role = "ctb", |
| 42 | + comment = "Examples") |
32 | 43 | )
|
33 |
| -URL: https://pkgs.rstudio.com/flexdashboard/, https://github.com/rstudio/flexdashboard/ |
| 44 | +Description: Format for converting an R Markdown document to a grid |
| 45 | + oriented dashboard. The dashboard flexibly adapts the size of it's |
| 46 | + components to the containing web page. |
| 47 | +License: MIT + file LICENSE |
| 48 | +URL: https://pkgs.rstudio.com/flexdashboard/, |
| 49 | + https://github.com/rstudio/flexdashboard/ |
34 | 50 | BugReports: https://github.com/rstudio/flexdashboard/issues
|
35 |
| -Encoding: UTF-8 |
36 |
| -Depends: R (>= 3.0.2) |
| 51 | +Depends: |
| 52 | + R (>= 3.0.2) |
37 | 53 | Imports:
|
38 |
| - grDevices, |
39 |
| - tools, |
40 |
| - utils, |
41 |
| - jsonlite, |
42 |
| - htmltools (>= 0.5.1), |
43 |
| - knitr (>= 1.30), |
44 |
| - htmlwidgets (>= 0.6), |
45 |
| - rmarkdown (>= 2.8), |
46 |
| - shiny (>= 0.13), |
47 |
| - scales, |
48 |
| - sass, |
49 |
| - bslib (>= 0.2.5) |
50 |
| -Suggests: testthat |
51 |
| -LazyData: TRUE |
52 |
| -License: MIT + file LICENSE |
53 |
| -RoxygenNote: 7.2.3 |
54 |
| -Config/testthat/edition: 3 |
55 |
| -Config/Needs/website: |
56 |
| - rstudio/quillt |
57 |
| -Config/Needs/deploy: |
58 |
| - dplyr, |
59 |
| - ggplot2, |
60 |
| - DT, |
61 |
| - talgalili/d3heatmap, |
62 |
| - plotly, |
63 |
| - plyr, |
64 |
| - biclust, |
65 |
| - webshot, |
66 |
| - bit, |
67 |
| - jcheng5/bubbles, |
68 |
| - digest, |
69 |
| - hadley/shinySignals, |
70 |
| - dygraphs, |
71 |
| - quantmod, |
72 |
| - forecast, |
73 |
| - highcharter, |
74 |
| - arules, |
75 |
| - treemap, |
76 |
| - viridisLite, |
77 |
| - leaflet, |
78 |
| - metricsgraphics, |
79 |
| - rbokeh, |
80 |
| - readr, |
81 |
| - tidyr, |
| 54 | + bslib (>= 0.2.5), |
| 55 | + grDevices, |
| 56 | + htmltools (>= 0.5.1), |
| 57 | + htmlwidgets (>= 0.6), |
82 | 58 | jsonlite,
|
83 |
| - maptools, |
84 |
| - purrr, |
85 |
| - maps, |
86 |
| - hexbin |
| 59 | + knitr (>= 1.30), |
| 60 | + rmarkdown (>= 2.8), |
| 61 | + sass, |
| 62 | + scales, |
| 63 | + shiny (>= 0.13), |
| 64 | + tools, |
| 65 | + utils |
| 66 | +Suggests: |
| 67 | + testthat |
| 68 | +Config/Needs/deploy: dplyr, ggplot2, DT, talgalili/d3heatmap, plotly, |
| 69 | + plyr, biclust, webshot, bit, jcheng5/bubbles, digest, |
| 70 | + hadley/shinySignals, dygraphs, quantmod, forecast, highcharter, |
| 71 | + arules, treemap, viridisLite, leaflet, metricsgraphics, rbokeh, readr, |
| 72 | + tidyr, jsonlite, maptools, purrr, maps, hexbin |
| 73 | +Config/Needs/website: rstudio/quillt |
| 74 | +Config/testthat/edition: 3 |
| 75 | +Encoding: UTF-8 |
| 76 | +RoxygenNote: 7.2.3 |
0 commit comments