checklist {packagepal}R Documentation

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")

[Package packagepal version 0.1.0 Index]