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 |
brentthorne | 5d1588e | 2019-01-08 09:48:41 -0500 | [diff] [blame] | 19 | URL: https://github.com/brentthorne/posterdown |
| 20 | BugReports: https://github.com/brentthorne/posterdown/issues |
Luke W Johnston | 91ada31 | 2019-04-24 16:14:32 +0200 | [diff] [blame^] | 21 | Imports: |
| 22 | knitr, |
| 23 | pagedown, |
| 24 | rmarkdown, |
| 25 | yaml |
| 26 | Encoding: UTF-8 |
| 27 | LazyData: true |
Brent Thorne | 3a72bc7 | 2019-01-08 21:37:14 -0500 | [diff] [blame] | 28 | RoxygenNote: 6.1.1 |