{
  "_id": "6a12a444acfb0bcc41d12aad",
  "Package": "multidplyr",
  "Title": "A Multi-Process 'dplyr' Backend",
  "Version": "0.1.4.9000",
  "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Partition a data frame across multiple worker processes to\nprovide simple multicore parallelism.",
  "License": "MIT + file LICENSE",
  "URL": "https://multidplyr.tidyverse.org,\nhttps://github.com/tidyverse/multidplyr",
  "BugReports": "https://github.com/tidyverse/multidplyr/issues",
  "VignetteBuilder": "knitr",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "make",
  "Repository": "https://tidyverse.r-universe.dev",
  "Date/Publication": "2025-11-13 13:40:35 UTC",
  "RemoteUrl": "https://github.com/tidyverse/multidplyr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 06:50:42 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "MD5sum": "f5c545efe8ee0276d9cf7f98ccfab125",
  "_user": "tidyverse",
  "_type": "src",
  "_file": "multidplyr_0.1.4.9000.tar.gz",
  "_fileid": "ac460c22ffcc0eb09dc3b4cdd98dbd3a486316c9402ea97038e2f5a9d6952614",
  "_filesize": 115498,
  "_sha256": "ac460c22ffcc0eb09dc3b4cdd98dbd3a486316c9402ea97038e2f5a9d6952614",
  "_created": "2026-05-24T06:50:42.000Z",
  "_published": "2026-05-24T07:09:56.699Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77578456435,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183025670"
    },
    {
      "job": 77578456448,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183026844"
    },
    {
      "job": 77578456436,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183130044"
    },
    {
      "job": 77578456437,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183130353"
    },
    {
      "job": 77578281078,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183010323"
    },
    {
      "job": 77578456424,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183022414"
    },
    {
      "job": 77578456446,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183021509"
    },
    {
      "job": 77578456438,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183020162"
    },
    {
      "job": 77578456443,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183022059"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tidyverse/multidplyr",
  "_commit": {
    "id": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
    "author": "Hadley Wickham <h.wickham@gmail.com>",
    "committer": "Hadley Wickham <h.wickham@gmail.com>",
    "message": "Increment version number to 0.1.4.9000\n",
    "time": 1763041235
  },
  "_maintainer": {
    "name": "Hadley Wickham",
    "email": "hadley@posit.co",
    "login": "hadley",
    "bluesky": "@hadley.nz",
    "description": "Chief Scientist at @posit-pbc",
    "uuid": 4196
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "callr",
      "version": ">= 3.5.1",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "qs2",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.6",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.3.6",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.2",
      "role": "Suggests"
    },
    {
      "package": "vroom",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "tidyverse",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-46",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.1.4",
      "date": "2025-11-13"
    }
  ],
  "_topics": [
    "dplyr",
    "multiprocess"
  ],
  "_stars": 649,
  "_contributors": [
    {
      "user": "hadley",
      "count": 168,
      "uuid": 4196
    },
    {
      "user": "romainfrancois",
      "count": 10,
      "uuid": 2625526
    },
    {
      "user": "maschette",
      "count": 2,
      "uuid": 14663215
    },
    {
      "user": "fvd",
      "count": 2,
      "uuid": 2441145
    },
    {
      "user": "jennybc",
      "count": 2,
      "uuid": 599454
    },
    {
      "user": "smsaladi",
      "count": 2,
      "uuid": 2942215
    },
    {
      "user": "paulponcet",
      "count": 1,
      "uuid": 7842619
    },
    {
      "user": "eipi10",
      "count": 1,
      "uuid": 436817
    },
    {
      "user": "anobel",
      "count": 1,
      "uuid": 5186037
    },
    {
      "user": "wibeasley",
      "count": 1,
      "uuid": 1372890
    },
    {
      "user": "traversc",
      "count": 1,
      "uuid": 9452194
    },
    {
      "user": "michaelgrund",
      "count": 1,
      "uuid": 23025878
    },
    {
      "user": "fugufisch",
      "count": 1,
      "uuid": 1439018
    },
    {
      "user": "batpigandme",
      "count": 1,
      "uuid": 831732
    },
    {
      "user": "davisvaughan",
      "count": 1,
      "uuid": 19150088
    },
    {
      "user": "cscheid",
      "count": 1,
      "uuid": 285675
    },
    {
      "user": "bbrewington",
      "count": 1,
      "uuid": 10573749
    }
  ],
  "_userbio": {
    "uuid": 22032646,
    "type": "organization",
    "name": "tidyverse",
    "description": "The tidyverse is a collection of R packages that share common principles and are designed to work together seamlessly"
  },
  "_downloads": {
    "count": 1105,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/multidplyr"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/tidyverse/multidplyr",
  "_pkgdown": "https://multidplyr.tidyverse.org",
  "_searchresults": 542,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/multidplyr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tidyverse/multidplyr",
  "_realowner": "tidyverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-02-08"
    },
    {
      "version": "0.1.1",
      "date": "2021-12-01"
    },
    {
      "version": "0.1.2",
      "date": "2022-09-26"
    },
    {
      "version": "0.1.3",
      "date": "2023-03-22"
    },
    {
      "version": "0.1.4",
      "date": "2025-11-12"
    }
  ],
  "_exports": [
    "%>%",
    "cluster_assign",
    "cluster_assign_each",
    "cluster_assign_partition",
    "cluster_call",
    "cluster_copy",
    "cluster_library",
    "cluster_rm",
    "cluster_send",
    "default_cluster",
    "new_cluster",
    "partition",
    "party_df"
  ],
  "_help": [
    {
      "page": "cluster_call",
      "title": "Call a function on each node of a cluster",
      "topics": [
        "cluster_call",
        "cluster_send"
      ]
    },
    {
      "page": "cluster_utils",
      "title": "Cluster utitility functions",
      "topics": [
        "cluster_assign",
        "cluster_assign_each",
        "cluster_assign_partition",
        "cluster_copy",
        "cluster_library",
        "cluster_rm",
        "cluster_utils"
      ]
    },
    {
      "page": "new_cluster",
      "title": "Create a new cluster with sensible defaults.",
      "topics": [
        "new_cluster"
      ]
    },
    {
      "page": "partition",
      "title": "Partition data across workers in a cluster",
      "topics": [
        "partition"
      ]
    },
    {
      "page": "party_df",
      "title": "A `party_df` partitioned data frame",
      "topics": [
        "party_df"
      ]
    }
  ],
  "_readme": "https://github.com/tidyverse/multidplyr/raw/HEAD/README.md",
  "_rundeps": [
    "callr",
    "cli",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "processx",
    "ps",
    "qs2",
    "R6",
    "Rcpp",
    "RcppParallel",
    "rlang",
    "stringfish",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "multidplyr.Rmd",
      "filename": "multidplyr.html",
      "title": "An introduction to multidplyr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Creating a cluster",
        "Add data",
        "partition()",
        "Direct loading",
        "dplyr verbs"
      ],
      "created": "2015-11-10 22:25:23",
      "modified": "2021-02-03 18:49:15",
      "commits": 18
    }
  ],
  "_score": 10.66878750740751,
  "_indexed": true,
  "_nocasepkg": "multidplyr",
  "_universes": [
    "tidyverse",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:52:49.000Z",
      "distro": "noble",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "5e957d3b9091cf86d0795f93f20696411ef0c7cdb5bc53ef827881578b6b1d4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:53:00.000Z",
      "distro": "noble",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "2158d47c745068b03e1202717f00cdad9f891d12ea8f8b46ea71ef6b8cc8da02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-05-24T07:09:17.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "6efeacb468be476cc9561e4f253cea0c7256909e4adfeba9e2d4837178445f0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-05-24T07:09:18.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "29f629eb2d7d7d944db194236235f78c0929e52b96f26e3bcaaf1af13e14778b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:52:46.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "5e8798f58c57aed5e2db65026311a81ff25591a2677548b9d2d733bbc1989d8f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:51:53.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "c1eda97fa30aacd48d1a57e3cc0170e09c7c1c7a1bfcf863e170e40673097293",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:51:43.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "de76153450a2a6363bf3ee3f14cea04888658f3fbf4d81b6fe7cc5851e1c65ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-24T06:51:59.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "e4be97d7657f3764e0c4c12c2f15bb16cbc028f587ee4713a863ff24612c283b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/26354367872"
    }
  ]
}