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.86 score 4 stars 4 scripts 481 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.55 score 9 stars 1 dependents 22 scripts 439 downloadstinyspotifyr - Tinyverse R Wrapper for the 'Spotify' Web API
An R wrapper for the 'Spotify' Web API <https://developer.spotify.com/web-api/>.
Last updated
5.45 score 14 stars 7 scripts 182 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/>, 'OpenAI' 'Codex' subscription endpoints, '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', 'jsonlite', and 'tinyoauth'.
Last updated
4.88 score 3 stars 1 dependents 1 scripts 569 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.48 score 4 stars 4 scripts 415 downloadsmx.crypto - Matrix End-to-End Encryption Primitives
'Olm' and 'Megolm' encryption ratchet primitives for the 'Matrix' messaging protocol <https://matrix.org/>, wrapping the 'vodozemac' Rust crate. Provides device-key generation, one-time-key management, 1:1 'Olm' sessions, and 'Megolm' group sessions. Pairs with the 'mx.api' package, which handles 'Matrix' HTTP transport.
Last updated
rustcargo
4.48 score 2 stars 133 downloadstinyoauth - Minimal OAuth 2.0 Client
A dependency-light OAuth 2.0 <https://www.rfc-editor.org/rfc/rfc6749> client supporting the client-credentials and authorization-code grants with token refresh. Built on 'curl' and 'jsonlite', with base R's socket server for the redirect listener, avoiding heavier HTTP stacks.
Last updated
4.26 score 1 stars 3 dependents 163 downloadsstt.api - 'OpenAI' Compatible Speech-to-Text API Client
A minimal-dependency R client for 'OpenAI'-compatible speech-to-text APIs (see <https://developers.openai.com/api/reference/resources/audio>) with optional local fallbacks. Supports 'OpenAI', local servers, and the 'whisper' package for local transcription.
Last updated
4.26 score 3 stars 253 downloadschatterbox - Text-to-Speech Using the 'Chatterbox' Engine
A native R 'torch' port of the 'Chatterbox' text-to-speech engine <https://github.com/resemble-ai/chatterbox>. Provides speech synthesis with voice cloning; model weights are downloaded from 'HuggingFace' <https://huggingface.co/> via the 'hfhub' package.
Last updated
3.65 score 1 stars 10 scripts