-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.05 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
Type: Package
Package: tufte
Title: Tufte's Styles for R Markdown Documents
Version: 0.13.1
Authors@R: c(
person("Yihui", "Xie", role = "aut", email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person("Christophe", "Dervieux", role = c("ctb", "cre"), email = "cderv@posit.co", comment = c(ORCID = "0000-0003-4474-2498")),
person("JJ", "Allaire", role = "aut"),
person("Andrzej", "Oles", role = "ctb"),
person("Dave", "Liepmann", role = "ctb", comment = "Tufte CSS in inst/rmarkdown/templates/tufte_html/resources"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides R Markdown output formats to use Tufte styles for
PDF and HTML output.
License: GPL-3
URL: https://github.com/rstudio/tufte
BugReports: https://github.com/rstudio/tufte/issues
Imports:
htmltools,
knitr (>= 1.28),
rmarkdown (>= 2.11),
xfun (>= 0.13)
Suggests:
covr,
testthat (>= 3.1.0),
withr (>= 2.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3