About
Master the R package ecosystem with a comprehensive set of development patterns and best practices. This skill streamlines the entire lifecycle of an R package, from initial scaffolding and documentation with roxygen2 to rigorous unit testing with testthat and code quality enforcement via lintr and styler. It helps developers maintain high standards for S3 classes, data.table usage, and continuous integration workflows, ensuring packages are CRAN-ready and professionally maintained by providing specific command implementations and structural guidance.