28  chores

Published

2025-03-18

WARNING

This chapter is being developed. Thank you for your patience.

The chores package was developed by Simon Couch (who is also the author of the ensure and gander packages) to “help you complete repetitive, hard-to-automate tasks quickly”. We previously covered the ellmer package (see Chapter 27), which is required to configure your LLM of choice.

install.packages('ellmer')
# or the dev version
pak::pak('tidyverse/ellmer')
install.packages('chores')
# or the dev version
pak::pak("simonpcouch/chores")

28.1 Setting up chores

usethis::edit_r_profile()
options(.chores_chat = ellmer::chat_openai(model = "gpt-4o"))

28.1.1 Using the add-in