/flexdashboard-poster

Minimal template for a flexdashboard poster

Primary LanguageHTML

Flexdashboard poster

Minimal template for preparing a conference poster using rmarkdown. Check out output/poster.png or the html preview for more details.

Dependencies

This poster template dependes on the following R packages

  • rmarkdown [@rmarkdown]
  • flexdashboard [@flexdashboard]
  • webshot [@webshot]

To use scripts/generic-content you will need a GNU/Linux system and a working installation of imagemagick.

Preparing your analysis environment

In order to use this poster template, you need to:

  1. Clone odeleongt/flexdashboard-poster from github
  2. Install the required packages
    install.packages("rmarkdown", "flexdashboard", "webshot")
  3. Install the PhantomJS library
    webshot::install_phantomjs()
  4. Edit the template to fit your needs
  5. Run scripts/render-poster.R