Skip to content

GSODR 3.0.0

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 25 Jan 01:26
· 374 commits to main since this release

Major changes

  • Remove parallel processing functionality.
    A bug that I was unable to properly debug with future.apply::future_lapply() caused the get_GSOD() and reformat_GSOD() functions to run without completing or responding was fixed by simply using R's base lapply() 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).