ropensci / EML

Ecological Metadata Language interface for R: synthesis and integration of heterogenous data
https://docs.ropensci.org/EML
Other
97 stars 33 forks source link

Update package to use EML 2.2.0 constructors #308

Closed amoeba closed 4 years ago

amoeba commented 4 years ago

Addresses #287. Note that dynamically switching the constructors based on version isn't supported here: We just have constructors for a single version (2.2.0) at a time.

Note this depends on https://github.com/ropensci/emld/pull/66 landing in master to work right because we build the constructors from the copy of the JSON file in master.