-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 988 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 988 Bytes
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
Package: lang
Title: Translates R Help Documentation using Large Language Models
Version: 0.1.2
Authors@R: c(
person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Translates R help documentation on the fly by using a Large
Language model of your choice. If you are using 'RStudio' or
'Positron' the translated help will appear in the help pane.
License: MIT + file LICENSE
URL: https://mlverse.github.io/lang/, https://github.com/mlverse/lang
BugReports: https://github.com/mlverse/lang/issues
Depends:
R (>= 4.1)
Imports:
callr,
cli,
fs,
glue,
lifecycle,
mall,
rlang (>= 1.1.0),
rstudioapi,
tools,
withr
Suggests:
ellmer,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-11-10
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0