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.
Use R Markdown to publish a group of related data visualizations as a dashboard.
Support for a wide variety of components including htmlwidgets; base, lattice, and grid graphics; tabular data; gauges and value boxes; and text annotations.
Flexible and easy to specify row and column-based layouts. Components are intelligently re-sized to fill the browser and adapted for display on mobile devices.
Storyboard layouts for presenting sequences of visualizations and related commentary.
Optionally use Shiny to drive visualizations dynamically.
Learn more about flexdashboard: http://rmarkdown.rstudio.com/flexdashboard/
Fixed #149: a compatability issue when using Pandoc 2.0. (#150)
Fixed #139: remove previous valueBox handlers when rebinding.
Update to roxygen2 6.0.
(tagged @ commit #d99dd62)
fig_mobile
if it's a data chunk (this broke knitr caching for shiny_prerendered
data chunks).(tagged @ commit #0a88a91)
Add support for target
field in navbar links (e.g. target: "_blank").
Fixed #100: problem w/ embedding source code for Rmd w/ spaces in path.
Fixed #106: ensure that previous bg class on valueBox is cleared.
(tagged @ commit #2b6eb71)
Support .hidden
attribute for pages to hide them from the navbar.
Scroll sidebar when content overflows vertically.
Correct handling for storyboard notes in mobile layout.
Handle titles with extended characters (auto-assign id if pandoc doesn't).
Handle page titles with punctuation (sanitize id for bootstrap tabs).
Use pre_knit
hook to get access to the source file path.
Restore original DT options after rendering.
(tagged @ commit #64d975f)
(tagged @ commit #990d10c)