{
  "_id": "6a60b67cc766cc6deb6aa28a",
  "Package": "carrier",
  "Title": "Isolate Functions for Remote Execution",
  "Version": "0.3.0.9000",
  "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"03wc8by49\"))\n)",
  "Description": "Sending functions to remote processes can be wasteful of\nresources because they carry their environments with them. With\nthe carrier package, it is easy to create functions that are\nisolated from their environment. These isolated functions, also\ncalled crates, print at the console with their total size and\ncan be easily tested locally before being sent to a remote.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-lib/carrier",
  "BugReports": "https://github.com/r-lib/carrier/issues",
  "ByteCompile": "true",
  "Config/roxygen2/markdown": "TRUE",
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Config/usethis/last-upkeep": "2025-06-16",
  "Encoding": "UTF-8",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2026-07-22 11:18:38 UTC",
  "RemoteUrl": "https://github.com/r-lib/carrier",
  "RemoteRef": "HEAD",
  "RemoteSha": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-22 12:21:00 UTC",
    "User": "root"
  },
  "Author": "Lionel Henry [aut, cre],\nPosit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
  "Maintainer": "Lionel Henry <lionel@posit.co>",
  "_user": "r-lib",
  "_type": "src",
  "_file": "carrier_0.3.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/26b227028bcbb3e317d347ad688d626a929f6fc2cf44be0f430385de2397e33a",
  "_filesize": 97504,
  "_sha256": "26b227028bcbb3e317d347ad688d626a929f6fc2cf44be0f430385de2397e33a",
  "_expires": "2026-10-30T12:24:26.000Z",
  "_created": "2026-07-22T12:21:00.000Z",
  "_published": "2026-07-22T12:24:27.829Z",
  "_jobs": [
    {
      "job": 88920440429,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8529251659"
    },
    {
      "job": 88920440437,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8529264011"
    },
    {
      "job": 88920440424,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8529236446"
    },
    {
      "job": 88920440396,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8529234982"
    },
    {
      "job": 88919765164,
      "time": 182,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8529190135"
    },
    {
      "job": 88920440422,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8529242334"
    },
    {
      "job": 88920440416,
      "time": 91,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8529231404"
    },
    {
      "job": 88920440454,
      "time": 126,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8529247968"
    },
    {
      "job": 88920440413,
      "time": 65,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8529219852"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225",
  "_status": "success",
  "_upstream": "https://github.com/r-lib/carrier",
  "_commit": {
    "id": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
    "author": "Charlie Gao <53399081+shikokuchuo@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Support existing functions in `crate()` (#37)\n\n* Support existing functions\n\n* Offer solution for factory functions\n\n* Apply suggestions from code review\n\nCo-authored-by: Hadley Wickham <hadley@posit.co>\n\n* Update snaps\n\n* Restructure if statement into 5 cases\n\n* Apply suggestions from code review\n\nCo-authored-by: Lionel Henry <lionel.hry@proton.me>\n\n* Update snaps\n\n* Use explicit error message\n\n* Update example to use dots passing\n\n* Require R >= 4.1 and update for function shorthand notation\n\n---------\n\nCo-authored-by: Hadley Wickham <hadley@posit.co>\nCo-authored-by: Lionel Henry <lionel.hry@proton.me>",
    "time": 1784719118
  },
  "_maintainer": {
    "name": "Lionel Henry",
    "email": "lionel@posit.co",
    "login": "lionel-",
    "description": "",
    "uuid": 4465050
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "lobstr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2025-35",
      "n": 3
    },
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2026-30",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.3.0",
      "date": "2025-09-11"
    }
  ],
  "_stars": 70,
  "_contributors": [
    {
      "user": "lionel-",
      "count": 59,
      "uuid": 4465050
    },
    {
      "user": "shikokuchuo",
      "count": 13,
      "uuid": 53399081
    },
    {
      "user": "batpigandme",
      "count": 1,
      "uuid": 831732
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 747
  },
  "_downloads": {
    "count": 15639,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/carrier"
  },
  "_devurl": "https://github.com/r-lib/carrier",
  "_searchresults": 290,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/carrier.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/carrier",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-10-16"
    },
    {
      "version": "0.1.1",
      "date": "2023-04-28"
    },
    {
      "version": "0.2.0",
      "date": "2025-06-23"
    },
    {
      "version": "0.3.0.4",
      "date": "2025-09-11"
    }
  ],
  "_exports": [
    "crate",
    "is_crate"
  ],
  "_help": [
    {
      "page": "crate",
      "title": "Crate a function to share with another process",
      "topics": [
        "crate"
      ]
    },
    {
      "page": "is_crate",
      "title": "Is an object a crate?",
      "topics": [
        "is_crate"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/carrier/raw/HEAD/README.md",
  "_rundeps": [
    "cpp11",
    "crayon",
    "lobstr",
    "prettyunits",
    "rlang"
  ],
  "_score": 9.359037513991163,
  "_indexed": true,
  "_nocasepkg": "carrier",
  "_universes": [
    "r-lib",
    "lionel-"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:23:25.000Z",
      "distro": "resolute",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/0203bbd8f48ac4dcb287330a4db1bf5155fa9eb8a19cf1420d1540a8fabbb4b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:23:47.000Z",
      "distro": "resolute",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/5c992b42ce34d790f48bba5e7f35d13ea021dd4de7414102b0ec19316da14809",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:22:47.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/340536242feb92fb3a46b84450f0c98ea0d3fa2ea7a7b326bd3100a4377542d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:22:42.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/c43279c4b5df99fcd41c8bdc50c96a031b4e72f5f0eebaa0a167c8a02ac52ce8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:23:10.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/796d84f2592da4054795772fd5c6695f7ee495c7e6158bf095ebe587811a2773",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:22:29.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/13da4472af127f4f6f77599f5de5a934868ccbd84250e45870316f49f8710a5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:23:10.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/4052a7a3160909c9bbe271c4451d8cbf7105acf669e93bde5f55d556f4e291d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-07-22T12:22:05.000Z",
      "commit": "e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f",
      "fileid": "https://r2.ropensci.org/ef6c644c4d6c1cd63c13bd5b9fabc9a4ad77042f9fbfe804f74fbb99fe408bb4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/29919053225"
    }
  ]
}