Package: HURDAT
Type: Package
Title: Hurricane Re-Analysis Project
Version: 0.1.0
Authors@R: c(
    person("Tim", "Trice", email = "tim.trice@gmail.com", role = c("aut", "cre")), 
    person("Chris", "Landsea", email = "Chris.Landsea@noaa.gov", 
        role = c("aut", "dtc")))
Depends: R (>= 3.4.0)
Description: Scraped dataset of the Hurricane Research Division's Hurricane 
    Re-Analysis Project known as HURDAT. Storm details are available for most 
    known hurricanes and tropical storms for the Atlantic and northeastern 
    Pacific ocean (northwestern hemisphere). See <http://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html> 
    for more information.
URL: https://github.com/timtrice/HURDAT
BugReports: https://github.com/timtrice/HURDAT/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: dplyr (>= 0.5.0), lubridate (>= 1.6.0), magrittr (>= 1.5),
        purrr (>= 0.2.2), readr (>= 1.1.0), stringr (>= 1.2.0), tibble
        (>= 1.2), tidyr (>= 0.6.2)
Suggests: devtools, knitr, testthat, rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-05-15 16:57:41 UTC; timtrice
Author: Tim Trice [aut, cre],
  Chris Landsea [aut, dtc]
Maintainer: Tim Trice <tim.trice@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-15 17:36:47 UTC
