File: control

package info (click to toggle)
r-cran-markdown 1.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: sh: 126; javascript: 76; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,627 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
38
39
40
41
Source: r-cran-markdown
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-markdown
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-markdown.git
Homepage: https://cran.r-project.org/package=markdown
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-commonmark,
               r-cran-xfun (>= 0.35)
Testsuite: autopkgtest-pkg-r

Package: r-cran-markdown
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends},
         libjs-mathjax
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package providing R bindings to the Sundown Markdown rendering library
 Provides R bindings to the Sundown Markdown rendering library by
 Vicent Marti
 e.a., based upon work by Natacha Porté. Markdown is a plain-text
     formatting syntax that can be converted to XHTML or other formats.
 .
 The R function `markdownToHTML` renders a markdown file to HTML. Options
 controlling HTML output and supported markdown extensions can be
 optionally specified.
 .
 The package also exports the underlying Sundown C extension API which
 enables creating and calling custom renderers using the
 `renderMarkdown` function.
 .
 Please note: the rmarkdown package (with leading r) converts R Markdown
 documents into even more formats, by using pandoc; the CRAN rmarkdown
 package is a newer and enhanced version of this markdown package.