lifecycle

R-CMD-check 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 release version from CRAN
install.packages("lifecycle")

# Install development version from GitHub
devtools::install_github("r-lib/lifecycle")