-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
31 lines (31 loc) · 912 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
Package: pagedreport
Title: Simplify the use of pagedown through templates
Version: 0.1
Authors@R:
c(person(given = "Thomas",
family = "Vroylandt",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "David",
family = "Keyes",
role = "aut",
email = "[email protected]"))
Description: This package allow people to use pre-formatted
template for pagedown. It helps generating nice and well-design PDF
using Rmarkdown without diving into CSS.
License: MIT + file LICENSE
Imports:
magick,
rsvg,
pagedown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://github.com/rfortherestofus/pagedreport
BugReports: https://github.com/rfortherestofus/pagedreport/issues