-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
74 lines (74 loc) · 2.37 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: distill
Title: 'R Markdown' Format for Scientific and Technical Writing
Version: 1.6.1
Authors@R: c(
person("Christophe", "Dervieux", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4474-2498")),
person("JJ", "Allaire", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0174-9868")),
person("Rich", "Iannone", role = "aut"),
person("Alison", "Presmanes Hill", role = "aut",
comment = c(ORCID = "0000-0002-8082-1890")),
person("Yihui", "Xie", role = "aut",
comment = c(ORCID = "0000-0003-0645-5666")),
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
person(, "Google LLC", role = c("ctb", "cph"),
comment = "https://distill.pub/guide/"),
person("Nick", "Williams", role = c("ctb", "cph"),
comment = "https://wicky.nillia.ms/headroom.js/"),
person("Denis", "Demchenko", role = c("ctb", "cph"),
comment = "https://github.com/lancedikson/bowser"),
person(, "The Polymer Authors", role = c("ctb", "cph"),
comment = "https://www.webcomponents.org/polyfills/"),
person("Gábor", "Csárdi", role = c("ctb", "cph"),
comment = "whoami"),
person("JooYoung", "Seo", role = "ctb",
comment = c(ORCID = "0000-0002-4064-6012"))
)
Description: Scientific and technical article format for the web.
'Distill' articles feature attractive, reader-friendly typography,
flexible layout options for visualizations, and full support for
footnotes and citations.
License: Apache License 2.0
URL: https://github.com/rstudio/distill, https://pkgs.rstudio.com/distill
BugReports: https://github.com/rstudio/distill/issues
Imports:
base64enc,
bookdown (>= 0.8),
digest,
downlit (>= 0.4.1),
htmltools,
jsonlite (>= 1.3),
knitr (>= 1.15.6),
lubridate (>= 1.7.10),
mime,
openssl,
png,
rmarkdown (>= 2.11),
rprojroot,
rstudioapi,
stats,
stringr,
tools,
utils,
whisker,
xfun (>= 0.18),
xml2,
yaml
Suggests:
covr,
DiagrammeR,
htmlwidgets,
progress,
r2d3,
rsconnect,
shiny,
testthat (>= 3.0.0),
withr
Config/Needs/website: rstudio/quillt, pkgdown, tidyverse/tidytemplate, rvest
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3