Minimal template for preparing a conference poster using rmarkdown.
Check out
output/poster.png
or the html preview
for more details.
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.
In order to use this poster template, you need to:
- Clone
odeleongt/flexdashboard-posterfrom github - Install the required packages
install.packages("rmarkdown", "flexdashboard", "webshot") - Install the PhantomJS library
webshot::install_phantomjs() - Edit the template to fit your needs
- Run
scripts/render-poster.R