install.packages('ellmer')
# or the dev version
::pak('tidyverse/ellmer') pak
28 chores
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('chores')
# or the dev version
::pak("simonpcouch/chores") pak
28.1 Setting up chores
::edit_r_profile() usethis
options(.chores_chat = ellmer::chat_openai(model = "gpt-4o"))