{
  "_id": "6a10541eacfb0bcc41ca1fb8",
  "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-05-09 08:37:34 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": "7bf651936910c8f7e5a94446b8e71ba7",
  "_user": "r-lib",
  "_type": "src",
  "_file": "lifecycle_1.0.5.9000.tar.gz",
  "_fileid": "c243e3f87cc77d676e23cd012e01facc112a50a55cf2f55ae8d428341ae8eb8b",
  "_filesize": 201092,
  "_sha256": "c243e3f87cc77d676e23cd012e01facc112a50a55cf2f55ae8d428341ae8eb8b",
  "_created": "2026-05-09T08:37:34.000Z",
  "_published": "2026-05-22T13:03:26.723Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77384908375,
      "time": 165,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894380612"
    },
    {
      "job": 77384908043,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894377667"
    },
    {
      "job": 77384908472,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894372101"
    },
    {
      "job": 77384908075,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894373208"
    },
    {
      "job": 77384907908,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894363937"
    },
    {
      "job": 77384907481,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161146015"
    },
    {
      "job": 77384907875,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894372137"
    },
    {
      "job": 77384908420,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894372904"
    },
    {
      "job": 77384908047,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894371861"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039",
  "_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-",
    "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": 15821,
  "_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"
  },
  "_downloads": {
    "count": 2094715,
    "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": 80,
  "_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",
    "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.14551486762545,
  "_indexed": true,
  "_nocasepkg": "lifecycle",
  "_universes": [
    "r-lib",
    "lionel-"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:40:13.000Z",
      "distro": "noble",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "ad8fd6eabbbd18fafc5b9865bf3e063c5e3444871278af310f24a46d80c8c40a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:39:47.000Z",
      "distro": "noble",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "48c870a9176dd3f79bbf9b7c05170c6562f50a3611f8f530fd283f6b2bbdcb73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:38:57.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "725eaacccdc6fa0998ab894dcd149c91bbac78a3065002441444c8222dbdd1f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:39:05.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "3aae49350a36f9b92298cafef77ac17fea8072740b28388121db7e4f1edf77b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:38:46.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "28a13c81727c4b19909b7e50d1ee1349491f53fa5bc19fdb8ec93cedc66008cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:38:48.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "b19ed157af316ad5d185c1d7426a580961944b36e65da2a9630d8436ed9683f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.5.9000",
      "date": "2026-05-09T08:38:43.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "965a69a883985378a9c7979901e9c2c76c947e54f614e7cb89e6208189f0a9df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5.9000",
      "date": "2026-05-22T13:03:08.000Z",
      "commit": "94c02eb6291f7965a2c8a5e710ceaf67fdc1e590",
      "fileid": "7de424bc5e5ae0dca6ab34dd3366541429c270c7e995bb3e45f4b30382f6edfb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25596638039"
    }
  ]
}