-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from GlobalFishingWatch/develop
v3 to main
- Loading branch information
Showing
110 changed files
with
10,628 additions
and
13,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,9 @@ | |
CodeOfConduct.md | ||
Contributing.md | ||
docs/ | ||
pkgdown | ||
data-raw | ||
^gfwr\.Rcheck$ | ||
^gfwr.*\.tar\.gz$ | ||
^gfwr.*\.tgz$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,7 @@ | |
.Rdata | ||
.httr-oauth | ||
.DS_Store | ||
gfwr.Rcheck/ | ||
gfwr*.tar.gz | ||
gfwr*.tgz | ||
inst/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: gfwr | ||
Title: Interactions with GFW APIs providing data tibbles | ||
Version: 1.1.1 | ||
Title: Access data from Global Fishing Watch APIs | ||
Version: 2.0.0 | ||
Authors@R: c( | ||
person("Tyler", "Clavelle", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-2155-2459")), | ||
|
@@ -14,22 +14,38 @@ Authors@R: c( | |
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: file LICENSE | ||
License: Apache License (>= 2) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.0 | ||
RoxygenNote: 7.3.1 | ||
Imports: | ||
dplyr, | ||
geojsonsf, | ||
httr2, | ||
jsonlite, | ||
magrittr, | ||
purrr, | ||
readr, | ||
rjson, | ||
rlang, | ||
tibble, | ||
tidyr | ||
tidyr, | ||
methods, | ||
class | ||
Suggests: | ||
glue | ||
devtools, | ||
ggplot2, | ||
glue, | ||
knitr, | ||
qpdf, | ||
rmarkdown, | ||
rnaturalearth, | ||
rnaturalearthdata, | ||
scales, | ||
sf | ||
URL: https://github.com/GlobalFishingWatch/gfwr | ||
BugReports: https://github.com/GlobalFishingWatch/gfwr/issues | ||
Depends: | ||
R (>= 2.10) | ||
LazyData: true | ||
VignetteBuilder: knitr |
Oops, something went wrong.