mori: Shared Memory for R Objects

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.

Version: 0.1.0
Depends: R (≥ 4.3)
Suggests: lobstr, mirai, testthat (≥ 3.0.0)
Published: 2026-04-21
DOI: 10.32614/CRAN.package.mori (may not be active yet)
Author: Charlie Gao ORCID iD [aut, cre], Posit Software, PBC ROR ID [cph, fnd]
Maintainer: Charlie Gao <charlie.gao at posit.co>
BugReports: https://github.com/shikokuchuo/mori/issues
License: MIT + file LICENSE
URL: https://shikokuchuo.net/mori/, https://github.com/shikokuchuo/mori
NeedsCompilation: yes
Materials: README, NEWS
CRAN checks: mori results

Documentation:

Reference manual: mori.html , mori.pdf

Downloads:

Package source: mori_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=mori to link to this page.