Skip to content

Commit

Permalink
Remove full import of terra to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
silasprincipe committed Dec 20, 2023
1 parent f17bab8 commit 88bcf0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
26 changes: 14 additions & 12 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Package: obistools
Title: Data Enhancement and Quality Control of Marine Species Observations
Description: Prepare data sets for submission to the Ocean Biogeographical Information System (<https://obis.org>). 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(
person("Pieter", "Provoost", , "[email protected]", role = c("cre", "aut")),
person("Samuel", "Bosch", , "[email protected]", role = "aut"),
person("Ward", "Appeltans", role = "ctb"),
person(, "OBIS", , "[email protected]", role = "cph")
)
)
Description: Prepare data sets for submission to the Ocean Biogeographical
Information System (<https://obis.org>). 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,
Expand All @@ -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
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import(dplyr)
import(ggplot2)
import(knitr)
import(rmarkdown)
import(terra)
import(tidyr)
import(xml2)
importFrom(leaflet,addCircleMarkers)
Expand Down
1 change: 0 additions & 1 deletion R/obistools.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#' @import tidyr
#' @import data.tree
#' @import digest
#' @import terra
#' @importFrom stats complete.cases
#' @importFrom stats na.omit
NULL

0 comments on commit 88bcf0d

Please sign in to comment.