forked from EMODnet/EMODnetBiocheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 857 Bytes
/
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: EMODnetBiocheck
Title: LifeWatch & EMODnet Biology QC Tool
Version: 0.0.0.9000
Authors@R: c(
person(given = "Daphnis",
family = "De Pooter",
email = "[email protected]",
role = "aut"),
person(given = "Ruben",
family = "Perez Perez",
email = "[email protected]",
role = "cre")
)
Description: This tool allows you to assess to what extend a dataset published on an IPT or a DwC-A file meets the EMODnet Biology Data Quality Criteria.
Depends:
R (>= 3.5)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
RCurl,
httr,
dplyr,
finch,
ggplot2,
knitr,
leaflet,
xml2,
rmarkdown,
stringr,
skosxml,
rjson,
parsedate,
plyr,
obistools,
tidyr,
stringdist
Suggests:
sf
Remotes:
github::EMODnet/skosxml,
github::iobis/obistools
RoxygenNote: 7.3.2