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
card.svg |card.png
frontmatter/json (API)
NEWS

# 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.38 score 4 stars 1 packages 2 scripts 869 downloads 4 exports 4 dependencies

Last updated from:24efd5cd86. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK122
linux-devel-x86_64OK129
source / vignettesOK171
linux-release-arm64OK127
linux-release-x86_64OK128
macos-release-arm64OK126
macos-release-x86_64OK216
macos-oldrel-arm64OK79
macos-oldrel-x86_64OK179
windows-develOK96
windows-releaseOK94
windows-oldrelOK119
wasm-releaseOK117

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