blob: 10e853be4e8a584c7c74edf6a3f56597ead6bb37 [file] [log] [blame]
Brent Thorne0136eb72018-11-30 12:50:57 -05001Package: posterdown
Brent Thorne7f0acb42018-12-06 09:37:38 -05002Title: Generates PDF conference posters using R Markdown.
Brent Thorne0136eb72018-11-30 12:50:57 -05003Version: 0.1.0
Brent Thorne06ae3ac2018-11-30 15:16:47 -05004Author: Brent Thorne
Brent Thorne0136eb72018-11-30 12:50:57 -05005Description: Posterdown expands on RMarkdown to generate PDF conference posters.
Brent Thorne06ae3ac2018-11-30 15:16:47 -05006Maintainer: Brent Thorne <brent.thorne18@gmail.com>
Brent Thorne0136eb72018-11-30 12:50:57 -05007License: MIT + file LICENSE
8Encoding: UTF-8
9LazyData: true
brentthorne5d1588e2019-01-08 09:48:41 -050010URL: https://github.com/brentthorne/posterdown
11BugReports: https://github.com/brentthorne/posterdown/issues
12Imports: utils, rmarkdown, knitr, yaml, tinytex, xfun, ggplot2, rticles, kableExtra, Cairo
13SystemRequirements: GNU make
Brent Thorne0136eb72018-11-30 12:50:57 -050014Depends:
15 R (>= 3.3.0),
16 devtools,
17 dplyr,
18 ggplot2,
19 rmarkdown,
brentthorne5d1588e2019-01-08 09:48:41 -050020 rticles
Brent Thorne06ae3ac2018-11-30 15:16:47 -050021RoxygenNote: 6.1.0.9000