This site contains the documentation for the cqtkit R package.
To run the documentation site locally:
# Install dependencies
npm install
# Start development server
npm run dev
Documentation is generated from the package roxygen comments in cqtkit.
src/content/docs/reference
contains the reference material generated from the roxygen comments.src/content/rd_docs
contains md files of the roxygen commentssrc/content/docs/guides
will contain vignettes-esque guidespublic
contains graphical output (tables/figures) of the package examplessrc/assets/output
contains text-based output (dataframes) of the package examples
For questions about the package please use the package repository. For documentation site issues please open an issue in this repository