GSODR 3.0.0
Major changes
- Remove parallel processing functionality.
A bug that I was unable to properly debug withfuture.apply::future_lapply()
caused theget_GSOD()
andreformat_GSOD()
functions to run without completing or responding was fixed by simply using R's baselapply()
function.
If parallel processing is needed, users should implement their own solutions to download and process in parallel.
Bug fixes
-
Fix bug that caused the package to run without responding.
-
Fix test that failed on CRAN's Solaris server for some reason.
-
Removes a working DOI link from the reference for the equation used because win-builder checks say it doesn't work (even though it does and there's nothing wrong with the link any time I check).