Package 'packagepal'

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.0
Built: 2024-08-23 21:45:20 UTC
Source: https://github.com/lddurbin/packagepal

Help Index


Check-Lists For Either Building A Package Or Submitting To CRAN

Description

A check-list of things you should do when building a R package from scratch, or submitting a package to CRAN.

Usage

checklist(type = "package")

Arguments

type

Load the check-list items for package building (package"), or for submitting to CRAN ("CRAN")?

Value

The id of the new container element, invisibly.

Examples

checklist("CRAN")