소개
This skill helps R package developers navigate the rigorous CRAN submission process by identifying and fixing common issues that standard tools like devtools::check() often miss. It systematically reviews the DESCRIPTION file for title case and length, ensures all exported functions have mandatory @return and @examples tags, validates HTTPS URLs, and handles administrative requirements like copyright roles. By automating these 'hidden' rules, it reduces the likelihood of manual rejection from CRAN reviewers and streamlines the publication workflow for R developers.