Overview

mayotemplate provides a custom pkgdown template for packages developed at Mayo Clinic. Please don’t use it for your own package.

Inspired by tidytemplate.

Using mayotemplate

Include the following in your _pkgdown.yaml file:

mayotemplate follows the same setup as tidytemplate. For more documentation, please see their README file.

Deploying a site on Travis-CI to Github Pages

If you are automatically deploying your site with Travis, add the following in your .travis.yml file:

 before_cache:
    - Rscript -e 'remotes::install_github("overdodactyl/mayotemplate")'