Closed mbjones closed 9 years ago
After looking a this issue, it seems to be an underlying issue with S4 classes handling union types containing a NULL. We don't really need the values to be NULL, as we can just use the standard default NA instead for missing params. So I will workaround using this approach.
When trying to load datapackage using
devtools::load_all()
, I get an error now that seems to have an issue with creating a union class withsetClassUnion
. Related issues were reported, including hadley/devtools#657 and hadley/devtools#168. Code below illustrates the issue, and provides session info.