Package: PacketLLM
Title: Interactive 'OpenAI' Model Integration in 'RStudio'
Version: 0.1.1
Authors@R: 
    person("Antoni", "Czolgowski", email = "antoni.czolgowski@gmail.com", role = c("aut", "cre"))
Description: Offers an interactive 'RStudio' gadget interface for communicating 
    with 'OpenAI' large language models (e.g., 'gpt-5', 'gpt-5-mini', 'gpt-5-nano') 
    (<https://platform.openai.com/docs/api-reference>). 
    Enables users to conduct multiple chat conversations simultaneously in 
    separate tabs. Supports uploading local files (R, PDF, DOCX) to provide 
    context for the models. Allows per-conversation configuration of system 
    messages (where supported by the model). API interactions via the 'httr' 
    package are performed asynchronously using 'promises' and 'future' to avoid 
    blocking the R console. Useful for tasks like code generation, text 
    summarization, and document analysis directly within the 'RStudio' environment. 
    Requires an 'OpenAI' API key set as an environment variable.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/AntoniCzolgowski/PacketLLM
BugReports: https://github.com/AntoniCzolgowski/PacketLLM/issues
Imports: future, httr, pdftools, promises, readtext, shiny, shinyjs,
        stats, tools, utils
Depends: R (>= 4.1.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2025-08-23 14:54:17 UTC; Antoni
Author: Antoni Czolgowski [aut, cre]
Maintainer: Antoni Czolgowski <antoni.czolgowski@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-23 15:10:02 UTC
Built: R 4.4.1; ; 2025-08-23 23:09:06 UTC; unix
