Brent Thorne | 0136eb7 | 2018-11-30 12:50:57 -0500 | [diff] [blame] | 1 | Package: posterdown |
Luke W Johnston | fa9aa56 | 2019-04-24 16:13:07 +0200 | [diff] [blame] | 2 | Title: Generate PDF Conference Posters Using R Markdown |
Luke W Johnston | 372164a | 2019-04-24 16:12:40 +0200 | [diff] [blame] | 3 | Version: 0.1.2.9000 |
Luke W Johnston | 52e7428 | 2019-04-24 16:14:06 +0200 | [diff] [blame^] | 4 | Authors@R: |
| 5 | c(person(given = "Brent", |
| 6 | family = "Thorne", |
| 7 | role = c("aut", "cre"), |
| 8 | email = "brent.thorne18@gmail.com", |
| 9 | comment = c(ORCID = "0000-0002-1099-3857")), |
| 10 | person(given = "Peter", |
| 11 | family = "Higgins", |
| 12 | role = "ctb"), |
| 13 | person(given = "Shea", |
| 14 | family = "Connell", |
| 15 | role = "ctb")) |
| 16 | Description: Posterdown expands on RMarkdown to generate |
| 17 | PDF and HTML conference posters. |
Brent Thorne | 0136eb7 | 2018-11-30 12:50:57 -0500 | [diff] [blame] | 18 | License: MIT + file LICENSE |
| 19 | Encoding: UTF-8 |
| 20 | LazyData: true |
brentthorne | 5d1588e | 2019-01-08 09:48:41 -0500 | [diff] [blame] | 21 | URL: https://github.com/brentthorne/posterdown |
| 22 | BugReports: https://github.com/brentthorne/posterdown/issues |
brentthorne | 386c471 | 2019-04-09 13:23:00 -0400 | [diff] [blame] | 23 | Imports: bookdown, ggplot2, pagedown, kableExtra, Cairo, rmarkdown, knitr, yaml, ggspatial |
brentthorne | fe3bd5f | 2019-04-09 13:52:25 -0400 | [diff] [blame] | 24 | SystemRequirements: GNU make, Pandoc (>= 2.2.3) |
Brent Thorne | 3a72bc7 | 2019-01-08 21:37:14 -0500 | [diff] [blame] | 25 | RoxygenNote: 6.1.1 |