Package: stormwindmodel
Type: Package
Title: Model Tropical Cyclone Wind Speeds
Version: 0.1.3
Date: 2020-03-31
Encoding: UTF-8
Language: en-US
Authors@R: c(person("Brooke", "Anderson", 
                    email = "brooke.anderson@colostate.edu",
                    role = c("aut", "cre")),
             person("Andrea", "Schumacher",
                    email = "andrea.schumacher@colostate.edu",
                    role = c("aut")),
             person("Seth", "Guikema",
                    email = "sguikema@umich.edu",
                    role = c("aut")),
             person("Steven", "Quiring",
                    email = "quiring.10@osu.edu",
                    role = c("aut")),
             person("Joshua", "Ferreri",
                    email = "joshua.m.ferreri@gmail.com",
                    role = c("aut")),
             person("Andrea", "Staid",
                    email = "astaid@gmail.com",
                    role = c("ctb")),
             person("Michael", "Guo",
                    email = "michaelzgao@gmail.com",
                    role = c("ctb")),
             person("Lei", "Ming",
                    email = "lei.meng@wmich.edu",
                    role = c("ctb")),
             person("Laiyin", "Zhu",
                    email = "laiyin.zhu@wmich.edu",
                    role = c("ctb")))
Description: Allows users to input tracking data for a hurricane
    or other tropical storm, along with a data frame of grid points at which
    to model wind speeds. Functions in this package will then calculate wind
    speeds at each point based on wind model equations. This modeling framework
    is currently set up to model winds for North American locations with 
    Atlantic basin storms. This work was supported 
    in part by grants from the National Institute of Environmental Health 
    Sciences (R00ES022631), the National Science Foundation (1331399), and the 
    Department of Energy (DE-FG02-08ER64644).
URL: https://github.com/geanders/stormwindmodel
BugReports: https://github.com/geanders/stormwindmodel/issues
License: GPL (>= 2)
Imports: dplyr (>= 0.8.5), ggplot2 (>= 3.3.0), lubridate (>= 1.7.4),
        maps (>= 3.3.0), plyr (>= 1.8.6), rlang (>= 0.4.5), stringr (>=
        1.4.0), tidyr (>= 1.0.2), weathermetrics (>= 1.2.2)
LazyData: TRUE
RoxygenNote: 7.0.2
Depends: R (>= 3.6)
Suggests: ggthemes (>= 4.2.0), gridExtra (>= 2.3.0), knitr (>= 1.28.0),
        mapproj (>= 1.2.7), purrr (>= 0.3.3), rgeos (>= 0.5.2),
        rmarkdown (>= 2.1.0), sf (>= 0.8.1), sp (>= 1.3.2), tigris (>=
        0.9.1), viridis (>= 0.5.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-01 05:08:49 UTC; georgianaanderson
Author: Brooke Anderson [aut, cre],
  Andrea Schumacher [aut],
  Seth Guikema [aut],
  Steven Quiring [aut],
  Joshua Ferreri [aut],
  Andrea Staid [ctb],
  Michael Guo [ctb],
  Lei Ming [ctb],
  Laiyin Zhu [ctb]
Maintainer: Brooke Anderson <brooke.anderson@colostate.edu>
Repository: CRAN
Date/Publication: 2020-04-01 10:10:03 UTC
