nationalparkservice / EMLeditor

EMLeditor edits EML metadata to add required fields for DataStore and automates creating drafts and uploading data packages to DataStore
https://nationalparkservice.github.io/EMLeditor/
Other
5 stars 6 forks source link

Error Prompt Updates in getEMLfunctions.R #122

Closed James-R-Brown closed 9 months ago

James-R-Brown commented 9 months ago

Hey there,

Can you tell that I've been running into errors a lot as I continue learning how to use EMLeditor properly?

I patched up some typos present in a couple of error prompts throughout this file.

The other change might be a bit more subjective: I standardized the references to other functions to always end with a () to better indicate their status as functions within EMLeditor.

The only inconsistency remaining is where crayon::green$bold is used for the font of referred functions in some error prompts, but that seemed like a more deliberate decision to modify the font for those particular scenarios, so I decided against extending that change to the rest of the prompts.