| commit | 61aeb40cb947e4587c07ffd6c95687719cba8f68 | [log] [tgz] |
|---|---|---|
| author | Brent Thorne <15312739+brentthorne@users.noreply.github.com> | Sun Jan 06 01:01:58 2019 -0500 |
| committer | GitHub <noreply@github.com> | Sun Jan 06 01:01:58 2019 -0500 |
| tree | 4be7d2048b47c92e26cf3fabea879d89c60c0e61 | |
| parent | 0a83910910e9bbbec3c477a3bcaff2e9c890d98e [diff] |
Update README.md
You can install and use posterdown from github using the devtools package as seen below.
devtools::install_github("brentthorne/posterdown")
The posterdown package provides a familiar workflow enviroment for those used to working in RMarkdown. See the skeleton.Rmd that is produced when generating a new posterdown document for how to go from typical RMarkdown formatting to this: posterdown PDF Poster
This package is currently focused on a single template called posterdown_memoir which is a 38in (H) by 45in (W) poster template which allows for custom section headers and content.
This package is currently focused on a single template called posterdown_pdf which is a modular 38in (H) by 45in (W) poster template which allows for custom section headers and content.
To use posterdown from RStudio:
Install the latest RStudio.
Install the posterdown package:
devtools::install_github("brentthorne/posterdown")
Use the New R Markdown dialog to create a conference poster from the templates

Install pandoc using the instructions for your platform.
Install the rmarkdown and posterdown packages:
devtools::install_github("brentthorne/posterdown")
Use the rmarkdown::draft() function to create articles:
rmarkdown::draft("MyJSSArticle.Rmd", template = "posterdown_pdf", package = "posterdown")