-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
50 lines (50 loc) · 1.37 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
Package: gfwr
Title: Access data from Global Fishing Watch APIs
Version: 2.0.1
Authors@R: c(
person("Tyler", "Clavelle", , "tyler@globalfishingwatch.org", role = c("aut"),
comment = c(ORCID = "0000-0002-2155-2459")),
person("Rocío", "Joo", , "rocio.joo@globalfishingwatch.org",
role = c("aut"),
comment = c(ORCID = "0000-0003-0319-4210")),
person("Nate", "Miller", , "nate@globalfishingwatch.org",
role = c("aut")),
person("Andrea", "Sánchez-Tapia", , "andrea.sanchez-tapia@globalfishingwatch.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3521-4338"))
)
Description: This package connects to several Global Fishing Watch APIs to get vessel and events information in an R-friendly format.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
geojsonsf,
httr2,
jsonlite,
magrittr,
purrr,
readr,
rjson,
rlang,
tibble,
tidyr,
methods,
class
Suggests:
devtools,
ggplot2,
glue,
knitr,
qpdf,
rmarkdown,
rnaturalearth,
rnaturalearthdata,
scales,
sf
URL: https://github.com/GlobalFishingWatch/gfwr, https://globalfishingwatch.github.io/gfwr/
BugReports: https://github.com/GlobalFishingWatch/gfwr/issues
Depends:
R (>= 2.10)
LazyData: true