Package: lifecycle 1.0.4
lifecycle: Manage the Life Cycle of your Package Functions
Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings.
Authors:
lifecycle_1.0.4.tar.gz
lifecycle_1.0.4.zip(r-4.5)lifecycle_1.0.4.zip(r-4.4)lifecycle_1.0.4.zip(r-4.3)
lifecycle_1.0.4.tgz(r-4.4-any)lifecycle_1.0.4.tgz(r-4.3-any)
lifecycle_1.0.4.tar.gz(r-4.5-noble)lifecycle_1.0.4.tar.gz(r-4.4-noble)
lifecycle_1.0.4.tgz(r-4.4-emscripten)lifecycle_1.0.4.tgz(r-4.3-emscripten)
lifecycle.pdf |lifecycle.html✨
lifecycle/json (API)
NEWS
# Install 'lifecycle' in R: |
install.packages('lifecycle', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/lifecycle/issues
Last updated 1 years agofrom:77fce9b8e2. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:badgedeprecate_softdeprecate_stopdeprecate_warndeprecatedexpect_defunctexpect_deprecatedis_presentlast_lifecycle_warningslint_lifecyclelint_tidyverse_lifecyclepkg_lifecycle_statusessignal_experimentalsignal_stagesignal_superseded
Communicate lifecycle changes in your functions
Rendered fromcommunicate.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2023-11-02
Started: 2021-01-14
Lifecycle stages
Rendered fromstages.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2023-11-02
Started: 2021-01-14
Manage lifecycle changes in functions you use
Rendered frommanage.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2021-09-24
Started: 2021-01-14
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Embed a lifecycle badge in documentation | badge |
Deprecate functions and arguments | deprecate_soft deprecate_stop deprecate_warn |
Mark an argument as deprecated | deprecated is_present |
Does expression produce lifecycle warnings or errors? | expect_defunct expect_deprecated |
Display last deprecation warnings | last_lifecycle_warnings |
Lint usages of functions that have a non-stable life cycle. | lint_lifecycle lint_tidyverse_lifecycle pkg_lifecycle_statuses |
Signal other experimental or superseded features | signal_stage |
Control the verbosity of deprecation signals | verbosity |