Skip to content

1.0.3

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 13 Jun 08:48

GSODR 1.0.3

Major changes in 1.0.3

  • Data for station locations and unique identifiers is now provided with the
    package on installation. Previously this was fetched each time from the FTP
    server.

  • The station metadata can now be updated if necessary by using
    update_station_list(), this change overwrites the internal data that were
    originally distributed with the package. This operation will fetch the latest
    list of stations and corresponding information from the NCEI FTP server. Any
    changes will be overwritten when the R package is updated, however, the
    package update should have the same or newer data included, so this should not
    be an issue.

  • Replace plyr functions with purrr; plyr is no longer actively developed

  • plyr is no longer an import

  • Move description of functions' output to individual vignettes to shorten help
    file documentation

Bug fixes in 1.0.3

  • Fix bugs in the vignettes related to formatting and spelling

  • Fix bugs in citation file

  • Reformat NEWS.md to be more markdown standards compliant

Deprecated and defunct in 1.0.3

  • get_station_list() is no longer supported. Instead use the new
    update_station_list() to update the package's internal station database.