forked from brentthorne/posterdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 852 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
Package: posterdown
Author: Brent Thorne
Title: Generate PDF conference posters using R Markdown
Version: 0.1.2
Description: Posterdown expands on RMarkdown to generate PDF conference posters
Authors@R: c(
person("Brent", "Thorne",
email = "brent.thorne18@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1099-3857")
),
person("Peter", "Higgins", role = "ctb"),
person("Shea", "Connell", role = "ctb")
)
Maintainer: Brent Thorne <brent.thorne18@gmail.com>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/brentthorne/posterdown
BugReports: https://github.com/brentthorne/posterdown/issues
Imports: bookdown, ggplot2, pagedown, kableExtra, Cairo, rmarkdown, knitr, yaml, ggspatial
SystemRequirements: GNU make, Pandoc (>= 2.2.3)
RoxygenNote: 6.1.1