A comprehensive diagnostic and repair tool for resolving R environment issues, package conflicts, and system dependency failures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install debugging-r-environment-and-dependencies
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install debugging-r-environment-and-dependencies using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Debugging R Environment and Dependencies skill is a specialized utility designed to handle the technical infrastructure underlying R programming. Rather than modifying analysis logic, it focuses on ensuring that the R environment is stable, reproducible, and fully functional. This is a critical component for users of Openclaw Skills who frequently encounter complex installation errors across CRAN, Bioconductor, and local project environments.
By automating the detection of missing system libraries, compiler issues, and version mismatches, this skill reduces the friction of setting up data science projects. It serves as a bridge between high-level R code and low-level system requirements, making Openclaw Skills an essential partner for developers and researchers working in R.
To utilize this skill within your Openclaw Skills workflow, ensure your environment has the necessary permissions to execute system-level installations.
# Trigger a diagnostic scan of your R environment
openclaw run debugging-r-environment-and-dependencies --check
For projects using renv, ensure the package is initialized:
Rscript -e "if (!require('renv', quietly = TRUE)) install.packages('renv')"
The skill organizes its troubleshooting data by mapping R project metadata to system requirements as shown below:
| Component | Data Handled |
|---|---|
| Environment Config | R version, .Rprofile settings, and repository URLs. |
| Project Lockfiles | renv.lock and packrat.lock files for version pinning. |
| System Dependencies | Mapping of R packages to OS libraries (e.g., sf -> GDAL). |
| Compiler Metadata | Detection of GCC, gfortran, and Xcode build tools. |
Loading
A comprehensive skill for automating reproducible R-based research workflows, from data cleaning to publication-ready reports.

An autonomous web research skill that enables AI agents to search, browse, and extract real-time knowledge from the internet.

A powerful AI skill for extracting metadata, summarizing content, and identifying key timestamps from global video platforms like YouTube and Bilibili.

An AI-driven email management skill that enables agents to read, summarize, and send messages through IMAP and SMTP protocols using the himalaya CLI.

A specialized tool for R developers to convert standard ggplot2 visualizations into professional, publication-quality figures that meet top-tier journal standards.

An AI-powered academic search tool that enables researchers to discover papers, filter by author or date, and extract detailed scholarly metadata.








































