Package: llmcoder
Title: LLM-Powered Code Generation, Error Fixing, and Chat for
        'RStudio'
Version: 1.2.0
Maintainer: Shiyang Zheng <shiyang.zheng@nottingham.ac.uk>
Author: Shiyang Zheng [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0511-4683>)
Authors@R: 
    person(given  = "Shiyang",
           family = "Zheng",
           email  = "shiyang.zheng@nottingham.ac.uk",
           role   = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0511-4683"))
Description: An 'RStudio' addin that integrates large language model (LLM)
    assistance directly into the code-editing workflow. Features include:
    (1) generate R code from inline comments; (2) obtain LLM-assisted fixes for
    console errors; (3) insert plain-English explanations of selected code
    blocks; (4) a multi-turn Chat Panel with session-context awareness
    (loaded packages, global objects, source editor contents, console history).
    Supports 'OpenAI', 'Anthropic' (Claude), 'DeepSeek', 'Groq',
    'Together AI', 'OpenRouter', 'Ollama' (fully local, no API key required),
    and any 'OpenAI'-compatible custom endpoint (e.g. 'LM Studio', 'vLLM',
    'llama.cpp').
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/ShiyangZheng/llmcoder
BugReports: https://github.com/ShiyangZheng/llmcoder/issues
Imports: rstudioapi (>= 0.13), httr2 (>= 1.0.0), miniUI (>= 0.1.1),
        shiny (>= 1.7.0), stringi (>= 1.7.0), stringr (>= 1.5.0), rlang
        (>= 1.0.0), htmltools (>= 0.5.0), jsonlite (>= 1.8.0)
Suggests: testthat (>= 3.0.0), withr (>= 2.5.0)
NeedsCompilation: no
Packaged: 2026-05-02 20:42:57 UTC; admin
Repository: CRAN
Date/Publication: 2026-05-05 14:06:13 UTC
