Package: ymlthis
Title: Write 'YAML' for 'R Markdown', 'bookdown', 'blogdown', and More
Version: 0.1.6
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
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-06-24 18:17:42 UTC; malcolmbarrett
Author: Malcolm Barrett [aut, cre] (<https://orcid.org/0000-0003-0299-5825>),
  Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>),
  RStudio [cph, fnd]
Maintainer: Malcolm Barrett <malcolmbarrett@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-24 22:50:02 UTC
