{
  "_id": "6a235744530b9bc726bd5838",
  "Package": "mori",
  "Title": "Shared Memory for R Objects",
  "Version": "0.2.0.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-06-05 21:52:16 UTC",
  "RemoteUrl": "https://github.com/shikokuchuo/mori",
  "RemoteRef": "HEAD",
  "RemoteSha": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-05 23:05:19 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>",
  "MD5sum": "6072a57edc6a3ef96b87c6fda11973d9",
  "_user": "shikokuchuo",
  "_type": "src",
  "_file": "mori_0.2.0.9000.tar.gz",
  "_fileid": "f5627aea881ac86c6f072ef9b4f99e7ed3e82ebc30c3155eb130a218ffb0b857",
  "_filesize": 138560,
  "_sha256": "f5627aea881ac86c6f072ef9b4f99e7ed3e82ebc30c3155eb130a218ffb0b857",
  "_created": "2026-06-05T23:05:19.000Z",
  "_published": "2026-06-05T23:09:56.859Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79828210966,
      "time": 120,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7448534058"
    },
    {
      "job": 79828210963,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7448534926"
    },
    {
      "job": 79828210976,
      "time": 109,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448532336"
    },
    {
      "job": 79828210969,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448535463"
    },
    {
      "job": 79828210915,
      "time": 96,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7448528989"
    },
    {
      "job": 79828210930,
      "time": 185,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7448546027"
    },
    {
      "job": 79828210926,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448529058"
    },
    {
      "job": 79828210934,
      "time": 246,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448557878"
    },
    {
      "job": 79827955230,
      "time": 147,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448510292"
    },
    {
      "job": 79828210910,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448527459"
    },
    {
      "job": 79828210919,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7448528123"
    },
    {
      "job": 79828210954,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7448524446"
    },
    {
      "job": 79828210917,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448524760"
    }
  ],
  "_buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/shikokuchuo/mori",
  "_commit": {
    "id": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
    "author": "Charlie Gao <53399081+shikokuchuo@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add tests for string materialization and corruption guards (#32)\n\n* Add test for order() string ALTREP materialization\n\n* Add Linux-only corruption guard tests for map_shared()",
    "time": 1780696336
  },
  "_maintainer": {
    "name": "Charlie Gao",
    "email": "charlie.gao@posit.co",
    "login": "shikokuchuo",
    "bluesky": "@shikokuchuo.net",
    "orcid": "0000-0002-0750-061X",
    "description": "Senior Software Engineer @posit-pbc",
    "uuid": 53399081
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3",
      "role": "Depends"
    },
    {
      "package": "lobstr",
      "role": "Suggests"
    },
    {
      "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": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-21"
    },
    {
      "name": "v0.2.0",
      "date": "2026-05-09"
    }
  ],
  "_topics": [
    "shared-memory"
  ],
  "_stars": 133,
  "_contributors": [
    {
      "user": "shikokuchuo",
      "count": 44,
      "uuid": 53399081
    }
  ],
  "_userbio": {
    "uuid": 53399081,
    "type": "user",
    "name": "Charlie Gao",
    "description": "Senior Software Engineer @posit-pbc"
  },
  "_downloads": {
    "count": 2616,
    "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.0",
  "_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",
    "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"
    }
  ],
  "_exports": [
    "is_shared",
    "map_shared",
    "share",
    "shared_name",
    "unlink_shared"
  ],
  "_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": "share",
      "title": "Create a Shared Object",
      "topics": [
        "share"
      ]
    },
    {
      "page": "shared_name",
      "title": "Extract Shared Memory Name",
      "topics": [
        "shared_name"
      ]
    },
    {
      "page": "unlink_shared",
      "title": "Unlink Shared Memory Regions",
      "topics": [
        "unlink_shared"
      ]
    }
  ],
  "_readme": "https://github.com/shikokuchuo/mori/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 6.49573189005864,
  "_indexed": true,
  "_nocasepkg": "mori",
  "_universes": [
    "shikokuchuo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:07:29.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "92bf50e4acba78d786bb5b93ff38316010f8936d670bd682b447e95a23256318",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:07:30.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "110ff37cd259163359a400ecb32e894eace2be7c9e725eefc9bf855cfcbf6830",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:07:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "ed89cd73237ca534e24dc98a36aae4bcb4fd46642d2c7ec0b718c8bce55741c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:07:31.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "e2aaa7067f84376da661567cbd5b15c7a52484698037df504d3b42c6533531d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:06:58.000Z",
      "arch": "aarch64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "cfa60fff2d811a9b7bb0df6b3c2c39e85d65575d6df01c4af872d95cdbd9ff2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:08:18.000Z",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "ce24c0bcbaada108968c4eb705286ffb96414a0e185096595120a81cb9408021",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:06:52.000Z",
      "arch": "aarch64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "8ec26cf5e12d5f83c5323e8488cfd1d607fb791aeb1e9011dd67007d54ee7922",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:09:11.000Z",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "2b2497b04c70ff3bcfae34abb9964d17b8eb55d1f78d2674d80368753ce516d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:07:00.000Z",
      "arch": "emscripten",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "0bd225efb14edab797ff74d6b5d54906f5655dffe3263ba549ca413e90ba4f71",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:06:41.000Z",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "da9a0ffea62abdb0572799c55ad17fb0ea7b9bcebd4e5d38a5ee9f5b6c69f4ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:06:25.000Z",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "4bdb1341fda22727654f21aa6a9e28ee28b787176075c9c0e707162b59d41e07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-05T23:06:26.000Z",
      "arch": "x86_64",
      "commit": "3014cfb98beb6d684ad6821e4e4671b1427285bc",
      "fileid": "35f02ab9b42a84d461b928e8cd9f6b09345d616a3ea1847971c35b5f51429b0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shikokuchuo/actions/runs/27044626541"
    }
  ]
}