Skip to contents

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Check accessibility

Overview

tekton provides a custom pkgdown template for tesselle packages. Please don’t use it for your own package.

Installation

You can install the latest version of tekton from our repository with:

install.packages("tekton", repos = "https://tesselle.r-universe.dev")

Usage

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.