# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "PacketLLM" in publications use:' type: software license: MIT title: 'PacketLLM: AI Assistant Gadget for ''RStudio''' version: 0.1.3 doi: 10.32614/CRAN.package.PacketLLM abstract: 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. authors: - family-names: Czolgowski given-names: Antoni email: antoni.czolgowski@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/AntoniCzolgowski/PacketLLM commit: 2ba71ac034fe70732e491cc86eb19ae898b2be26 url: https://github.com/AntoniCzolgowski/PacketLLM date-released: '2026-06-29' contact: - family-names: Czolgowski given-names: Antoni email: antoni.czolgowski@gmail.com