An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BSOLTheme

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Codecov test coverage](https://codecov.io/gh/Birmingham-and-Solihull-ICS/BSOLTheme/graph/badge.svg)](https://app.codecov.io/gh/Birmingham-and-Solihull-ICS/BSOLTheme)
[![R-CMD-check](https://github.com/Birmingham-and-Solihull-ICS/BSOLTheme/actions/workflows/R-CMD-check.yaml/badge.svg)](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/).