Package: PacketLLM Title: AI Assistant Gadget for 'RStudio' Version: 0.1.3 Authors@R: person("Antoni", "Czolgowski", email = "antoni.czolgowski@gmail.com", role = c("aut", "cre")) Description: Provides an interactive 'RStudio' gadget for working with an AI assistant during package and script development. The gadget can use selected editor text, the active source file, package metadata, and uploaded files as context for code explanation, code generation, documentation, and review workflows. It offers model presets, assistant behavior settings, responsive code-focused output, and explicit copy, insert, and replace actions for the active source editor. API interactions via the 'httr' package are performed asynchronously using 'promises' and 'future' to avoid blocking the R console. The backend is configured via the OPENAI_API_KEY environment variable. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://github.com/AntoniCzolgowski/PacketLLM BugReports: https://github.com/AntoniCzolgowski/PacketLLM/issues Imports: future, httr, pdftools, promises, readtext, rstudioapi, shiny, shinyjs, stats, tools, utils Depends: R (>= 4.1.0) Suggests: htmltools, knitr, remotes, rmarkdown, testthat (>= 3.0.0), usethis Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libuv1-dev libxml2-dev libssl-dev libpoppler-cpp-dev poppler-data zlib1g-dev Repository: https://antoniczolgowski.r-universe.dev Date/Publication: 2026-06-28 22:00:02 UTC RemoteUrl: https://github.com/antoniczolgowski/packetllm RemoteRef: HEAD RemoteSha: d2c93348f2643da6ba23a1a71a626059b87f8008 NeedsCompilation: no Packaged: 2026-06-28 22:10:43 UTC; root Author: Antoni Czolgowski [aut, cre] Maintainer: Antoni Czolgowski