fmarotta / recPhylo

Parse recPhyloXML and phyloXML files in R.
Other
1 stars 0 forks source link

Invalid external pointers #2

Closed fmarotta closed 3 months ago

fmarotta commented 4 months ago

private$recphylo_xml is the XML document. If the R session is saved and resumed later, the pointer becomes invalid. Consider saving a serialized version.

fmarotta commented 3 months ago

With the refactor in 796c210, the XML is not kept anymore.