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

Fix #311 #312

Closed clnsmth closed 4 years ago

clnsmth commented 4 years ago

The standardUnits object created in standardUnits.R and saved to sysdata.rda appears to be inaccurate. This fix refreshes the standardUnits object and sysdata.rda. Additionally, the udunits_units object was not formally saved to sysdata.rda by package code, but now is. Furthermore, the deprecated devtools::use_data() has been replaced by usethis::use_data() and the argument overwrite set to TRUE.

cboettig commented 4 years ago

@clnsmth nice! thanks