Source: r-cran-rmarkdown
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-r,
               r-base-dev,
               r-cran-knitr (>= 1.18),
               r-cran-yaml (>= 2.1.19),
               r-cran-htmltools,
               r-cran-evaluate (>= 0.8),
               r-cran-base64enc,
               r-cran-jsonlite,
               r-cran-mime,
               r-cran-tinytex,
               r-cran-stringr (>= 1.2.0)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rmarkdown
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rmarkdown.git
Homepage: https://cran.r-project.org/package=rmarkdown

Package: r-cran-rmarkdown
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends},
         libjs-bootstrap,
         libjs-highlight.js,
         libjs-jquery,
         libjs-jquery-ui,
         libjs-modernizr,
         libjs-prettify,
         fonts-font-awesome,
         pandoc,
         r-cran-shiny
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: convert R markdown documents into a variety of formats
 R Markdown is a framework for creating documents that mix R code with
 markdown to produce visually pleasing, high quality and reproducible
 reports. It supports various output formats, including HTML, PDF,
 Microsoft Word and Beamer.
 .
 Please note: Upstream rmarkdown contains export to ioslides.  This was
 removed from the Debian package due to not existing license statement.
 If you need this functionality you need to install rmarkdown manually
 from CRAN.
