‘pkgdown’ Package Template for Jonathan Trattner


jdtdown is a package that provides pkgdown template for packages developed by Jonathan Trattner. It relies primarily on code from RStudio’s quillt package by Alison Hill, Desirée De Leon, and Christophe Dervieux.

Installation

You can install and load the development version of jdtdown from GitHub as follows:

# Install the development version from GitHub
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jdtrat/jdtdown")

# Load package
library(jdtdown)

Getting Started

Coming soon…

Further Reading

For a more in-depth explanation of jdtdown, please see also coming soon…

Feedback

If you want to see a feature, or report a bug, please file an issue or open a pull-request! As this package is just getting off the ground, we welcome all feedback and contributions. See our contribution guidelines for more details on getting involved!

Code of Conduct

Please note that the jdtdown project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.