ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Fix serialization of polymorphic and uncertain states #192

Closed cboettig closed 5 years ago

cboettig commented 5 years ago

toNeXML method for "states" set mistakenly omitted uncertain_state_set and polymorphic_state_set children. Patch includes test. Patch for #191.

cc @hlapp