Skip to content

v0.7.0 — Creative Open Source · CI Green · Production Ready

Choose a tag to compare

@twomathematicians-code twomathematicians-code released this 31 Jul 06:11
· 56 commits to main since this release

raix v0.7.0 — Production Ready

✅ CI Green — All checks pass

  • R CMD build + check: PASS
  • Tests: 29 PASS, 3 SKIP (needs live AI)
  • No parse errors, no dependency issues

📦 Install (always works)

remotes::install_github("twomathematicians-code/raix")
library(raix)
raix_setup()

🆕 v0.7.0 Changes

  • Creative Open Source License — MIT-based with attribution + AI training permission
  • SOP.md — Complete Standard Operating Procedures (install, setup, workflows, troubleshooting)
  • NA-safe input validation — All functions handle NULL/NA gracefully
  • Custom system_prompt preserved — Small-model optimization no longer overwrites user prompts
  • Base packages removed from Imports — No more installation failures
  • RStudio Viewer dashboard — raix_dashboard() opens inside RStudio
  • White/navy hero image — Clean, minimalist

Previous Features (v0.5.x)

  • 34 functions: Chat · Code Gen · Developer Agent · Compute Engine
  • Small LLM auto-detection and optimization
  • Auto-detect Ollama with model warmup
  • Windows-safe TCP port checking
  • Smart retry with timeout detection
  • 13+ AI providers | 33 man pages | Full Shiny dashboard