Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
/ bhhidistill Public archive

A Distill theme and tools for UCSF BHHI

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ucsf-bhhi/bhhidistill

Repository files navigation

bhhidistill

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.

Installation

You can install bhhidistill with:

remotes::install_github("ucsf-bhhi/bhhidistill")

Creating a project site

Here's how to create a project site:

library(bhhidistill)
create_bhhi_site("~/work/example-site", "Example Site")

Creating an analysis RMarkdown page:

Here's how to create an RMarkdown analysis:

library(bhhidistill)
create_analysis("Example Analysis")