| Package: posterdown | 
 | Title: Generate PDF Conference Posters Using R Markdown | 
 | Version: 2.0 | 
 | Authors@R:  | 
 |     c(person(given = "Brent", | 
 |              family = "Thorne", | 
 |              role = c("aut", "cre"), | 
 |              email = "brent.thorne18@gmail.com", | 
 |              comment = c(ORCID = "0000-0002-1099-3857")), | 
 |       person(given = "Peter", | 
 |              family = "Higgins", | 
 |              role = "ctb"), | 
 |       person(given = "Shea", | 
 |              family = "Connell", | 
 |              role = "ctb"), | 
 |       person(given = "Luke", | 
 |              family = "Johnston", | 
 |              role = "ctb")) | 
 | Description: Use 'rmarkdown' and 'pagedown' to generate | 
 |     HTML and PDF conference posters. | 
 | License: MIT + file LICENSE | 
 | URL: https://github.com/brentthorne/posterdown | 
 | BugReports: https://github.com/brentthorne/posterdown/issues | 
 | Imports:  | 
 |     pagedown, | 
 |     qrcode, | 
 |     rmarkdown, | 
 |     yaml | 
 | Suggests: knitr | 
 | Encoding: UTF-8 | 
 | LazyData: true | 
 | VignetteBuilder: knitr | 
 | RoxygenNote: 7.2.3 | 
 | Roxygen: list(markdown = TRUE) |