{
  "_id": "6a35116c3efcd9bda43df793",
  "Package": "lifecycle",
  "Title": "Manage the Life Cycle of your Package Functions",
  "Version": "1.0.5.9000",
  "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Manage the life cycle of your exported functions with\nshared conventions, documentation badges, and user-friendly\ndeprecation 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",
  "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": {
    "Date": "2026-06-19 09:23:23 UTC",
    "User": "root"
  },
  "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>),\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Lionel Henry <lionel@posit.co>",
  "MD5sum": "f0e14925463538525f33e29606f88eb9",
  "_user": "r-lib",
  "_type": "src",
  "_file": "lifecycle_1.0.5.9000.tar.gz",
  "_fileid": "e0f458b6d89a76415ce391ad657a111939008fce2db4d001e3fa00541db7af8c",
  "_filesize": 200867,
  "_sha256": "e0f458b6d89a76415ce391ad657a111939008fce2db4d001e3fa00541db7af8c",
  "_created": "2026-06-19T09:23:23.000Z",
  "_published": "2026-06-19T09:52:44.029Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82321441093,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746252918"
    },
    {
      "job": 82321441113,
      "time": 148,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746256623"
    },
    {
      "job": 82321441201,
      "time": 96,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746674298"
    },
    {
      "job": 82321441125,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746792068"
    },
    {
      "job": 82320908876,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746204736"
    },
    {
      "job": 82321441119,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746248206"
    },
    {
      "job": 82321441181,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746238311"
    },
    {
      "job": 82321441135,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746232600"
    },
    {
      "job": 82321441179,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746236232"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/lifecycle",
  "_commit": {
    "id": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
    "author": "Davis Vaughan <davis@posit.co>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Move `footer` function to `cnd_footer()` method (#212)\n\n* Move `footer` function to `cnd_footer()` method\n\n* NEWS",
    "time": 1772738468
  },
  "_maintainer": {
    "name": "Lionel Henry",
    "email": "lionel@posit.co",
    "login": "lionel-",
    "description": "",
    "uuid": 4465050
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "version": ">= 3.1.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.1",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "tidyverse",
      "role": "Suggests"
    },
    {
      "package": "tools",
      "role": "Suggests"
    },
    {
      "package": "vctrs",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 15953,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-40",
      "n": 12
    },
    {
      "week": "2025-41",
      "n": 2
    },
    {
      "week": "2025-42",
      "n": 2
    },
    {
      "week": "2025-43",
      "n": 2
    },
    {
      "week": "2026-02",
      "n": 2
    },
    {
      "week": "2026-10",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.0.5",
      "date": "2026-01-09"
    }
  ],
  "_stars": 93,
  "_contributors": [
    {
      "user": "lionel-",
      "count": 197,
      "uuid": 4465050
    },
    {
      "user": "hadley",
      "count": 66,
      "uuid": 4196
    },
    {
      "user": "davisvaughan",
      "count": 18,
      "uuid": 19150088
    },
    {
      "user": "batpigandme",
      "count": 12,
      "uuid": 831732
    },
    {
      "user": "krlmlr",
      "count": 5,
      "uuid": 1741643
    },
    {
      "user": "olivroy",
      "count": 3,
      "uuid": 52606734
    },
    {
      "user": "bisaloo",
      "count": 2,
      "uuid": 10783929
    },
    {
      "user": "ashesitr",
      "count": 1,
      "uuid": 2363178
    },
    {
      "user": "dpprdan",
      "count": 1,
      "uuid": 1423562
    },
    {
      "user": "davidchall",
      "count": 1,
      "uuid": 1804856
    },
    {
      "user": "hfrick",
      "count": 1,
      "uuid": 12950918
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    },
    {
      "user": "njtierney",
      "count": 1,
      "uuid": 6488485
    },
    {
      "user": "salim-b",
      "count": 1,
      "uuid": 20040931
    },
    {
      "user": "jarauh",
      "count": 1,
      "uuid": 24244435
    },
    {
      "user": "musvaage",
      "count": 1,
      "uuid": 112724366
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 740
  },
  "_downloads": {
    "count": 2065957,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lifecycle"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/r-lib/lifecycle",
  "_pkgdown": "https://lifecycle.r-lib.org/",
  "_searchresults": 141,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lifecycle.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/lifecycle",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-08-01"
    },
    {
      "version": "0.2.0",
      "date": "2020-03-06"
    },
    {
      "version": "1.0.0",
      "date": "2021-02-15"
    },
    {
      "version": "1.0.1",
      "date": "2021-09-24"
    },
    {
      "version": "1.0.2",
      "date": "2022-09-09"
    },
    {
      "version": "1.0.3",
      "date": "2022-10-07"
    },
    {
      "version": "1.0.4",
      "date": "2023-11-07"
    },
    {
      "version": "1.0.5",
      "date": "2026-01-08"
    }
  ],
  "_exports": [
    "badge",
    "deprecate_soft",
    "deprecate_stop",
    "deprecate_warn",
    "deprecated",
    "expect_defunct",
    "expect_deprecated",
    "is_present",
    "last_lifecycle_warnings",
    "lifecycle_linter",
    "lint_lifecycle",
    "lint_tidyverse_lifecycle",
    "pkg_lifecycle_statuses",
    "signal_experimental",
    "signal_stage",
    "signal_superseded"
  ],
  "_help": [
    {
      "page": "badge",
      "title": "Embed a lifecycle badge in documentation",
      "topics": [
        "badge"
      ]
    },
    {
      "page": "deprecate_soft",
      "title": "Deprecate functions and arguments",
      "topics": [
        "deprecate_soft",
        "deprecate_stop",
        "deprecate_warn"
      ]
    },
    {
      "page": "deprecated",
      "title": "Mark an argument as deprecated",
      "topics": [
        "deprecated",
        "is_present"
      ]
    },
    {
      "page": "expect_deprecated",
      "title": "Does expression produce lifecycle warnings or errors?",
      "topics": [
        "expect_defunct",
        "expect_deprecated"
      ]
    },
    {
      "page": "last_lifecycle_warnings",
      "title": "Display last deprecation warnings",
      "topics": [
        "last_lifecycle_warnings"
      ]
    },
    {
      "page": "lifecycle_linter",
      "title": "Lint usages of functions that have a non-stable life cycle.",
      "topics": [
        "lifecycle_linter",
        "lint_lifecycle",
        "lint_tidyverse_lifecycle",
        "pkg_lifecycle_statuses"
      ]
    },
    {
      "page": "signal_stage",
      "title": "Signal other experimental or superseded features",
      "topics": [
        "signal_stage"
      ]
    },
    {
      "page": "verbosity",
      "title": "Control the verbosity of deprecation signals",
      "topics": [
        "verbosity"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/lifecycle/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "communicate.Rmd",
      "filename": "communicate.html",
      "title": "Communicate lifecycle changes in your functions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Basics",
        "Functions",
        "Deprecate a function",
        "Gradual deprecation",
        "Rename a function",
        "Supersede a function",
        "Mark function as experimental",
        "Arguments",
        "Deprecate an argument, keeping the existing default",
        "Deprecating an argument, providing a new default",
        "Renaming an argument",
        "Reducing allowed inputs to an argument",
        "Anything else"
      ],
      "created": "2021-01-14 23:09:50",
      "modified": "2025-10-07 12:44:49",
      "commits": 10
    },
    {
      "source": "stages.Rmd",
      "filename": "stages.html",
      "title": "Lifecycle stages",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Stable",
        "Deprecated",
        "Superseded",
        "Experimental",
        "Superseded stages",
        "Questioning",
        "Maturing"
      ],
      "created": "2021-01-14 23:09:50",
      "modified": "2025-07-10 02:27:02",
      "commits": 7
    },
    {
      "source": "manage.Rmd",
      "filename": "manage.html",
      "title": "Manage lifecycle changes in functions you use",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-01-14 23:09:50",
      "modified": "2021-09-24 14:14:05",
      "commits": 4
    }
  ],
  "_score": 17.389248763343446,
  "_indexed": true,
  "_nocasepkg": "lifecycle",
  "_universes": [
    "r-lib",
    "lionel-"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:25:39.000Z",
      "distro": "noble",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "73f6af4d2460cf467f2e56818a4afee2aab986147c3fa2b7f95b738b8e858261",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:25:47.000Z",
      "distro": "noble",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "1c6fb5cd84740ea9ee6a8a7b5db37dba9f838de89741e8b7fcadb53bb1fc5ea8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:46:17.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "02b693f1d9beea8f28fe5ef71c1a6977f0fcee758ccebdbacad3fba5f5d84794",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:52:06.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "1c75227199b6f7042524697764ea0b8fc0386b6a7a0d09b0278aa365c3d7d423",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:25:41.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "1ffd5c762ea5dee51b48371a1d43a2f732837ab91d4a5d86c6ca671fff83ad50",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:24:48.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "2bd692b3233e3ea42e858158bdb627fb0a0c78a1ae43ae9b0c80f513d9f0ea49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:24:34.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "173f8426f8e280323080b4af7aaee9a96780285f2c66d36641ed1a9867c80a84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-06-19T09:24:43.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "4cd4d57884c2d66a08ea3b934bc9ebff0417d494d74c87708b01b1133daaf1b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817071964"
    }
  ]
}