ropensci / GSODR

API Client for Global Surface Summary of the Day (GSOD) Weather Data Client in R
https://docs.ropensci.org/GSODR
Other
90 stars 15 forks source link

Typo resulting in "Error in readChar [...]" #31

Closed sachserf closed 7 years ago

sachserf commented 7 years ago

There is a typo in line 160 of get_GSOD():

Resulting in the following error:

Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file '', probable reason 'No such file or directory'


R version 3.4.1 (2017-06-30) -- "Single Candle" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit)

adamhsparks commented 7 years ago

Thanks @sachserf

Fixed, a new release will be on CRAN soon with this and another bugfix