-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
27 lines (27 loc) · 859 Bytes
/
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
Package: highr
Type: Package
Title: Syntax Highlighting for R Source Code
Version: 0.11.1
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person("Yixuan", "Qiu", role = "aut"),
person("Christopher", "Gandrud", role = "ctb"),
person("Qiang", "Li", role = "ctb")
)
Description: Provides syntax highlighting for R source code. Currently it
supports LaTeX and HTML output. Source code of other languages is supported
via Andre Simon's highlight package (<https://gitlab.com/saalen/highlight>).
Depends:
R (>= 3.3.0)
Imports:
xfun (>= 0.18)
Suggests:
knitr,
markdown,
testit
License: GPL
URL: https://github.com/yihui/highr
BugReports: https://github.com/yihui/highr/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1