Package: mori Title: Shared Memory for R Objects Version: 0.2.2 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: 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 NeedsCompilation: yes Packaged: 2026-07-21 10:50:22 UTC; root Author: Charlie Gao [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Charlie Gao Repository: https://cran.r-universe.dev Date/Publication: 2026-07-21 07:40:02 UTC RemoteUrl: https://github.com/cran/mori RemoteRef: HEAD RemoteSha: 63017dba7edeb016de05a7ddab9daf233bd467c3