-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: downlit
Title: Syntax Highlighting and Automatic Linking
Version: 0.4.4
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Syntax highlighting of R code, specifically designed for the
needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and
'bookdown'. It includes linking of function calls to their
documentation on the web, and automatic translation of ANSI escapes in
output to the equivalent HTML.
License: MIT + file LICENSE
URL: https://downlit.r-lib.org/, https://github.com/r-lib/downlit
BugReports: https://github.com/r-lib/downlit/issues
Depends:
R (>= 4.0.0)
Imports:
brio,
desc,
digest,
evaluate,
fansi,
memoise,
rlang,
vctrs,
withr,
yaml
Suggests:
covr,
htmltools,
jsonlite,
MASS,
MassSpecWavelet,
pkgload,
rmarkdown,
testthat (>= 3.0.0),
xml2
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1