blob: be926e906619af4828348b3994ab9638b8a246d2 [file] [log] [blame]
Marc Kupietza39d0cc2024-05-31 12:45:45 +02001Package: posterdown.ids
2Title: Generate IDS CD compliant PDF Conference Posters Using R Markdown
Marc Kupietz0dd579c2026-08-06 12:41:58 +02003Version: 2.3.0
Luke W Johnston52e74282019-04-24 16:14:06 +02004Authors@R:
Marc Kupietza39d0cc2024-05-31 12:45:45 +02005 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 Johnston52e74282019-04-24 16:14:06 +020011 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",
brentthorne31ba39f2019-04-24 13:06:43 -040020 role = "ctb"),
21 person(given = "Luke",
22 family = "Johnston",
Luke W Johnston52e74282019-04-24 16:14:06 +020023 role = "ctb"))
brentthorneadcc8b62019-07-02 15:17:07 -040024Description: Use 'rmarkdown' and 'pagedown' to generate
brentthornef4d53662019-06-27 17:00:54 -040025 HTML and PDF conference posters.
Brent Thorne0136eb72018-11-30 12:50:57 -050026License: MIT + file LICENSE
brentthorne5d1588e2019-01-08 09:48:41 -050027URL: https://github.com/brentthorne/posterdown
28BugReports: https://github.com/brentthorne/posterdown/issues
Luke W Johnston91ada312019-04-24 16:14:32 +020029Imports:
Luke W Johnston91ada312019-04-24 16:14:32 +020030 pagedown,
Marc Kupietzcbe8b142023-06-24 17:48:20 +020031 qrcode,
Luke W Johnston91ada312019-04-24 16:14:32 +020032 rmarkdown,
33 yaml
brentthorne164b9a82019-10-09 10:08:13 -040034Suggests: knitr
Luke W Johnston91ada312019-04-24 16:14:32 +020035Encoding: UTF-8
36LazyData: true
brentthornef4d53662019-06-27 17:00:54 -040037VignetteBuilder: knitr
Luke W Johnston35e72902019-04-24 17:13:10 +020038Roxygen: list(markdown = TRUE)
Marc Kupietze6369512026-07-17 16:09:52 +020039Config/roxygen2/version: 8.0.0