diff --git a/DESCRIPTION b/DESCRIPTION index b55b2e8..d0cdd21 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,5 @@ Package: obistools Title: Data Enhancement and Quality Control of Marine Species Observations -Description: Prepare data sets for submission to the Ocean Biogeographical Information System (). It can also be used for checking the quality of a set of marine species distribution records. Version: 0.0.11 Date: 2023-12-07 Authors@R: c( @@ -8,12 +7,13 @@ Authors@R: c( person("Samuel", "Bosch", , "mail@samuelbosch.com", role = "aut"), person("Ward", "Appeltans", role = "ctb"), person(, "OBIS", , "support@iobis.org", role = "cph") - ) + ) +Description: Prepare data sets for submission to the Ocean Biogeographical + Information System (). It can also be used for + checking the quality of a set of marine species distribution records. +License: MIT + file LICENSE Depends: R (>= 3.2.2) -License: MIT + file LICENSE -Encoding: UTF-8 -LazyData: true Imports: cowplot, data.tree, @@ -22,19 +22,21 @@ Imports: ggplot2, httr, jsonlite, + knitr, leaflet, + maps, + rappdirs, rmarkdown, sf, stringr, + terra, tidyr, worrms, - xml2, - rappdirs, - maps, - knitr, - terra + xml2 Suggests: - testthat, finch, - grid + grid, + testthat +Encoding: UTF-8 +LazyData: true RoxygenNote: 7.2.3 diff --git a/NAMESPACE b/NAMESPACE index c02c05f..0e31c32 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -30,7 +30,6 @@ import(dplyr) import(ggplot2) import(knitr) import(rmarkdown) -import(terra) import(tidyr) import(xml2) importFrom(leaflet,addCircleMarkers) diff --git a/R/obistools.R b/R/obistools.R index 5ef5112..46e8b74 100644 --- a/R/obistools.R +++ b/R/obistools.R @@ -17,7 +17,6 @@ #' @import tidyr #' @import data.tree #' @import digest -#' @import terra #' @importFrom stats complete.cases #' @importFrom stats na.omit NULL