ianbrunjes / HABsDataPublish

Workflow for ingesting, transforming, and publishing Scripp's Harmful Algal Bloom (HAB) data from ERDDAP to remote repositories.
3 stars 0 forks source link

EDIutils 0.0.0.9000 #1

Open clnsmth opened 2 years ago

clnsmth commented 2 years ago

Hey @BrennieDev

EDIutils has undergone a major refactor for submission to rOpenSci and CRAN. This new and improved version covers the full data repository REST API, handles authentication more securely, better matches API call and result syntax, improves documentation, and opens the door for development of wrapper functions to support common data management tasks. In the process of this refactor the function names and call patterns have changed and several functions supporting other EDI R packages have been removed, thereby creating back compatibility breaking changes with the previous major release (version 1.6.1). The previous version will be available until 2022-06-01 on the deprecated branch. Install the previous version with:

remotes::install_github("EDIorg/EDIutils", ref = "deprecated")

EDIutils functions used in your code and suggested replacements

Please let me know if you have any questions, @clnsmth

ianbrunjes commented 2 years ago

Hi @clnsmth -

Thanks for letting us know about this, and for identifying what and how to update. Very very much appreciated!