forked from timtrice/HURDAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: HURDAT
Type: Package
Title: Hurricane Re-Analysis Project
Version: 0.2.3.9000
Authors@R: c(
person("Tim", "Trice", email = "[email protected]", role = c("aut", "cre")),
person("Chris", "Landsea", email = "[email protected]",
role = c("aut", "dtc")))
Depends:
R (>= 3.5)
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
Language: en-us
LazyData: TRUE
Imports:
dplyr,
purrr,
readr,
rlang,
rvest,
tidyr,
xml2
Suggests:
covr,
devtools,
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8