Package: PacketLLM
Title: AI Assistant Gadget for 'RStudio'
Version: 0.1.2
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
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
NeedsCompilation: no
Packaged: 2026-06-25 04:12:37 UTC; Antoni
Author: Antoni Czolgowski [aut, cre]
Maintainer: Antoni Czolgowski <antoni.czolgowski@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-25 11:00:34 UTC
