Package: brand.yml
Title: Unified Branding with a Simple YAML File
Version: 0.1.0
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: Read and process 'brand.yml' 'YAML' files. 'brand.yml' is a
    simple, portable 'YAML' file that codifies your company's brand
    guidelines into a format that can be used by 'Quarto', 'Shiny' and 'R'
    tooling to create branded outputs. Maintain unified, branded theming
    for web applications to printed reports to dashboards and
    presentations with a consistent look and feel.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/brand-yml/pkg/r/,
        https://github.com/posit-dev/brand-yml
BugReports: https://github.com/posit-dev/brand-yml/issues
Depends: R (>= 4.1.0)
Imports: cli, rlang (>= 1.1.0), utils, yaml
Suggests: base64enc, dplyr, flextable, ggiraph, ggplot2 (>= 4.0.0), gt,
        htmltools, knitr, mime, palmerpenguins, patchwork, plotly,
        prismatic, rmarkdown, sass, stringr, testthat (>= 3.0.0),
        thematic (>= 0.1.7.9000), tidyr, tidyverse, withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-11-03 17:23:28 UTC; garrick
Author: Garrick Aden-Buie [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7111-0077>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Garrick Aden-Buie <garrick@posit.co>
Repository: CRAN
Date/Publication: 2025-11-06 10:40:02 UTC
Built: R 4.5.0; ; 2025-11-06 11:08:48 UTC; unix
