{
  "_id": "6a478e3e6527f6f71fa0f081",
  "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-07-02 06:58:40 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Hadley Wickham <hadley@posit.co>",
  "_user": "tidyverse",
  "_type": "src",
  "_file": "multidplyr_0.1.4.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/8a865dce93920b3bbbf9e1045506a3fb2b012d5a759937d33e52cde2eb210738",
  "_filesize": 116690,
  "_sha256": "8a865dce93920b3bbbf9e1045506a3fb2b012d5a759937d33e52cde2eb210738",
  "_expires": "2026-10-11T10:26:05.000Z",
  "_created": "2026-07-02T06:58:40.000Z",
  "_published": "2026-07-03T10:26:06.166Z",
  "_jobs": [
    {
      "job": 84980333783,
      "time": 156,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8031231641"
    },
    {
      "job": 84980333994,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8031228103"
    },
    {
      "job": 84980333873,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8031489756"
    },
    {
      "job": 84980333884,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8031503075"
    },
    {
      "job": 84980333728,
      "time": 206,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8031184141"
    },
    {
      "job": 84980334043,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8031226137"
    },
    {
      "job": 84980333746,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8031211404"
    },
    {
      "job": 84980334112,
      "time": 133,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8031224065"
    },
    {
      "job": 84980333745,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8031214446"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 650,
  "_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",
    "followers": 1833,
    "description": "The tidyverse is a collection of R packages that share common principles and are designed to work together seamlessly"
  },
  "_downloads": {
    "count": 1150,
    "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": 555,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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",
    "otel",
    "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.697085426166769,
  "_indexed": true,
  "_nocasepkg": "multidplyr",
  "_universes": [
    "tidyverse",
    "hadley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:01:00.000Z",
      "distro": "resolute",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/e823497f0d048486351633b13e7f1c95d6673f7b9d77cd0d09ce4b7ec1cd1615",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:00:50.000Z",
      "distro": "resolute",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/0515d41fde7cab9b00ef14ab2a3cba45c9c583562e3e305a3776af654ef175a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:14:17.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/4c56d23a92a63f258b41472893fc99aaeed96547270b15cde1f995e313477511",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:14:44.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/a786bcc9577bbe8c6127a5a9773d66d862b43901037333ebfeb98329c800f21b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:01:13.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/4fccb72c0abdb54cccecf22819ee1e297fe9c32fc86fd341d6e3f0cc394cab1f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-07-02T06:59:43.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/023b469bcb93150aca34aaa1ad02c1bc554f194eb2c4894a7234ce70cfba00a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-07-02T07:00:22.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/fb988b5394ee50bbf90d0cb35a912dab5e43af69e252f59dbf007f4733f792a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-07-02T06:59:50.000Z",
      "commit": "e960a1e83f6a0dded147366053b1d057d46ad2f4",
      "fileid": "https://r2.ropensci.org/c8526001b11c2c29f37738d437974273176e83bbd4d30cfd8a9145a954b8b6e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidyverse/actions/runs/28571427691"
    }
  ]
}