forked from rstudio/tufte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1 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
Package: tufte
Type: Package
Title: Tufte's Styles for R Markdown Documents
Version: 0.9.2
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person("JJ", "Allaire", role = "aut"),
person("Christophe", "Dervieux", role = "ctb", comment = c(ORCID = "0000-0003-4474-2498")),
person("Andrzej", "Oles", role = "ctb"),
person("Dave", "Liepmann", role = "ctb", comment = "Tufte CSS in inst/rmarkdown/templates/tufte_html/resources"),
person(family = "RStudio, PBC", role = "cph")
)
Maintainer: Yihui Xie <[email protected]>
Description: Provides R Markdown output formats to use Tufte styles for PDF and HTML output.
License: GPL-3
LazyData: TRUE
URL: https://github.com/rstudio/tufte
BugReports: https://github.com/rstudio/tufte/issues
Imports:
htmltools,
xfun (>= 0.13),
knitr (>= 1.28),
rmarkdown (>= 2.1)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
withr (>= 2.3.0)
Config/testthat/edition: 3