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

Changelog

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

  * Packaging update
  * Standards-Version: 4.7.0 (routine-update)

 -- Joost van Baal-Ilić <email address hidden>  Tue, 23 Apr 2024 12:00:29 +0000

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-markdown_1.12+dfsg-2.dsc 2.2 KiB ac4d5055e194b486078d849688c049a66ddac50b3a3cb223f7c152da5f2a5450
r-cran-markdown_1.12+dfsg.orig.tar.xz 56.0 KiB 3ab897b37c57efa26bc2be066f5d9948d2a0ff26fce177ba6637cac2b3dfbcd7
r-cran-markdown_1.12+dfsg-2.debian.tar.xz 14.5 KiB ec9ddc4d45764d8db6358718bb403b65a2008e37e953cf5f254f3cf6b549ac73

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.