File: control

package info (click to toggle)
r-cran-downlit 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: sh: 14; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download
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
Source: r-cran-downlit
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-downlit
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-downlit.git
Homepage: https://cran.r-project.org/package=downlit
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-brio,
               r-cran-desc,
               r-cran-digest,
               r-cran-evaluate,
               r-cran-fansi,
               r-cran-memoise,
               r-cran-rlang,
               r-cran-vctrs,
               r-cran-withr,
               r-cran-yaml
Testsuite: autopkgtest-pkg-r

Package: r-cran-downlit
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R syntax highlighting and automatic linking
 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.