-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 1.21 KB
/
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
34
35
36
37
38
39
40
41
42
Type: Package
Package: weasydoc
Title: Convert R Markdown to PDF Using HTML and CSS
Version: 0.0.9000
Authors@R: c(
person("Romain", "Lesur", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0721-5595")),
person(family = "Ministère de la Justice, République Française", role = "cph"),
person(family = "RStudio Inc", role = "cph", comment = "get_base_format function of the bookdown package")
)
Description: Using weasydoc, one can use CSS layout to generate PDF from R Markdown.
License: GPL-3
URL: https://github.com/RLesur/weasydoc
BugReports: https://github.com/RLesur/weasydoc/issues
Imports:
bookdown,
rmarkdown (>= 1.8.0),
tools,
utils
Suggests:
covr,
knitr,
pdftools,
testthat,
tibble,
webshot
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
SystemRequirements: pandoc (>= 2.1.3), WeasyPrint (https://weasyprint.org/) or Prince XML (https://www.princexml.com/)
Collate:
'utils.R'
'make_pdf.R'
'convert_html2pdf_format.R'
'hpdf_document2.R'
'hpdf_document_base.R'
'hpdf_book.R'
'hpdf_document.R'
'wpdf_document_base.R'
'wpdf_document.R'