Brent Thorne | 3a72bc7 | 2019-01-08 21:37:14 -0500 | [diff] [blame^] | 1 | Package: posterdown |
| 2 | Title: Generates PDF conference posters using R Markdown. |
| 3 | Version: 0.1.0 |
| 4 | Author: Brent Thorne |
| 5 | Description: Posterdown expands on RMarkdown to generate PDF conference posters. |
| 6 | Maintainer: Brent Thorne <brent.thorne18@gmail.com> |
| 7 | License: MIT + file LICENSE |
| 8 | Encoding: UTF-8 |
| 9 | LazyData: true |
| 10 | URL: https://github.com/brentthorne/posterdown |
| 11 | BugReports: https://github.com/brentthorne/posterdown/issues |
| 12 | Imports: utils, rmarkdown, knitr, yaml, tinytex, xfun, ggplot2, rticles, kableExtra, Cairo, ggthemes, ggspatial |
| 13 | SystemRequirements: GNU make |
| 14 | RoxygenNote: 6.1.1 |