Skip to content

Commit

Permalink
add pkgdown site as in #108
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaSanchezTapia committed Dec 21, 2023
1 parent 396a017 commit 3bd3d42
Show file tree
Hide file tree
Showing 35 changed files with 2,326 additions and 1,169 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Authors@R: c(
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"),
comment = c(ORCID = "YOUR-ORCID-ID"))
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
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ get_region_id <- function(region_name, region_source = 'eez', key) {
#' Formats an sf shapefile to a formatted geojson
#'
#' @param sf_shape The sf shapefile to transform
#' @returns A correctly-formatted geojason to be used in `get_raster()`
#' @returns A correctly-formatted geojson to be used in `get_raster()`
#' @importFrom geojsonsf sf_geojson
#' @export

Expand Down
97 changes: 55 additions & 42 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 47 additions & 38 deletions docs/CodeOfConduct.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bd3d42

Please sign in to comment.