Package: frontmatter 0.2.0.9000

Garrick Aden-Buie

frontmatter: Parse Front Matter from Documents

Extracts and parses structured metadata ('YAML' or 'TOML') from the beginning of text documents. Front matter is a common pattern in 'Quarto' documents, 'R Markdown' documents, static site generators, documentation systems, content management tools and even 'Python' and 'R' scripts where metadata is placed at the top of a document, separated from the main content by delimiter fences.

Authors:Garrick Aden-Buie [aut, cre], Posit Software, PBC [cph, fnd]

frontmatter_0.2.0.9000.tar.gz
frontmatter_0.2.0.9000.zip(r-4.7)frontmatter_0.2.0.9000.zip(r-4.6)frontmatter_0.2.0.9000.zip(r-4.5)
frontmatter_0.2.0.9000.tgz(r-4.6-x86_64)frontmatter_0.2.0.9000.tgz(r-4.6-arm64)frontmatter_0.2.0.9000.tgz(r-4.5-x86_64)frontmatter_0.2.0.9000.tgz(r-4.5-arm64)
frontmatter_0.2.0.9000.tar.gz(r-4.7-arm64)frontmatter_0.2.0.9000.tar.gz(r-4.7-x86_64)frontmatter_0.2.0.9000.tar.gz(r-4.6-arm64)frontmatter_0.2.0.9000.tar.gz(r-4.6-x86_64)
frontmatter_0.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
frontmatter/json (API)

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

Bug tracker:https://github.com/posit-dev/frontmatter/issues

Pkgdown/docs site:https://posit-dev.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

4.48 score 4 stars 1 packages 2 scripts 953 downloads 4 exports 4 dependencies

Last updated from:d179c5226d. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK150
linux-devel-x86_64OK132
source / vignettesOK169
linux-release-arm64OK137
linux-release-x86_64OK137
macos-release-arm64OK96
macos-release-x86_64OK158
macos-oldrel-arm64OK100
macos-oldrel-x86_64OK204
windows-develOK93
windows-releaseOK96
windows-oldrelOK77
wasm-releaseOK123

Exports:format_front_matterparse_front_matterread_front_matterwrite_front_matter

Dependencies:cpp11rlangtomledityaml12

Readme and manuals

Help Manual

Help pageTopics
Format and Write YAML or TOML Front Matterformat_front_matter write_front_matter
Parse YAML or TOML Front Matterparse_front_matter read_front_matter