Install
openclaw skills install rstudio-research-agentInteract with R and RStudio environments for scientific research tasks including creating projects, running analyses, managing dependencies, and generating publication-quality plots.
openclaw skills install rstudio-research-agentA Claude Code skill for comprehensive R-based research workflow automation. This skill enables interaction with R and RStudio environments for scientific computing, statistical analysis, bioinformatics, and data visualization.
This skill helps researchers and data scientists:
Use this skill when the user wants to:
When activated, this skill provides four main capabilities:
renv for package management.Rproj files for RStudioanalysis.R in my existing project and show results"Projects created by this skill follow this standardized structure:
my-research-project/
├── data/
│ ├── raw/ # Original, immutable data files
│ └── processed/ # Cleaned, transformed data
├── scripts/ # Analysis and processing scripts
├── results/
│ ├── figures/ # Plots and visualizations
│ ├── tables/ # Summary tables
│ └── models/ # Saved model objects (.rds files)
├── reports/ # R Markdown/Quarto documents
├── renv.lock # Package version lock file
├── .Rproj # RStudio project file
└── README.md # Project documentation
| Purpose | R Packages |
|---|---|
| Data wrangling | tidyverse, data.table |
| Visualization | ggplot2, patchwork, scales |
| Statistics | stats, lme4, survival, broom |
| Bioinformatics | Bioconductor (DESeq2, edgeR, limma) |
| Reporting | rmarkdown, quarto |
| Reproducibility | renv |
User: Create a new R project for gene expression analysis with Git initialized.
Skill actions:
User: Run the differential expression analysis and return results.
Skill actions:
User: My R script fails with "package not found" errors.
Skill actions:
renv for reproducible package managementThis skill includes specialized sub-skills:
Each sub-skill can be invoked independently or as part of a complete workflow.