{
  "_id": "6a483615e06c18f0a653109e",
  "Type": "Package",
  "Package": "roomba",
  "Title": "Tidy up nested list hairballs",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Amanda\", \"Dobbyn\", role = \"aut\"),\nperson(\"Christine\", \"Stawitz\", role = \"aut\"),\nperson(\"Isabella\", \"Velasquez\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Laura\", \"DeCicco\", role = \"aut\")\n)",
  "Description": "This is a package to transform large, multi-nested lists\ninto a more user-friendly format. The initial focus is on\nmaking processing of return values from `jsonlite::fromJSON()`\nqueries more seamless, but ideally this package should be\nuseful for deeply-nested lists from an array of sources.",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "6.0.1.9000",
  "URL": "https://github.com/ropenscilabs/roomba",
  "BugReports": "https://github.com/ropenscilabs/roomba/issues",
  "Repository": "https://staffanbetner.r-universe.dev",
  "Date/Publication": "2026-04-30 09:28:43 UTC",
  "RemoteUrl": "https://github.com/cstawitz/roomba",
  "RemoteRef": "HEAD",
  "RemoteSha": "606ccc9011acca0542202193d399b01f037760de",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 22:19:21 UTC",
    "User": "root"
  },
  "Author": "Amanda Dobbyn [aut],\nChristine Stawitz [aut],\nIsabella Velasquez [aut],\nJim Hester [aut, cre],\nLaura DeCicco [aut]",
  "Maintainer": "Jim Hester <james.f.hester@gmail.com>",
  "_user": "staffanbetner",
  "_type": "src",
  "_file": "roomba_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/dd3cf07f0cc4aa6ce5b735ddd47c2dae439fa0be47b98e3c9b6fa04e22c9388c",
  "_filesize": 7245526,
  "_sha256": "dd3cf07f0cc4aa6ce5b735ddd47c2dae439fa0be47b98e3c9b6fa04e22c9388c",
  "_expires": "2026-10-11T22:22:11.000Z",
  "_created": "2026-07-03T22:19:21.000Z",
  "_published": "2026-07-03T22:22:13.233Z",
  "_jobs": [
    {
      "job": 85078037888,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8075533386"
    },
    {
      "job": 85078037869,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075533569"
    },
    {
      "job": 85078037862,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8075530677"
    },
    {
      "job": 85078037894,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075531430"
    },
    {
      "job": 85077654058,
      "time": 270,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8075511027"
    },
    {
      "job": 85078037858,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8075535459"
    },
    {
      "job": 85078037861,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8075524854"
    },
    {
      "job": 85078037892,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8075524725"
    },
    {
      "job": 85078037877,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8075525360"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746",
  "_status": "success",
  "_upstream": "https://github.com/cstawitz/roomba",
  "_commit": {
    "id": "606ccc9011acca0542202193d399b01f037760de",
    "author": "Christine Stawitz <christine.corlett@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add GitHub Actions workflow for R CI",
    "time": 1777541323
  },
  "_maintainer": {
    "name": "Jim Hester",
    "email": "james.f.hester@gmail.com",
    "login": "jimhester",
    "twitter": "@jimhester_",
    "description": "Software Engineer @Netflix, previously @rstudio on @tidyverse team.",
    "uuid": 205275
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    }
  ],
  "_owner": "cstawitz",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "unconf",
    "unconf18"
  ],
  "_stars": 136,
  "_contributors": [
    {
      "user": "aedobbyn",
      "count": 77,
      "uuid": 4908283
    },
    {
      "user": "ldecicco-usgs",
      "count": 59,
      "uuid": 1105215
    },
    {
      "user": "jimhester",
      "count": 30,
      "uuid": 205275
    },
    {
      "user": "cstawitz",
      "count": 27,
      "uuid": 7132710
    },
    {
      "user": "ivelasq",
      "count": 24,
      "uuid": 12236152
    },
    {
      "user": "wcsherb",
      "count": 10,
      "uuid": 38059097
    },
    {
      "user": "gvelasq",
      "count": 1,
      "uuid": 20712598
    }
  ],
  "_userbio": {
    "uuid": 8129424,
    "type": "user",
    "name": "Staffan Betnér",
    "followers": 27,
    "description": "Statistician"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roomba"
  },
  "_devurl": "https://github.com/ropenscilabs/roomba",
  "_searchresults": 35,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/roomba.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "%>%",
    "dfs_idx",
    "list_names",
    "replace_null",
    "roomba",
    "shiny_roomba"
  ],
  "_datasets": [
    {
      "name": "reddit",
      "title": "Example data from reddit",
      "object": "reddit",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "simple",
      "title": "Example data with simple nested list",
      "object": "simple",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "twitter_data",
      "title": "Example Twitter data",
      "object": "twitter_data",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "vimeo",
      "title": "Example data from vimeo",
      "object": "vimeo",
      "class": [
        "response"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "roomba-package",
      "title": "roomba package",
      "topics": [
        "roomba-package"
      ]
    },
    {
      "page": "dfs_idx",
      "title": "Perform a recursive depth first search of a function",
      "topics": [
        "dfs_idx"
      ]
    },
    {
      "page": "list_names",
      "title": "List all names in a list",
      "topics": [
        "list_names"
      ]
    },
    {
      "page": "reddit",
      "title": "Example data from reddit",
      "topics": [
        "reddit"
      ]
    },
    {
      "page": "replace_null",
      "title": "Replace NULLs",
      "topics": [
        "replace_null"
      ]
    },
    {
      "page": "roomba",
      "title": "Roomba",
      "topics": [
        "roomba"
      ]
    },
    {
      "page": "shiny_roomba",
      "title": "Run the roomba app",
      "topics": [
        "shiny_roomba"
      ]
    },
    {
      "page": "simple",
      "title": "Example data with simple nested list",
      "topics": [
        "simple"
      ]
    },
    {
      "page": "twitter_data",
      "title": "Example Twitter data",
      "topics": [
        "twitter_data"
      ]
    },
    {
      "page": "vimeo",
      "title": "Example data from vimeo",
      "topics": [
        "vimeo"
      ]
    }
  ],
  "_readme": "https://github.com/cstawitz/roomba/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "twitter.Rmd",
      "filename": "twitter.html",
      "title": "Twitter API Data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Downloading Data",
        "Example"
      ],
      "created": "2018-05-21 20:55:36",
      "modified": "2018-05-22 22:34:31",
      "commits": 5
    }
  ],
  "_score": 6.631849462159819,
  "_indexed": false,
  "_nocasepkg": "roomba",
  "_universes": [
    "staffanbetner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-03T22:21:32.000Z",
      "distro": "resolute",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/588fe34bd5637820190f7ef9a512b21ae8bbd5eba16dd83304d9ae80d0e8cb19",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-03T22:21:33.000Z",
      "distro": "resolute",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/8530a974f80429daec7796926e7a8c3f82b2ddf4440ead9077a9f6f8fa5e9dcb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-03T22:21:22.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/b2c3ece0d98ced14cf0346fa4cb7b8b099259d2455c3e9c31ba9a52da83e5ccd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-03T22:21:25.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/f549d7748e14bf7d5214f724e741fbd4eba968de8f1f5171d7009eff6e2f52c9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-03T22:21:57.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/c7cb4ba2c81f0026af1136545701b4b06697fe021125466042a6dc0c61174d64",
      "status": "success",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-03T22:20:36.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/c4898897e18208920e0ad1aeaf4d4afd11110e4773191f02fb84690acebabfb8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-03T22:20:37.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/df7f307ecd78bf16065f86ee18065e73da7c63b4deef635a9de7cde6bf1245e0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-03T22:20:41.000Z",
      "commit": "606ccc9011acca0542202193d399b01f037760de",
      "fileid": "https://r2.ropensci.org/2890b1f049dcc52fb08bf897d4f3b9508a931f5c01e8d3cf2701362a38aa651c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/staffanbetner/actions/runs/28685608746"
    }
  ]
}