بنقرة واحدة
RPkgAgent
يحتوي RPkgAgent على 12 من skills المجمعة من choxos، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Bioconductor-specific package submission requirements, BiocCheck validation, version numbering, and review process beyond standard CRAN requirements
Complete guide to CRAN submission including policies, pre-submission checks, common issues, and the submission process
Comprehensive guide to including data in R packages, covering exported data, internal data, raw files, documentation, and CRAN size limits
Complete guide to managing R package dependencies, including Imports vs Suggests, namespace imports, and handling dependencies in code, tests, examples, and vignettes
Automated CI/CD workflows for R packages including R CMD check across platforms, test coverage reporting, and pkgdown deployment
Create professional hexagonal package logos using hexSticker with Google Fonts, proper dimensions, and automated generation scripts
R package licensing including common licenses, compatibility matrix, proper license file setup, and handling bundled code
Understanding R package directory layout, package states, required and optional files, and build configuration patterns
Build and deploy professional package documentation websites using pkgdown with Bootstrap 5, GitHub Pages, and automated workflows
Critical rules and patterns for writing R code in packages, including forbidden functions, namespace management, and package state handling
Complete guide to roxygen2 tags, Markdown support, cross-references, and documentation patterns for functions, data, and packages
Comprehensive guide to testing R packages using testthat 3rd edition, including test structure, expectations, fixtures, and snapshot testing