소개
R Anti-Slop is a specialized skill designed to elevate R programming from generic, AI-generated 'slop' to production-ready code suitable for packages and CRAN submissions. It enforces high-level engineering standards including mandatory namespace qualification (pkg::fun), explicit return statements, and descriptive snake_case naming conventions. By preventing common shortcuts like naming variables 'df' or 'result' and ensuring realistic roxygen2 documentation, this skill ensures that data analysis scripts, Quarto documents, and R packages remain maintainable, readable, and statistically rigorous.