Package: mori Title: Shared Memory for R Objects Version: 0.2.1.9000 Authors@R: c( person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0750-061X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Share R objects across processes on the same machine via a single copy in 'POSIX' shared memory (Linux, macOS) or a 'Win32' file mapping (Windows). Every process reads from the same physical pages through the R Alternative Representation ('ALTREP') framework, giving lazy, zero-copy access. Shared objects serialize compactly as their shared memory name rather than their full contents. License: MIT + file LICENSE URL: https://shikokuchuo.net/mori/, https://github.com/shikokuchuo/mori BugReports: https://github.com/shikokuchuo/mori/issues Depends: R (>= 4.3) Suggests: lobstr, mirai, testthat (>= 3.0.0) 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-01 11:50:58 UTC RemoteUrl: https://github.com/shikokuchuo/mori RemoteRef: HEAD RemoteSha: f8e6d938178b950975325ad133d387ba437d40e8 NeedsCompilation: yes Packaged: 2026-07-01 15:10:14 UTC; root Author: Charlie Gao [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Charlie Gao