Package: rbranding Title: Manage Branding and Accessibility of R Projects Version: 0.1.1 Authors@R: c( person("Willy", "Ray", , "william.ray@hsc.utah.edu", role = c("aut", "cre")), person("Andrew", "Pulsipher", , "pulsipher.a@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-0773-3210")), person("Centers for Disease Control and Prevention's Center for Forecasting and Outbreak Analytics", role = "fnd", comment = "Cooperative agreement CDC-RFA-FT-23-0069") ) Description: A tool for building projects that are visually consistent, accessible, and easy to maintain. It provides functions for managing branding assets, applying organization-wide themes using 'brand.yml', and setting up new projects with accessibility features and correct branding. It supports 'quarto', 'shiny', and 'rmarkdown' projects, and integrates with 'ggplot2'. The accessibility features are based on the Web Content Accessibility Guidelines and Accessible Rich Internet Applications (ARIA) specifications . The branding framework implements the 'brand.yml' specification . License: MIT + file LICENSE URL: https://epiforesite.github.io/rbranding/, https://github.com/EpiForeSITE/rbranding BugReports: https://github.com/EpiForeSITE/rbranding/issues Imports: credentials, ggplot2, utils, yaml Suggests: DT, grid, here, htmltools, knitr, leaflet, pkgdown, plotly, png, rmarkdown, shiny, showtext, sysfonts, thematic, tinytest VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: git libssl-dev Repository: https://epiforesite.r-universe.dev Date/Publication: 2026-05-05 17:11:49 UTC RemoteUrl: https://github.com/EpiForeSITE/rbranding RemoteRef: HEAD RemoteSha: e0c2afbecdd585de4deb9cbfb08b8213b6cbbf12 NeedsCompilation: no Packaged: 2026-07-04 05:24:47 UTC; root Author: Willy Ray [aut, cre], Andrew Pulsipher [aut, ctb] (ORCID: ), Centers for Disease Control and Prevention's Center for Forecasting and Outbreak Analytics [fnd] (Cooperative agreement CDC-RFA-FT-23-0069) Maintainer: Willy Ray