r-cran-markdown 1.12+dfsg-1 source package in Ubuntu

Changelog

r-cran-markdown (1.12+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Drop unused lintian-overrides

 -- Andreas Tille <email address hidden>  Mon, 08 Jan 2024 22:35:03 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-markdown_1.12+dfsg-1.dsc 2.2 KiB cdb2c652ec5665d8531bae0e589e556d5a8a2a417559aa0d23ba4a60dc3e7052
r-cran-markdown_1.12+dfsg.orig.tar.xz 56.0 KiB 3ab897b37c57efa26bc2be066f5d9948d2a0ff26fce177ba6637cac2b3dfbcd7
r-cran-markdown_1.12+dfsg-1.debian.tar.xz 14.5 KiB 03146e1949bd7d3e3b6434d2bd3ab59ba37133ada8ad56ddda667db8089da041

Available diffs

No changes file available.

Binary packages built by this source

r-cran-markdown: 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.