R/zzz.R

Defines functions .onLoad

# nocov start

.onLoad <- function(libname, pkgname) {
  chores_env <- chores_env()
  withr::local_options(.helper_on_load = TRUE)

  directory_load(system.file("prompts", package = "chores"))

  load_chores_directory()
}

# nocov end

Try the chores package in your browser

Any scripts or data that you put into this service are public.

chores documentation built on June 8, 2025, 11:19 a.m.