Package: frontmatter Title: Parse Front Matter from Documents Version: 0.2.0.9000 Authors@R: c( person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7111-0077")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/posit-dev/frontmatter, https://posit-dev.github.io/frontmatter/ BugReports: https://github.com/posit-dev/frontmatter/issues Imports: cpp11, rlang, tomledit, yaml12 Suggests: testthat (>= 3.0.0), withr, yaml LinkingTo: cpp11 Config/Needs/website: brand.yml Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libclang-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-06-26 13:47:00 UTC RemoteUrl: https://github.com/posit-dev/frontmatter RemoteRef: HEAD RemoteSha: d179c5226d1ff0c918840cfc0304fece0b909f41 NeedsCompilation: yes Packaged: 2026-06-26 16:21:32 UTC; root Author: Garrick Aden-Buie [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Garrick Aden-Buie