forked from brentthorne/posterdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 976 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: posterdown
Title: Generate PDF Conference Posters Using R Markdown
Version: 1.0
Authors@R:
c(person(given = "Brent",
family = "Thorne",
role = c("aut", "cre"),
email = "[email protected]",
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,
rmarkdown,
yaml
Suggests: knitr
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)