commit | 74048cde7fb5c02f364dc99858a80a7bebe00be7 | [log] [tgz] |
---|---|---|
author | brentthorne <15312739+brentthorne@users.noreply.github.com> | Wed Dec 05 23:20:01 2018 -0500 |
committer | brentthorne <15312739+brentthorne@users.noreply.github.com> | Wed Dec 05 23:20:01 2018 -0500 |
tree | 51558cc5bb939a565a6655ccdfd46bdec017f6a1 | |
parent | 93d7601f323a1a4ac6e99968f1e68016c8e3e24f [diff] | |
parent | 7b2374b1cea94821b8d8f39ccc4f87d8711ada8c [diff] |
Merge branch 'master' of https://github.com/brentthorne/posterdown
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.
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_memoir", package = "posterdown")