Skip to content

Commit

Permalink
fix #170 added note to isd docs about errors with downloads for files…
Browse files Browse the repository at this point in the history
… that dont exist
  • Loading branch information
sckott committed Sep 13, 2016
1 parent 4625d81 commit c4b638f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Client for many 'NOAA' data sources including the 'NCDC' climate
for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical
Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS',
tornado data via the 'NOAA' storm prediction center, and more.
Version: 0.6.1.9140
Version: 0.6.1.9143
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: c(
Expand Down
6 changes: 6 additions & 0 deletions R/isd.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
#' takes a bunch of regex to split apart text strings. We hope to speed
#' this process up in the future. See examples below for different behavior.
#'
#' @section Errors:
#' Note that when you get an error similar to \code{Error: download failed for
#' ftp://ftp.ncdc.noaa.gov/pub/data/noaa/1955/011490-99999-1955.gz}, the
#' file does not exist on NOAA's ftp servers. If your internet is down,
#' you'll get a different error.
#'
#' @examples \dontrun{
#' # Get station table
#' (stations <- isd_stations())
Expand Down
7 changes: 7 additions & 0 deletions man/isd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4b638f

Please sign in to comment.