| Title: | Guidelines and Checklists for Building CRAN-Worthy Packages |
|---|---|
| Description: | Provides essential checklists for R package developers, whether you're creating your first package or beginning a new project. This tool guides you through each step of the development process, including specific considerations for submitting your package to the Comprehensive R Archive Network (CRAN). Simplify your workflow and ensure adherence to best practices with 'packagepal'. |
| Authors: | Lee Durbin [aut, cre, cph] |
| Maintainer: | Lee Durbin <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.1 |
| Built: | 2026-05-25 06:33:18 UTC |
| Source: | https://github.com/lddurbin/packagepal |
A check-list of things you should do when building a R package from scratch, or submitting a package to CRAN.
checklist(type = "package")checklist(type = "package")
type |
Load the check-list items for package building (package"), or for submitting to CRAN ("CRAN")? |
The id of the new container element, invisibly.
checklist("CRAN")checklist("CRAN")