forked from simonpcouch/pal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.1 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
Package: pal
Title: LLM assistants for R
Version: 0.0.2
Authors@R:
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5676-5107"))
Description: Pals are persistent, ergonomic LLM 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 pal addin,
select a pal, and watch your code be rewritten. While a number of pals
for R package development ship with the package, users can create a suite
of custom pals with only a directory of markdown files.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/simonpcouch/pal, https://simonpcouch.github.io/pal/
BugReports: https://github.com/simonpcouch/pal/issues
Imports:
cli,
coro,
glue,
elmer,
miniUI,
rlang,
rstudioapi,
shiny
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Remotes:
hadley/elmer
VignetteBuilder: knitr