{ettbc}
The goal of {ettbc} is to …
Installation
You can install the development version of {ettbc} from GitHub with:
# install.packages("pak")
pak::pak("ucdavis/ettbc")Example
This is a basic example which shows you how to solve a common problem:
library(ettbc)
## basic example codeDevelopment
Building the Documentation Site
This package uses altdoc with Quarto to build its documentation site. To build and preview the documentation locally:
# Load the package
pkgload::load_all()
# Render the documentation
altdoc::render_docs()
# Preview the site
altdoc::preview_docs()The documentation is automatically built and deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Code of Conduct
Please note that the {ettbc} project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.




