Package: lifecycle Title: Manage the Life Cycle of your Package Functions Version: 1.0.5.9000 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings. License: MIT + file LICENSE URL: https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle BugReports: https://github.com/r-lib/lifecycle/issues Depends: R (>= 3.6) Imports: cli (>= 3.4.0), rlang (>= 1.1.0) Suggests: covr, knitr, lintr (>= 3.1.0), rmarkdown, testthat (>= 3.0.1), tibble, tidyverse, tools, vctrs, withr, xml2 VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate, usethis Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-03-05 19:21:08 UTC RemoteUrl: https://github.com/r-lib/lifecycle RemoteRef: HEAD RemoteSha: 94c02eb6291f7965a2c8a5e710ceaf67fdc1e590 NeedsCompilation: no Packaged: 2026-07-06 12:58:51 UTC; root Author: Lionel Henry [aut, cre], Hadley Wickham [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Lionel Henry