Package: mori
Title: Shared Memory for R Objects
Version: 0.1.0
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/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.3.3
Packaged: 2026-04-19 21:32:08 UTC; cg334
Author: Charlie Gao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0750-061X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Charlie Gao <charlie.gao@posit.co>
Repository: CRAN
Date/Publication: 2026-04-21 20:12:15 UTC
