https://github.com/birmingham-and-solihull-ics/bsoltheme
A repository with Rmarkdown, Quarto and ggplot2 stylings
https://github.com/birmingham-and-solihull-ics/bsoltheme
ggplot2-themes nhs r templates
Last synced: 4 months ago
JSON representation
A repository with Rmarkdown, Quarto and ggplot2 stylings
- Host: GitHub
- URL: https://github.com/birmingham-and-solihull-ics/bsoltheme
- Owner: Birmingham-and-Solihull-ICS
- License: other
- Created: 2023-11-28T08:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:39:10.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:06:59.481Z (about 1 year ago)
- Topics: ggplot2-themes, nhs, r, templates
- Language: HTML
- Homepage: https://birmingham-and-solihull-ics.github.io/BSOLTheme/
- Size: 8.32 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BSOLTheme 
[](https://www.repostatus.org/#wip)
[](https://app.codecov.io/gh/Birmingham-and-Solihull-ICS/BSOLTheme)
[](https://github.com/Birmingham-and-Solihull-ICS/BSOLTheme/actions/workflows/R-CMD-check.yaml)
https://Birmingham-and-Solihull-ICS.github.io/BSOLTheme
This package provides ggplot2 themes and colour palettes for use by [Birmingham and Solihull](https://www.birminghamsolihull.icb.nhs.uk/) partners.
## Install Instructions
This package can be installed using devtools:
```{r}
devtools::install_github("Birmingham-and-Solihull-ICS/BSOLTheme")
```
All of the exported functions start with the prefix "bsol_theme_", except for the ggplot2 gradient colour scale functions,
which are of the form scale_*_bsol.
## Usage
The packages documentation can be found [here](https://Birmingham-and-Solihull-ICS.github.io/BSOLTheme/).