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