forked from iobis/obistools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: obistools
Title: Data Enhancement and Quality Control of Marine Species Observations
Version: 0.1.0
Date: 2024-03-14
Authors@R: c(
person("Pieter", "Provoost", , "[email protected]", role = c("cre", "aut")),
person("Samuel", "Bosch", , "[email protected]", role = "aut"),
person("Silas", "Principe", , "[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)
Imports:
cowplot,
data.tree,
digest,
dplyr,
ggplot2,
httr,
jsonlite,
knitr,
leaflet,
maps,
rappdirs,
rmarkdown,
sf,
stringr,
terra,
tidyr,
worrms,
xml2
Suggests:
finch,
grid,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3