-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
56 lines (56 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: rrricanes
Type: Package
Title: Web Scraper for Atlantic and East Pacific Hurricanes and Tropical Storms
Description: Get archived data of past and current hurricanes and tropical
storms for the Atlantic and eastern Pacific oceans. Data is available for
storms since 1998. Datasets are updated via the rrricanesdata package.
Currently, this package is about 6MB of datasets. See the README or view
`vignette("drat")` for more information.
Version: 0.2.0.6.10
Authors@R: c(person("Tim", "Trice", email = "[email protected]", role = c("aut")),
person("Joseph", "Stachelek", role = c("rev"), comment = "Joseph Stachelek reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118"),
person("Emily", "Robinson", role = c("rev"), comment = "Emily Robinson reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118"),
person("Sophia", "Barett", role= "ctb", email = "[email protected]"),
person("Lismarie", "Arche", role = "ctb", email = "[email protected]"),
person("Simon", "Ayotes", role= "ctb", email="[email protected]"),
person("Goodness", "Ajayi-Martins", role = "ctb", email = "[email protected]"),
person("Elin", "Waring", email = "[email protected]", role = c("aut","cre"))
)
Depends:
R (>= 4.1.0)
URL: https://docs.ropensci.org/rrricanes https://github.com/ropensci/rrricanes
BugReports: https://github.com/ropensci/rrricanes/issues
License: MIT + file LICENSE
LazyData: TRUE
ByteCompile: TRUE
Imports:
broom (>= 0.5),
crul (>= 0.7),
curl (>= 3.3),
dplyr (>= 0.8),
ggplot2 (>= 3.1),
iotools,
httr (>= 1.4),
lubridate (>= 1.7),
purrr (>= 0.3),
readr (>= 1.3),
rlang (>= 0.3),
rvest (>= 0.3),
stringr (>= 1.4),
tibble (>= 2.1),
tidyr (>= 0.8),
tidyselect (>= 0.2),
xml2 (>= 1.2)
Suggests:
covr,
devtools,
here,
knitr,
rmarkdown,
rnaturalearthdata (>= 0.1),
sf (>= 1.0),
sp,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2