Package: lifecycle
Title: Manage the Life Cycle of your Package Functions
Version: 0.2.0
Authors@R: 
    c(
      person(given = "Lionel", family = "Henry", role = c("aut", "cre"), email = "lionel@rstudio.com"),
      person(given = "RStudio", role = "cph")
    )
Description: Manage the life cycle of your exported functions with
    shared conventions, documentation badges, and non-invasive
    deprecation warnings. The 'lifecycle' package defines four
    development stages (experimental, maturing, stable, and
    questioning) and three deprecation stages (soft-deprecated,
    deprecated, and defunct). It makes it easy to insert badges
    corresponding to these stages in your documentation. Usage of
    deprecated functions are signalled with increasing levels of
    non-invasive verbosity.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.2)
Imports: glue, rlang (>= 0.4.0)
Suggests: covr, crayon, knitr, rmarkdown, testthat (>= 2.1.0)
RoxygenNote: 7.0.2
URL: https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle
BugReports: https://github.com/r-lib/lifecycle/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-06 15:50:11 UTC; lionel
Author: Lionel Henry [aut, cre],
  RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2020-03-06 16:20:02 UTC
Built: R 4.0.3; ; 2020-10-15 20:05:16 UTC; windows
