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
|
Source: r-cran-highr
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r (>= 20180527),
r-base-dev,
r-cran-xfun (>= 0.18)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-highr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-highr.git
Homepage: https://cran.r-project.org/package=highr
Rules-Requires-Root: no
Package: r-cran-highr
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
libjs-highlight.js,
libjs-jquery
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Syntax Highlighting for R Source Code
The GNU R package highr provides syntax highlighting for R source code; it
natively supports generating LaTeX and HTML output from R source code.
Source code of other languages is supported via Andre Simon's highlight
package.
|