Package: brandr
Title: Brand Identity Management Using brand.yml Standard
Version: 0.1.0
Authors@R: c(
        person(
            given = "Daniel",
            family = "Vartanian",
            role = c("aut", "cre", "ccp", "cph"),
            email = "danvartan@gmail.com",
            comment = c(ORCID = "0000-0001-7782-759X")
        )
    )
Description: A system to facilitate brand identity management using the
    brand.yml standard, providing functions to consistently access and apply
    brand colors, typography, and other visual elements across your R projects.
License: MIT + file LICENSE
URL: https://danielvartan.github.io/brandr/,
        https://github.com/danielvartan/brandr/
BugReports: https://github.com/danielvartan/brandr/issues/
Depends: R (>= 4.3)
Imports: checkmate (>= 2.3.2), cli (>= 3.6.3), colorspace (>= 2.1.1),
        dplyr (>= 1.1.4), here (>= 1.0.1), lifecycle (>= 1.0.4),
        ggplot2 (>= 3.5.1), grDevices (>= 4.3.0), yaml (>= 2.3.10)
Suggests: bslib (>= 0.9.0), covr (>= 3.6.4), hexbin (>= 1.28.5), knitr
        (>= 1.49), magrittr (>= 2.0.3), palmerpenguins (>= 0.1.1),
        rmarkdown (>= 2.29), spelling (>= 2.3.1), testthat (>= 3.2.2),
        tidyr (>= 1.3.1)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-09 04:08:10 UTC; danielvartan
Author: Daniel Vartanian [aut, cre, ccp, cph]
    (<https://orcid.org/0000-0001-7782-759X>)
Maintainer: Daniel Vartanian <danvartan@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-10 16:50:13 UTC
Built: R 4.3.3; ; 2025-03-10 16:59:09 UTC; unix
