NCEAS / arcticdatautils

Utility functions in R for processing data for the Arctic Data Center
https://nceas.github.io/arcticdatautils/
Apache License 2.0
10 stars 20 forks source link

Refactor to be compatible with new version of EML (eml2) #121

Closed jeanetteclark closed 4 years ago

jeanetteclark commented 5 years ago

The EML update moving to S3 objects is coming, and while it does maintain backwards compatibility with the old version, I'd like to see us refactor our code to stay up to date. We'll need to update all of the functions that rely on eml. Here is a running list (from eml.R, there may be others). We will also need to update the tests.

I created a new branch called eml2_refactor where we can push these changes

jeanetteclark commented 5 years ago

I've been slowly chipping away at this. Two things came up today:

jeanetteclark commented 5 years ago

done with all of the functions, and have done some preliminary testing. so far so good! tasks remaining: