{
  "_id": "6a5f4f4814e95619b75d6083",
  "Package": "mori",
  "Title": "Shared Memory for R Objects",
  "Version": "0.2.2.9000",
  "Authors@R": "c(\nperson(\"Charlie\", \"Gao\", , \"charlie.gao@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-0750-061X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"03wc8by49\"))\n)",
  "Description": "Share R objects across processes on the same machine via a\nsingle copy in 'POSIX' shared memory (Linux, macOS) or a\n'Win32' file mapping (Windows). Every process reads from the\nsame physical pages through the R Alternative Representation\n('ALTREP') framework, giving lazy, zero-copy access. Shared\nobjects serialize compactly as their shared memory name rather\nthan their full contents.",
  "License": "MIT + file LICENSE",
  "URL": "https://shikokuchuo.net/mori/, https://github.com/shikokuchuo/mori",
  "BugReports": "https://github.com/shikokuchuo/mori/issues",
  "Config/build/compilation-database": "true",
  "Config/roxygen2/markdown": "TRUE",
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Repository": "https://shikokuchuo.r-universe.dev",
  "Date/Publication": "2026-07-21 10:23:36 UTC",
  "RemoteUrl": "https://github.com/shikokuchuo/mori",
  "RemoteRef": "HEAD",
  "RemoteSha": "5c488c047c3e10671190390b548e63b283b164bc",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-21 10:48:25 UTC",
    "User": "root"
  },
  "Author": "Charlie Gao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0750-061X>),\nPosit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
  "Maintainer": "Charlie Gao <charlie.gao@posit.co>",
  "_user": "shikokuchuo",
  "_type": "src",
  "_file": "mori_0.2.2.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/0d3c3fc385aaffdd884a12d4ec1ba49c6f0b2b9ec28f88b00be3f34e081c9498",
  "_filesize": 142885,
  "_sha256": "0d3c3fc385aaffdd884a12d4ec1ba49c6f0b2b9ec28f88b00be3f34e081c9498",
  "_expires": "2026-10-29T10:51:50.000Z",
  "_created": "2026-07-21T10:48:25.000Z",
  "_published": "2026-07-21T10:51:52.397Z",
  "_jobs": [
    {
      "job": 88611899522,
      "time": 125,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8492436267"
    },
    {
      "job": 88611899523,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8492430272"
    },
    {
      "job": 88611899503,
      "time": 125,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492436724"
    },
    {
      "job": 88611899507,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492432252"
    },
    {
      "job": 88611899566,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8492414262"
    },
    {
      "job": 88611899544,
      "time": 129,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8492436583"
    },
    {
      "job": 88611899550,
      "time": 145,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492443577"
    },
    {
      "job": 88611899527,
      "time": 162,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492451199"
    },
    {
      "job": 88611326067,
      "time": 161,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492379980"
    },
    {
      "job": 88611899496,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8492420766"
    },
    {
      "job": 88611899469,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8492434276"
    },
    {
      "job": 88611899573,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8492413394"
    },
    {
      "job": 88611899499,
      "time": 133,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8492438534"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606",
  "_status": "success",
  "_upstream": "https://github.com/shikokuchuo/mori",
  "_commit": {
    "id": "5c488c047c3e10671190390b548e63b283b164bc",
    "author": "shikokuchuo <53399081+shikokuchuo@users.noreply.github.com>",
    "committer": "shikokuchuo <53399081+shikokuchuo@users.noreply.github.com>",
    "message": "Increment version number to 0.2.2.9000\n",
    "time": 1784629416
  },
  "_maintainer": {
    "name": "Charlie Gao",
    "email": "charlie.gao@posit.co",
    "login": "shikokuchuo",
    "bluesky": "@shikokuchuo.net",
    "linkedin": "in/charliegao",
    "orcid": "0000-0002-0750-061X",
    "description": "Senior Software Engineer @posit-pbc",
    "uuid": 53399081
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3",
      "role": "Depends"
    },
    {
      "package": "mirai",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "shikokuchuo",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-16",
      "n": 22
    },
    {
      "week": "2026-17",
      "n": 4
    },
    {
      "week": "2026-18",
      "n": 4
    },
    {
      "week": "2026-19",
      "n": 10
    },
    {
      "week": "2026-20",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 6
    },
    {
      "week": "2026-24",
      "n": 11
    },
    {
      "week": "2026-27",
      "n": 2
    },
    {
      "week": "2026-28",
      "n": 2
    },
    {
      "week": "2026-30",
      "n": 6
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-21"
    },
    {
      "name": "v0.2.0",
      "date": "2026-05-09"
    },
    {
      "name": "v0.2.1",
      "date": "2026-06-09"
    },
    {
      "name": "v0.2.2",
      "date": "2026-07-21"
    }
  ],
  "_topics": [
    "shared-memory"
  ],
  "_stars": 141,
  "_contributors": [
    {
      "user": "shikokuchuo",
      "count": 68,
      "uuid": 53399081
    }
  ],
  "_userbio": {
    "uuid": 53399081,
    "type": "user",
    "name": "Charlie Gao",
    "followers": 190,
    "description": "Senior Software Engineer @posit-pbc"
  },
  "_downloads": {
    "count": 1774,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mori"
  },
  "_devurl": "https://github.com/shikokuchuo/mori",
  "_pkgdown": "https://shikokuchuo.net/mori/",
  "_searchresults": 9,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mori.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/shikokuchuo/mori",
  "_realowner": "shikokuchuo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-21"
    },
    {
      "version": "0.2.0",
      "date": "2026-05-09"
    },
    {
      "version": "0.2.1",
      "date": "2026-06-09"
    },
    {
      "version": "0.2.2",
      "date": "2026-07-21"
    }
  ],
  "_exports": [
    "is_shared",
    "map_shared",
    "prune_shared",
    "share",
    "shared_name"
  ],
  "_help": [
    {
      "page": "mori-package",
      "title": "mori: Shared Memory for R Objects",
      "topics": [
        "mori-package",
        "mori"
      ]
    },
    {
      "page": "is_shared",
      "title": "Test if an Object is Shared",
      "topics": [
        "is_shared"
      ]
    },
    {
      "page": "map_shared",
      "title": "Open Shared Memory by Name",
      "topics": [
        "map_shared"
      ]
    },
    {
      "page": "prune_shared",
      "title": "Prune Orphaned Shared Memory Regions",
      "topics": [
        "prune_shared"
      ]
    },
    {
      "page": "share",
      "title": "Create a Shared Object",
      "topics": [
        "share"
      ]
    },
    {
      "page": "shared_name",
      "title": "Extract Shared Memory Name",
      "topics": [
        "shared_name"
      ]
    }
  ],
  "_pkglogo": "https://raw.githubusercontent.com/shikokuchuo/mori/main/dev/images/mori.png",
  "_readme": "https://github.com/shikokuchuo/mori/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 6.574263987206769,
  "_indexed": true,
  "_nocasepkg": "mori",
  "_universes": [
    "shikokuchuo"
  ],
  "_previous": "0.2.1.9000",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:44.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/f9e3b0a44c5c204d0b34cbbbc50d97fa248481393d0101cf2afa3ae9004efc8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:27.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/46921a803bdaef00ebf8188c36ead87a55d2ee91f7f793cba0179702043a2a2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:46.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/eccc4af470f4f764de01b4b7df82349e4c97674a1091ce89f33ecee5fde331e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:33.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/de66bb8d2cd0e9025943905c2dbadc9ab396f884946b66e5825737f7c4b681aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:49:52.000Z",
      "arch": "aarch64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/5805ecbe3f388b35064df53fffa97aaf361f975e4028e8a37d247b52ac90e4ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:36.000Z",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/55e6c356c29871da2af9986fa507bd3fe9a8aa41d849a531b9ba638638000d36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:48.000Z",
      "arch": "aarch64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/7abb64d4e71e5858a5959a6c2c73a41f3e730c60ccde81dd7a28087b4c10d7d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:51:06.000Z",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/28967cb37972ecaf895c5cfd5049ae8cb6cd5cddcbf1667f049b36991f33a168",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:15.000Z",
      "arch": "emscripten",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/895ff160660f6fc642bf2bb507b33f4b28a990ac214a154d068972e27504311e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:10.000Z",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/7ce41e1670aaaea6995229f38c29a78cbb36fe1da31da73a50727525fb3567f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:49:34.000Z",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/4b829e3e066081f376c84907dcfbb30a30857e77aa60236a0637b400422a77a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-21T10:50:24.000Z",
      "arch": "x86_64",
      "commit": "5c488c047c3e10671190390b548e63b283b164bc",
      "fileid": "https://r2.ropensci.org/20296ee969f3ae07e9424763badfb59c66484be226db801b0706ba4acb77ff06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/29823461606"
    }
  ]
}