rformat - Base R Code Formatter
A minimal R code formatter following base R style conventions. Formats R code with consistent spacing, indentation, and structure.
Last updated
cpp
5.78 score 4 stars 4 scripts 490 downloadssaber - Context Engineering for Large Language Model Agents
Context-engineering primitives for Artificial Intelligence (AI) coding agents working in R. Assembles agent context from memory and instruction files ('AGENTS.md', 'CLAUDE.md'), traces function call blast radius across projects, generates project briefings, parses source into Abstract Syntax Tree (AST) symbol indices, discovers dependency graphs, and introspects installed packages. Zero dependencies.
Last updated
5.30 score 7 stars 1 dependents 21 scripts 925 downloadsllm.api - Minimal LLM Chat Interface
A minimal-dependency client for Large Language Model chat APIs. Supports 'OpenAI' <https://openai.com/>, 'Anthropic' 'Claude' <https://claude.com/>, 'Moonshot' 'Kimi' <https://www.moonshot.ai/>, 'Ollama' <https://ollama.com/>, and other 'OpenAI'-compatible endpoints. Includes an agent loop with tool use and a 'Model Context Protocol' client <https://modelcontextprotocol.io/>. API design is derived from the 'ellmer' package, reimplemented with only base R, 'curl', and 'jsonlite'.
Last updated
4.56 score 2 stars 1 dependents 1 scripts 934 downloadsstt.api - 'OpenAI' Compatible Speech-to-Text API Client
A minimal-dependency R client for 'OpenAI'-compatible speech-to-text APIs (see <https://platform.openai.com/docs/api-reference/audio>) with optional local fallbacks. Supports 'OpenAI', local servers, and the 'whisper' package for local transcription.
Last updated
4.13 score 3 stars 190 downloadstinyrox - Minimal R Documentation Generator
A deterministic, dependency-free documentation generator for R packages. Generates valid Rd files and NAMESPACE from 'roxygen2'-style comments using only base R. Supports a strict subset of tags with no markdown parsing, no inference magic, and explicit-only behavior.
Last updated
4.08 score 2 stars 2 scripts 487 downloads