Creating R Research Projects
/install creating-r-research-projects
Creating R Research Projects
This skill helps create and manage a complete R-based research analysis workflow. It is designed for scientific computing, statistical modeling, bioinformatics, and data visualization tasks.
Use this skill when the user wants to:
- Analyze datasets using R
- Perform statistical tests or modeling
- Run bioinformatics or omics analysis in R
- Generate plots, figures, or reports
- Create a reproducible R project structure
- Install and manage R package dependencies
What This Skill Does
When activated, this skill will:
-
Create a structured R project
data/for raw and processed datascripts/for analysis coderesults/for outputsreports/for R Markdown or Quarto reports
-
Set up environment
- Initialize
.Rproj(if using RStudio) - Create
renvenvironment for reproducibility - Install required CRAN/Bioconductor packages
- Initialize
-
Generate analysis scripts
- Data loading and cleaning
- Statistical analysis or modeling
- Visualization with
ggplot2 - Save outputs (CSV, plots, model summaries)
-
Create a report
- R Markdown / Quarto document
- Includes methods, results, and figures
- Render to HTML or PDF
Example User Requests That Should Trigger This Skill
- "Use R to analyze this CSV and generate plots"
- "Run differential expression analysis in R"
- "Create a statistical report for this dataset"
- "Build an R project for microbiome analysis"
- "Fit a regression model in R and summarize results"
Example Workflow
User: Analyze this gene expression dataset and produce figures.
Skill actions:
- Create project structure
- Install
tidyverse,DESeq2,ggplot2 - Write analysis script
- Generate PCA plot and volcano plot
- Produce an HTML report
Tools & Packages Commonly Used
| Purpose | R Packages |
|---|---|
| Data wrangling | tidyverse, data.table |
| Visualization | ggplot2, patchwork |
| Statistics | stats, lme4, survival |
| Bioinformatics | Bioconductor packages (DESeq2, edgeR, limma) |
| Reporting | rmarkdown, quarto |
| Reproducibility | renv |
Notes
- Prefer reproducible workflows (
renv, scripted analysis) - Avoid interactive-only steps unless requested
- All outputs should be saved to files, not just printed to console
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install creating-r-research-projects - 安装完成后,直接呼叫该 Skill 的名称或使用
/creating-r-research-projects触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Creating R Research Projects 是什么?
Set up a reproducible R research workspace, install required packages, run statistical or bioinformatics analysis, and generate publication-ready reports and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 492 次。
如何安装 Creating R Research Projects?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install creating-r-research-projects」即可一键安装,无需额外配置。
Creating R Research Projects 是免费的吗?
是的,Creating R Research Projects 完全免费(开源免费),可自由下载、安装和使用。
Creating R Research Projects 支持哪些平台?
Creating R Research Projects 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Creating R Research Projects?
由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。