tekton provides a custom pkgdown template for tesselle packages. Please don’t use it for your own package.
You can install the latest version of tekton from our repository with:
install.packages("tekton", repos = "https://tesselle.r-universe.dev")
Make sure your _pkgdown.yaml
contains:
template:
package: tekton
To work properly, tekton
requires the assets and templates in
inst/pkgdown/assets/
. Because of this, you should not set
default_assets: false
in your _pkgdown.yaml
.