Skip to content

v1.1.0: Update CRAN comments

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 28 Oct 10:27

GSODR 1.1.0

Bug fixes

> t <- get_GSOD(years = 2010, station = "955510-99999")
Error in .f(.x[[i]], ...) : 
955510-99999 is not a valid station ID number, please check your entry.
Valid Station IDs can be found in the isd-history.txt file
available from the US NCEI FTP server by combining the USAF and WBAN
columns, e.g., '007005' '99999' is '007005-99999' from this file 
<ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-history.txt>

Major changes

  • The data.table and fields packages are no longer imported. All internal
    functions now use dplyr or base R functionality, reducing the dependencies of
    GSODR

  • Any data frames returned by GSODR functions are returned as a tibble()
    object

  • The YEARMODA column is now returned as Date without time, rather than
    Character

  • Add new function, get_inventory(), which downloads the NCEI's station
    inventory document and returns a tibble() object of the data

  • Use larger images and provide a table of contents in vignettes

  • Updated and enhanced introductory vignette

  • Update internal stations list