Skip to content

v0.8.0 — Advanced Tools: Test, Refactor, Translate, SQL, Web

Choose a tag to compare

@twomathematicians-code twomathematicians-code released this 31 Jul 07:44
· 44 commits to main since this release

raix v0.8.0 — Advanced Developer Tools

New Functions

Function What it does
raix_test(my_func) AI generates testthat unit tests for any R function
raix_refactor(code) AI refactoring suggestions — performance, readability, safety
raix_translate(code, to='python') Convert R ↔ Python code with idiomatic translation
raix_sql('top 10 customers') Natural language → SQL (Postgres, MySQL, SQLite, SQL Server)
raix_web(url) Fetch and summarize any web page with AI
raix_history() View, search, and clear chat history

Now 41 exported functions

Chat & Code: raix_chat, raix_gui, raix_dashboard, raix_send, raix_explain, raix_generate, raix_debug, raix_document

Developer Agent: raix_solve, raix_script, raix_notebook, raix_project, raix_package, raix_read, raix_write

Compute Engine: raix_terminal, raix_python, raix_compile, raix_pipeline, raix_benchmark, raix_parallel, raix_sysinfo, raix_run

Advanced: raix_test, raix_refactor, raix_translate, raix_sql, raix_web, raix_history

Setup & Data: raix_setup, raix_configure, raix_info, raix_config, raix_check, raix_small_mode, raix_analyze, raix_search, raix_diagnose, raix_google, raix_rstudio, raix_help, raix_google

Install

remotes::install_github("twomathematicians-code/raix@v0.8.0")