side
In-editor coding assistant for R and RStudio data science
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install side?โผ
Run `npx skills add simonpcouch/side --all -g -y` in your terminal to install all skills in this repository globally.
What does side::kick() do in RStudio?โผ
It launches a chat-based coding assistant in the RStudio Sidebar that can edit your files, run R code in your active session, and execute shell commands.
Which LLMs work with side?โผ
Any model supported by the ellmer package works, including Anthropic, OpenAI, Google Gemini, OpenRouter, and local models.
Can side write unit tests for R code?โผ
Yes. Its built-in write-unit-tests skill generates concise testthat 3e tests for any selected R function, including error and warning snapshots.
Does side keep my chat history between R sessions?โผ
Yes. Chat state persists across sessions, so you can close RStudio and resume the same conversation later.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core