| Marc Kupietz | a39d0cc | 2024-05-31 12:45:45 +0200 | [diff] [blame] | 1 | Package: posterdown.ids | 
 | 2 | Title: Generate IDS CD compliant PDF Conference Posters Using R Markdown | 
| Marc Kupietz | 9470432 | 2024-05-13 13:00:18 +0200 | [diff] [blame] | 3 | Version: 2.0 | 
| Luke W Johnston | 52e7428 | 2019-04-24 16:14:06 +0200 | [diff] [blame] | 4 | Authors@R:  | 
| Marc Kupietz | a39d0cc | 2024-05-31 12:45:45 +0200 | [diff] [blame] | 5 |     c(person(given = "Marc", | 
 | 6 |              family = "Kupietz", | 
 | 7 |              role = c("aut"), | 
 | 8 |              comment = c(ORCID = "0000-0001-8997-8256"), | 
 | 9 |              email = "kupietz@ids-mannheim.de"), | 
 | 10 |       person(given = "Brent", | 
| Luke W Johnston | 52e7428 | 2019-04-24 16:14:06 +0200 | [diff] [blame] | 11 |              family = "Thorne", | 
 | 12 |              role = c("aut", "cre"), | 
 | 13 |              email = "brent.thorne18@gmail.com", | 
 | 14 |              comment = c(ORCID = "0000-0002-1099-3857")), | 
 | 15 |       person(given = "Peter", | 
 | 16 |              family = "Higgins", | 
 | 17 |              role = "ctb"), | 
 | 18 |       person(given = "Shea", | 
 | 19 |              family = "Connell", | 
| brentthorne | 31ba39f | 2019-04-24 13:06:43 -0400 | [diff] [blame] | 20 |              role = "ctb"), | 
 | 21 |       person(given = "Luke", | 
 | 22 |              family = "Johnston", | 
| Luke W Johnston | 52e7428 | 2019-04-24 16:14:06 +0200 | [diff] [blame] | 23 |              role = "ctb")) | 
| brentthorne | adcc8b6 | 2019-07-02 15:17:07 -0400 | [diff] [blame] | 24 | Description: Use 'rmarkdown' and 'pagedown' to generate | 
| brentthorne | f4d5366 | 2019-06-27 17:00:54 -0400 | [diff] [blame] | 25 |     HTML and PDF conference posters. | 
| Brent Thorne | 0136eb7 | 2018-11-30 12:50:57 -0500 | [diff] [blame] | 26 | License: MIT + file LICENSE | 
| brentthorne | 5d1588e | 2019-01-08 09:48:41 -0500 | [diff] [blame] | 27 | URL: https://github.com/brentthorne/posterdown | 
 | 28 | BugReports: https://github.com/brentthorne/posterdown/issues | 
| Luke W Johnston | 91ada31 | 2019-04-24 16:14:32 +0200 | [diff] [blame] | 29 | Imports:  | 
| Luke W Johnston | 91ada31 | 2019-04-24 16:14:32 +0200 | [diff] [blame] | 30 |     pagedown, | 
| Marc Kupietz | cbe8b14 | 2023-06-24 17:48:20 +0200 | [diff] [blame] | 31 |     qrcode, | 
| Luke W Johnston | 91ada31 | 2019-04-24 16:14:32 +0200 | [diff] [blame] | 32 |     rmarkdown, | 
 | 33 |     yaml | 
| brentthorne | 164b9a8 | 2019-10-09 10:08:13 -0400 | [diff] [blame] | 34 | Suggests: knitr | 
| Luke W Johnston | 91ada31 | 2019-04-24 16:14:32 +0200 | [diff] [blame] | 35 | Encoding: UTF-8 | 
 | 36 | LazyData: true | 
| brentthorne | f4d5366 | 2019-06-27 17:00:54 -0400 | [diff] [blame] | 37 | VignetteBuilder: knitr | 
| Marc Kupietz | a39d0cc | 2024-05-31 12:45:45 +0200 | [diff] [blame] | 38 | RoxygenNote: 7.3.1 | 
| Luke W Johnston | 35e7290 | 2019-04-24 17:13:10 +0200 | [diff] [blame] | 39 | Roxygen: list(markdown = TRUE) |