## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(theorytools)

## ----eval = FALSE-------------------------------------------------------------
# download_theory(
#   id = "https://doi.org/10.5281/zenodo.14921521",
#   path = "c:/theories/tripartite_downloaded")

## ----eval = FALSE-------------------------------------------------------------
# download_theory(
#   id = "https://github.com/cjvanlissa/tripartite_model.git",
#   path = "c:/theories/tripartite_clone")

## ----eval = FALSE-------------------------------------------------------------
# worcs::git_update("Describe your changes to the theory.")