Skip to content

Manage the life cycle of your exported functions and arguments

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

r-lib/lifecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e9a74c · Feb 18, 2025
Nov 2, 2023
Feb 18, 2025
Feb 18, 2025
Feb 18, 2025
Nov 6, 2023
Nov 2, 2023
Nov 2, 2023
Feb 18, 2025
Jul 16, 2019
Feb 18, 2025
Feb 18, 2025
Mar 8, 2023
Mar 8, 2023
Feb 18, 2025
Feb 18, 2025
Nov 6, 2023
Mar 2, 2022
Dec 11, 2020
Nov 6, 2023
Jul 22, 2019

Repository files navigation

lifecycle

R-CMD-check

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

  • For a general motivation and introduction to the key concepts, watch Hadley's rstudio::global(2021) keynote "Maintaining the house that the tidyverse built".

  • Read vignette("stages") to learn what it means for a function to be experimental, stable, deprecated, or superseded.

  • Read vignette("manage") to learn how to manage lifecycle changes in functions that you use.

  • Read vignette("communicate") to learn how to communicate lifecycle changes in the functions you write.

Installation

# Install release version from CRAN
install.packages("lifecycle")

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

Code of Conduct

Please note that the lifecycle project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Manage the life cycle of your exported functions and arguments

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages