forked from rstudio/pagedown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.74 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
Package: pagedown
Type: Package
Title: Paginate the HTML Output of R Markdown with CSS for Print
Version: 0.13.5
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person("Romain", "Lesur", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-0721-5595")),
person("Brent", "Thorne", role = "aut", comment = c(ORCID = "0000-0002-1099-3857")),
person("Xianying", "Tan", role = "aut", comment = c(ORCID = "0000-0002-6072-3521")),
person("Christophe", "Dervieux", role = c("ctb"), comment = c(ORCID = "0000-0003-4474-2498")),
person("Atsushi", "Yasumoto", role = c("ctb"), comment = c(ORCID = "0000-0002-8335-495X")),
person(family = "RStudio, PBC", role = "cph"),
person("Adam", "Hyde", role = "ctb", comment = "paged.js in resources/js/"),
person("Min-Zhong", "Lu", role = "ctb", comment = "resume.css in resources/css/"),
person("Zulko", role = "ctb", comment = "poster-relaxed.css in resources/css/"),
person()
)
Description: Use the paged media properties in CSS and the JavaScript
library 'paged.js' to split the content of an HTML document into discrete
pages. Each page can have its page size, page numbers, margin boxes, and
running headers, etc. Applications of this package include books, letters,
reports, papers, business cards, resumes, and posters.
Imports: rmarkdown (>= 1.16), bookdown (>= 0.8), htmltools, jsonlite, later (>= 1.0.0),
processx, servr (>= 0.18), httpuv, xfun, websocket
Suggests: promises, testit, xaringan, pdftools, revealjs
License: MIT + file LICENSE
URL: https://github.com/rstudio/pagedown
BugReports: https://github.com/rstudio/pagedown/issues
SystemRequirements: Pandoc (>= 2.2.3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1