lifecycle

Travis build status Codecov test coverage CRAN status Lifecycle: maturing

lifecycle provides a set of tools and conventions to manage the life cycle of your exported functions.

Installation

Install the development version of lifecycle from GitHub with:

remotes::install_github("r-lib/lifecycle")

Usage

Use lifecycle to document the status of your exported functions and arguments:

Consult the usage vignette to learn about the workflow: vignette("lifecycle", package = "lifecycle").