qs icon indicating copy to clipboard operation
qs copied to clipboard

TO DO: serialization for upcoming R7 package

Open traversc opened this issue 3 years ago • 0 comments

Two changes:

  1. There will be a marhsall generic that will wrap R7 objects into plain R data. This could benefit from calling marhsall internally.

  2. R7 uses S4 objects as the base for R7 that lack the S4 flag. Currently, qs assumes all S4 objects carry the S4 flag.

https://github.com/RConsortium/OOP-WG

traversc avatar Mar 25 '22 18:03 traversc