Install
openclaw skills install debugging-r-environment-and-dependenciesDiagnose and fix R environment issues, including package installation failures, dependency conflicts, system library problems, renv errors, and Bioconductor...
openclaw skills install debugging-r-environment-and-dependenciesThis skill focuses on resolving problems related to R environments rather than analysis logic. It helps restore a working setup so that R scripts and projects can run successfully.
Use this skill when the user encounters:
When activated, this skill will:
Diagnose the environment
renv.lock or project libraryResolve package installation issues
libxml2, curl, openssl)Fix dependency conflicts
Repair project environments
renv::restore()renv.lockBioconductor troubleshooting
BiocManager::install() correctlySystem-level troubleshooting
gcc, gfortran)User: I get an error when installing sf.
Skill actions:
| Category | Examples |
|---|---|
| Missing system libs | xml2, curl, openssl, sf, rJava |
| Compiler issues | gfortran missing, Xcode tools missing |
| Version mismatch | old R vs new package |
| Bioconductor mismatch | wrong Bioc version for R |
| renv problems | corrupted cache, lockfile mismatch |
| Permission issues | cannot write to library path |
renv for future environment stability