{
  "_id": "6a142411acfb0bcc41d3f2a9",
  "Package": "listr",
  "Type": "Package",
  "Title": "Tools for Lists",
  "Version": "0.1.0",
  "Authors@R": "person(given = \"Christian\",\nfamily = \"Hohenfeld\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"r@hohenfeld.is\")",
  "Description": "Tools for common operations on lists. Provided are\nshort-cuts to operations like selecting and merging data stored\nin lists. The functions in this package are designed to be used\nwith pipes.",
  "License": "EUPL",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 10:24:57 UTC",
    "User": "root"
  },
  "Author": "Christian Hohenfeld [aut, cre, cph]",
  "Maintainer": "Christian Hohenfeld <r@hohenfeld.is>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-10-06 12:40:01 UTC",
  "RemoteUrl": "https://github.com/cran/listr",
  "RemoteRef": "HEAD",
  "RemoteSha": "f2057540c189da4a171f1416e91ad09a0ac4660c",
  "MD5sum": "eecd5a71da3a76725acd71f115a7a94d",
  "_user": "cran",
  "_type": "src",
  "_file": "listr_0.1.0.tar.gz",
  "_fileid": "1031efe62332f2c3382ebe7f0daa2903fa1c4e9c378c0c391135679a0570e9c7",
  "_filesize": 121950,
  "_sha256": "1031efe62332f2c3382ebe7f0daa2903fa1c4e9c378c0c391135679a0570e9c7",
  "_created": "2026-05-25T10:24:57.000Z",
  "_published": "2026-05-25T10:27:29.194Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77695807597,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7196381731"
    },
    {
      "job": 77695807535,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196382887"
    },
    {
      "job": 77695473123,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196352784"
    },
    {
      "job": 77695807543,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196380591"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26395487432",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/listr",
  "_commit": {
    "id": "f2057540c189da4a171f1416e91ad09a0ac4660c",
    "author": "Christian Hohenfeld <r@hohenfeld.is>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1665060001
  },
  "_maintainer": {
    "name": "Christian Hohenfeld",
    "email": "r@hohenfeld.is"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 254,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/listr"
  },
  "_searchresults": 60,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/listr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2022-04-25"
    },
    {
      "version": "0.1.0",
      "date": "2022-10-06"
    }
  ],
  "_exports": [
    "list_append",
    "list_bind",
    "list_bind_all",
    "list_extract",
    "list_filter",
    "list_flatten",
    "list_insert",
    "list_is_compatible_class",
    "list_is_same_class",
    "list_join_df",
    "list_name_to_df",
    "list_prepend",
    "list_remove",
    "list_rename",
    "list_select",
    "list_sort"
  ],
  "_help": [
    {
      "page": "list_bind",
      "title": "Bind list elements together.",
      "topics": [
        "list_bind"
      ]
    },
    {
      "page": "list_bind_all",
      "title": "Bind all elements together and extract them.",
      "topics": [
        "list_bind_all"
      ]
    },
    {
      "page": "list_extract",
      "title": "Extract an element from a list using tidy selection.",
      "topics": [
        "list_extract"
      ]
    },
    {
      "page": "list_filter",
      "title": "Filter a list.",
      "topics": [
        "list_filter"
      ]
    },
    {
      "page": "list_flatten",
      "title": "Flatten nested lists.",
      "topics": [
        "list_flatten"
      ]
    },
    {
      "page": "list_insert",
      "title": "Insert an element into a list.",
      "topics": [
        "list_append",
        "list_insert",
        "list_prepend"
      ]
    },
    {
      "page": "list_is_same_class",
      "title": "Check whether all elements of a list have the same class.",
      "topics": [
        "list_is_compatible_class",
        "list_is_same_class"
      ]
    },
    {
      "page": "list_join_df",
      "title": "Join a list of data frames on a common index.",
      "topics": [
        "list_join_df"
      ]
    },
    {
      "page": "list_name_to_df",
      "title": "Add the names of list items to data frames.",
      "topics": [
        "list_name_to_df"
      ]
    },
    {
      "page": "list_remove",
      "title": "Remove elements from a list.",
      "topics": [
        "list_remove"
      ]
    },
    {
      "page": "list_rename",
      "title": "Rename elements of a named list.",
      "topics": [
        "list_rename"
      ]
    },
    {
      "page": "list_select",
      "title": "Select parts of a list.",
      "topics": [
        "list_select"
      ]
    },
    {
      "page": "list_sort",
      "title": "Sort a list.",
      "topics": [
        "list_sort"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "rlang",
    "tidyselect",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "the_listr_package.Rmd",
      "filename": "the_listr_package.html",
      "title": "An Introduction to listr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Basic operations",
        "Operations with data frames",
        "Flattening"
      ],
      "created": "2022-04-25 07:10:05",
      "modified": "2022-10-06 12:40:01",
      "commits": 2
    }
  ],
  "_score": 2.778151250383644,
  "_indexed": true,
  "_nocasepkg": "listr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T10:27:00.000Z",
      "distro": "noble",
      "commit": "f2057540c189da4a171f1416e91ad09a0ac4660c",
      "fileid": "262e4b8705efb640f7e3632e6d871fb3560b29659e58bfd28cd0ff1ea5e6cb38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395487432"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T10:27:04.000Z",
      "distro": "noble",
      "commit": "f2057540c189da4a171f1416e91ad09a0ac4660c",
      "fileid": "40ce2a16b65f8b4ea824146f8bd5089c1ba5a4f91dddb7e17cbf6f10f5e6438b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395487432"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-25T10:27:06.000Z",
      "commit": "f2057540c189da4a171f1416e91ad09a0ac4660c",
      "fileid": "d48c73cc0c9f347ed2ae52ec909ecd1e02634c79bf2b3b2add6f50114d1ed50a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395487432"
    }
  ]
}