Package: highr
Type: Package
Title: Syntax Highlighting for R Source Code
Version: 0.11
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
