-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove full import of terra to avoid conflict
- Loading branch information
1 parent
f17bab8
commit 88bcf0d
Showing
3 changed files
with
14 additions
and
14 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 |
---|---|---|
@@ -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, | ||
|
@@ -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 |
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