Brent Thorne | 0136eb7 | 2018-11-30 12:50:57 -0500 | [diff] [blame^] | 1 | Package: posterdown |
| 2 | Title: Generates PDF/ Latex posters using R Markdown and Beamer. |
| 3 | Version: 0.1.0 |
| 4 | Authors@R: c(person(c("Thorne","B."), email = "brent.thorne18@gmail.com", role = c("aut","cre")) |
| 5 | Description: Posterdown expands on RMarkdown to generate PDF conference posters. |
| 6 | Currently it on outputs via Knitr Pandoc and Latex to a PDF output. |
| 7 | License: MIT + file LICENSE |
| 8 | Encoding: UTF-8 |
| 9 | LazyData: true |
| 10 | Imports: yaml |
| 11 | Depends: |
| 12 | R (>= 3.3.0), |
| 13 | devtools, |
| 14 | dplyr, |
| 15 | ggplot2, |
| 16 | rmarkdown, |
| 17 | knitr |
| 18 | RoxygenNotes: 6.0.1 |