mayotemplate provides a custom pkgdown template for packages developed at Mayo Clinic. Please don’t use it for your own package.
Inspired by tidytemplate.
Include the following in your _pkgdown.yaml file:
template:
package: mayotemplatemayotemplate follows the same setup as tidytemplate. For more
documentation, please see their README file.
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")'