-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: chores
Title: A Collection of Large Language Model Assistants
Version: 0.0.4
Authors@R: c(
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5676-5107")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
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 code be
rewritten. While the package ships with a number of 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
Roxygen: list(markdown = TRUE)
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