Package: ymlthis Title: Write 'YAML' for 'R Markdown', 'bookdown', 'blogdown', and More Version: 1.0.0.9000 Authors@R: c( person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0299-5825")), person("Richard", "Iannone", , "rich@rstudio.com", role = "aut", comment = c(ORCID = "0000-0003-3925-190X")), person("RStudio", role = c("cph", "fnd")) ) Description: Write 'YAML' front matter for R Markdown and related documents. Work with 'YAML' objects more naturally and write the resulting 'YAML' to your clipboard or to 'YAML' files related to your project. License: MIT + file LICENSE URL: https://ymlthis.r-lib.org, https://github.com/r-lib/ymlthis BugReports: https://github.com/r-lib/ymlthis/issues Depends: R (>= 3.2) Imports: crayon, fs, glue, magrittr, purrr (>= 0.3.2), rlang (>= 0.4.10), rmarkdown (>= 2.10), rstudioapi, stringr, usethis (>= 1.5.0), whoami, withr, yaml Suggests: blogdown, bookdown, covr, knitr, miniUI, pkgdown, prettydoc, roxygen2 (>= 7.0.0), shiny, shinyBS, spelling, testthat (>= 3.0.0), xaringan VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-02-17 13:16:29 UTC RemoteUrl: https://github.com/r-lib/ymlthis RemoteRef: HEAD RemoteSha: f2fa11ba0f808a960826da5fbcbb3e72a21148e4 NeedsCompilation: no Packaged: 2026-07-06 12:59:54 UTC; root Author: Malcolm Barrett [aut, cre] (ORCID: ), Richard Iannone [aut] (ORCID: ), RStudio [cph, fnd] Maintainer: Malcolm Barrett