An @@@@@@

Results 17 comments of An @@@@@@

I've been trying to, but can't replicate error with MRE. here's the actual EML object I have trouble with -- change extension to .RData [example_EML.txt](https://github.com/ropensci/EML/files/2997528/example_EML.txt)

Thanks Jeanette! Quite embarrassing. Did you try write_eml() on examlple_EML? Did it order elements in dataset alphabetically? That was the downstream issue that prompted me looking.

It seems `eml_validate` returns only the first major issue it encounters: once I fixed `shortName` typo, it returned one other similar issue deeper in, with similar `write_eml` behavior. So in...

Jeanette, thanks for the explanation! Valid EML means happiness. That will be a motto. Do I need an invite from NCEAS for slack group? I'm working on R functions to...

hey EML team, this issue has come up for me again. Any updates?

Looking more closely, you're right, `` and `` are CitationType while LiteratureCited is CitationListType, which would explain the difference. I'd think that `` should be a list though.

I can definitely make multiple usageCitation elements happen, so that's not an issue. My initial impression was that usageCitation would be a list, and I think others might do the...