blob: 497fc0d116f04c67e4a12aa825a9c4acaf69d330 [file] [log] [blame]
Brent Thorne0136eb72018-11-30 12:50:57 -05001Package: posterdown
Luke W Johnstonfa9aa562019-04-24 16:13:07 +02002Title: Generate PDF Conference Posters Using R Markdown
brentthorne1bed6e92019-06-28 08:30:27 -04003Version: 1.0
Luke W Johnston52e74282019-04-24 16:14:06 +02004Authors@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",
brentthorne31ba39f2019-04-24 13:06:43 -040015 role = "ctb"),
16 person(given = "Luke",
17 family = "Johnston",
Luke W Johnston52e74282019-04-24 16:14:06 +020018 role = "ctb"))
brentthorneadcc8b62019-07-02 15:17:07 -040019Description: Use 'rmarkdown' and 'pagedown' to generate
brentthornef4d53662019-06-27 17:00:54 -040020 HTML and PDF conference posters.
Brent Thorne0136eb72018-11-30 12:50:57 -050021License: MIT + file LICENSE
brentthorne5d1588e2019-01-08 09:48:41 -050022URL: https://github.com/brentthorne/posterdown
23BugReports: https://github.com/brentthorne/posterdown/issues
Luke W Johnston91ada312019-04-24 16:14:32 +020024Imports:
Luke W Johnston91ada312019-04-24 16:14:32 +020025 pagedown,
Marc Kupietzcbe8b142023-06-24 17:48:20 +020026 qrcode,
Luke W Johnston91ada312019-04-24 16:14:32 +020027 rmarkdown,
28 yaml
brentthorne164b9a82019-10-09 10:08:13 -040029Suggests: knitr
Luke W Johnston91ada312019-04-24 16:14:32 +020030Encoding: UTF-8
31LazyData: true
brentthornef4d53662019-06-27 17:00:54 -040032VignetteBuilder: knitr
Marc Kupietzd2be7362023-06-14 07:17:27 +020033RoxygenNote: 7.2.3
Luke W Johnston35e72902019-04-24 17:13:10 +020034Roxygen: list(markdown = TRUE)