futureverse / marshal

[PROTOTYPE] R package: marshal - Framework to Marshal Objects to be Used in Another R Processes
https://marshal.futureverse.org/
Other
15 stars 1 forks source link

Use cases: Implement marshal()/unmarshal() based on bundle::bundle() S3 methods #5

Open HenrikBengtsson opened 1 year ago

HenrikBengtsson commented 1 year ago

The bundle package has bundle() and unbundle() for marshalling and unmarshalling of model-based objects, cf. https://github.com/rstudio/bundle/tree/main/R. Implementing marshal() and unmarshal() S3 methods for those will be a good case study and add more test cases.

/ht @dfalbel /cc @simonpcouch @juliasilge

juliasilge commented 1 year ago

Looking interesting 👀 -- let us know if you have further questions!