A Distill theme and tools for UCSF BHHI.
You can use bhhidistill to create a site for a project and RMarkdown pages for individual analyses.
The analyses come with a template that has the BHHI color palette and includes version control info for the document.
You can install bhhidistill with:
remotes::install_github("ucsf-bhhi/bhhidistill")
Here's how to create a project site:
library(bhhidistill)
create_bhhi_site("~/work/example-site", "Example Site")
Here's how to create an RMarkdown analysis:
library(bhhidistill)
create_analysis("Example Analysis")