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 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://mlverse.r-universe.dev Date/Publication: 2026-06-11 13:27:18 UTC RemoteUrl: https://github.com/mlverse/lang RemoteRef: HEAD RemoteSha: b97c37b09105a4ac56aa1f6cefba0edc866abe0e NeedsCompilation: no Packaged: 2026-06-11 14:45:49 UTC; root Author: Edgar Ruiz [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Edgar Ruiz