Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 21 Jul 09:12
· 27 commits to main since this release
cfb6867

Minor changes

  • Added citation information for the data themselves to README.

  • Adds new function, get_updates(), which gets the changelog for the GSOD data and returns it sorted with most recent changes first.

Bug fixes

  • This is really a bug in the GSOD data, not {GSODR}, but we do our best to please.
    As reported by @geospacedman in #117, STP values above 1000 were not properly reported.
    Upon further inspection, it was found that the GSOD data in the CSV files is incorrect and the leading "1" is truncated and the values are reported as "034" for e.g. "1034".
    Further, {data.table} drops the leading zeros by default on import with fread() unless keepLeadingZeros = TRUE is set, so that is now set and the "1" is appended when the values are >1000 and all should be well with the world again.

  • Fixes title that ended with a full stop.