ropensci-org / rotemplate

pkgdown template for rOpenSci packages :nail_care: :sparkles:

Home Page:https://docs.ropensci.org/rotemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rotemplate

rotemplate provides a custom pkgdown template for rOpenSci packages. We use this to render sites at https://docs.ropensci.org. Please don’t use it for your own package if it’s not an rOpenSci package (i.e. only use it for packages listed on https://ropensci.org/packages/).

Inspired by tidytemplate and lockedatapkg.

How to use rotemplate

Documentation rOpenSci packages will automatically be generated from your master branch and published to https://docs.ropensci.org. You don’t have to do anything to make this work. If you want to test your site locally use this:

library(rotemplate)
#install.packages("yourpkg")
rotemplate::build_ropensci_docs("path/to/yourpkg")

Everything else can be configured as usual via the _pkgdown.yml file as described in the pkgdown documentation.

If your website is not deploying or you run into another problem, please open an issue in the ropensci/docs repository.

Math rendering

Please refer to pkgdown documentation.

Example sites

About

pkgdown template for rOpenSci packages :nail_care: :sparkles:

https://docs.ropensci.org/rotemplate

License:Other


Languages

Language:R 52.7%Language:HTML 29.3%Language:SCSS 18.0%