Package 'gptRBridge'

Title: AI Assistant for RStudio Powered by GPT
Description: Provides a conversational AI interface inside RStudio for interactive data analysis. Users can chat with a GPT language model, receive generated R code with one-click insertion into the active editor, and send console output or error messages back to the AI for iterative refinement. All AI calls are routed through a remote backend; no API keys are required on the user's machine.
Authors: Nikolai Alexander [aut, cre]
Maintainer: Nikolai Alexander <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2026-05-11 09:41:44 UTC
Source: https://github.com/nikkn/gptRBridge

Help Index


Launch the gptRBridge RStudio Addin

Description

Opens the gptRBridge chat panel inside RStudio.

Usage

gptRBridge::launch_addin()

Examples

## Not run: 
gptRBridge::launch_addin()

## End(Not run)