jgreathouse9

Agents R Environment — Development agent for Claude Code

Development community

Installing R (and R reference packages) in this sandbox.

How to install Agents R Environment

Installs to ~/.claude/agents/jgreathouse9-mlsynth-agents_r_environment.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jgreathouse9/mlsynth/HEAD/agents/agents_r_environment.md -o ~/.claude/agents/jgreathouse9-mlsynth-agents_r_environment.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agents R Environment does

Installing R (and R reference packages) in this sandbox

This note is for a future agent who needs a live R reference to cross-validate a Python port — the differential-TDD workflow in `agents_tests.md`. It records what actually works in the Claude Code remote sandbox, where the naive `install.packages()` path is dead on arrival.

The one thing to know: CRAN is blocked, apt and GitHub-over-git are open

The sandbox routes outbound HTTPS through an egress proxy with an allowlist. In practice

Alternatives in Development

  • Glossary — Quick reference for technical terms used throughout this course 2.2k ★
  • CLI Developer — GAIA CLI development specialist 1.5k ★
  • Shep Port Creator — Creates ONE brand-new output port interface in packages/core/src/application/ports/output/ without any caller 247 ★

Full documentation available on GitHub

View Source Repository