Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.02 KB

delphidocs

Lifecycle: experimental CRAN status

{delphidocs} provides a custom pkgdown template for Delphi packages. Please don’t use it for your own package, but feel free to modify it for your own purposes.

Inspired by rotemplate.

Installation

You probably shouldn’t install this package. It’s just a template.

Using the template

To use the {delphidocs} template for your pkgdown site, add the following to your _pkgdown.yml file:

---
template:
  package: delphidocs
---

You will also need to add the following to your DESCRIPTION file:

---
Config/Needs/website: cmu-delphi/delphidocs
---