Package: chores
Title: A Collection of Large Language Model Assistants
Version: 0.2.0
Authors@R: c(
    person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5676-5107")),
    person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))
  )
Description: Provides a collection of ergonomic large language model assistants 
    designed to help you complete repetitive, hard-to-automate tasks quickly. 
    After selecting some code, press the keyboard shortcut you've chosen to 
    trigger the package app, select an assistant, and watch your chore be 
    carried out. While the package ships with a number of chore helpers for R 
    package development, users can create custom helpers just by writing some
    instructions in a markdown file.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/simonpcouch/chores,
        https://simonpcouch.github.io/chores/
BugReports: https://github.com/simonpcouch/chores/issues
Imports: cli (>= 3.6.3), glue (>= 1.8.0), ellmer, miniUI (>= 0.1.1.1),
        rlang (>= 1.1.4), rstudioapi (>= 0.17.1), shiny (>= 1.9.1),
        streamy
Suggests: gt, knitr, rmarkdown, testthat (>= 3.0.0), tibble, withr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-04-30 14:53:22 UTC; simoncouch
Author: Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2025-04-30 15:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:14:25 UTC; windows
