Auto-detect R package project structure (single package, ecosystem, or hybrid)
Detects R package project structure and classifies as single, ecosystem, or hybrid.
/plugin marketplace add Data-Wise/rforge/plugin install data-wise-rforge@Data-Wise/rforgeAutomatically detect your R package ecosystem structure.
Uses the rforge_detect MCP tool to analyze your current directory and identify:
# Detect from current directory
/rforge:detect
# Detect from specific path
/rforge:detect /path/to/packages
Returns project structure classification with:
š¦ Single Package: medfit
Type: R Package
Location: ~/projects/r-packages/medfit
Status: Active development
šļø Ecosystem: mediationverse
Packages: 4 (medfit, probmed, medsim, mediationverse)
Structure: Core ā Implementations ā Meta
Dependencies: 3 internal
/rforge:status - Check health after detection/rforge:deps - Visualize dependencies/rforge:analyze - Run full analysis