poissonconsulting / poissontemplate

'pkgdown' Templates for Poisson Consulting Packages
https://poissonconsulting.github.io/poissontemplate/
Other
0 stars 1 forks source link

poissontemplate

R-CMD-check

poissontemplate provides a custom pkgdown template for Poisson consulting packages. Please don’t use it for your own package.

Installation

You can install the development version of poissontemplate from GitHub with:

# install.packages("pak")
pak::pak("poissonconsulting/poissontemplate")

Setup

In every package where you need to set up poissontemplate usage, run

poissontemplate::use_poisson_pkgdown()

Relevant resources