Package: flexdashboard
Type: Package
Title: R Markdown Format for Flexible Dashboards
Version: 0.5
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("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
  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("Carson", "Sievert", 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: http://rmarkdown.rstudio.com/flexdashboard
BugReports: https://github.com/rstudio/flexdashboard/issues
Depends: R (>= 3.0.2)
Imports: tools, jsonlite, htmltools, knitr (>= 1.13), htmlwidgets (>=
        0.6), rmarkdown (>= 1.0), shiny (>= 0.13)
Suggests: testthat
LazyData: TRUE
License: MIT + file LICENSE
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-03-13 14:14:47 UTC; jjallaire
Author: JJ Allaire [aut, cre],
  RStudio [cph],
  Keen IO [ctb, cph] (Dashboard CSS),
  Abdullah Almsaeed [ctb, cph] (Dashboard CSS),
  Jonas Mosbech [ctb, cph] (StickyTableHeaders),
  Noel Bossart [ctb, cph] (Featherlight),
  Lea Verou [ctb, cph] (Prism),
  Dmitry Baranovskiy [ctb, cph] (Raphael.js),
  Sencha Labs [ctb, cph] (Raphael.js),
  Bojan Djuricic [ctb, cph] (JustGage),
  Tomas Sardyha [ctb, cph] (Sly),
  Bryan Lewis [ctb, cph] (Examples),
  Carson Sievert [ctb, cph] (Examples),
  Joshua Kunst [ctb, cph] (Examples),
  Ryan Hafen [ctb, cph] (Examples),
  Bob Rudis [ctb, cph] (Examples),
  Joe Cheng [ctb] (Examples)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2017-03-13 17:11:06
