blob: 2a773a04a4f2f3e2bbfb4ab9a0e4cde19d2ab687 [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
brentthornef4d53662019-06-27 17:00:54 -04003Version: 0.1.3
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"))
19Description: Posterdown expands on RMarkdown 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:
25 knitr,
26 pagedown,
27 rmarkdown,
28 yaml
29Encoding: UTF-8
30LazyData: true
brentthornef4d53662019-06-27 17:00:54 -040031VignetteBuilder: knitr
Brent Thorne3a72bc72019-01-08 21:37:14 -050032RoxygenNote: 6.1.1
Luke W Johnston35e72902019-04-24 17:13:10 +020033Roxygen: list(markdown = TRUE)