Package: gluedown 1.0.9

gluedown: Wrap Vectors in Markdown Formatting

Ease the transition between R vectors and markdown text. With 'gluedown' and 'rmarkdown', users can create traditional vectors in R, glue those strings together with the markdown syntax, and print those formatted vectors directly to the document. This package targets the CommonMark specification (0.31.2, 2024) <https://spec.commonmark.org/0.31.2/> and GitHub Flavored Markdown (GFM 0.29, 2019) extensions <https://github.github.com/gfm/>.

Authors:Kiernan Nicholls [aut, cre, cph]

gluedown_1.0.9.tar.gz
gluedown_1.0.9.zip(r-4.7)gluedown_1.0.9.zip(r-4.6)gluedown_1.0.9.zip(r-4.5)
gluedown_1.0.9.tgz(r-4.6-any)gluedown_1.0.9.tgz(r-4.5-any)
gluedown_1.0.9.tar.gz(r-4.7-any)gluedown_1.0.9.tar.gz(r-4.6-any)
gluedown_1.0.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
gluedown/json (API)

# Install 'gluedown' in R:
install.packages('gluedown', repos = c('https://k5cents.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/k5cents/gluedown/issues

Pkgdown/docs site:https://k5cents.github.io

On CRAN:

Conda:

markdown

7.34 score 113 stars 65 scripts 341 downloads 33 exports 2 dependencies

Last updated from:cc111bad6e. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK125
source / vignettesOK169
linux-release-x86_64OK111
macos-release-arm64OK123
macos-oldrel-arm64OK72
windows-develOK99
windows-releaseOK79
windows-oldrelOK78
wasm-releaseOK109

Exports:%>%has_knitrhas_markdownmd_autolinkmd_blankmd_boldmd_bulletmd_chunkmd_codemd_convertmd_disallowmd_escapemd_fencemd_hardlinemd_headingmd_imagemd_indentmd_issuemd_italicmd_labelmd_linkmd_listmd_ordermd_paragraphmd_quotemd_referencemd_rulemd_setextmd_softlinemd_strikemd_tablemd_taskmd_text

Dependencies:gluemagrittr

GitHub Flavored Markdown
3 Blocks and Inlines | 4 Leaf blocks | 4.1 Thematic breaks | 4.3 Setext headings | 4.4 Indented code blocks | 4.5 Fenced code blocks | 4.6 HTML blocks | 4.7 Link reference definitions | 4.8 Paragraphs | 4.9 Blank lines | 4.10 Tables (extension) | 5 Container Blocks | 5.1 Block quotes | 5.2 List items | 5.3 Task list items (extension) | 5.4 Lists | 6 Inlines | 6.1 Backslash escapes | 6.3 - 6.8 Simple inlines | 6.7 Images | 6.11 Disallowed Raw HTML (extension) | 6.12 - 6.13 Line breaks | 6.14 Textual content

Last update: 2026-05-25
Started: 2019-11-04

Markdown Literal Programming
Vector Lists | Pipes | Extensions | Inlines

Last update: 2023-10-29
Started: 2019-11-04