forked from bd-R/bdchecks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.3 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
44
45
46
47
48
49
Package: bdchecks
Title: Biodiversity Data Checks
Description: Supplies a set of functions to perform and manage data checks for biodiversity data.
Version: 0.1.200
Date: 2020-03-22
License: GPL-3 | file LICENSE
URL: https://github.com/bd-R/bdchecks
BugReports: https://github.com/bd-R/bdchecks/issues
Authors@R: c(
person(
"Povilas", "Gibas",
email = "povilasgibas@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-5311-6021')),
person(
"Tomer", "Gueta",
email = "tomer.gu@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0003-1557-8596')),
person(
"Vijay", "Barve", ,
email = "vijay.barve@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0002-4852-2567')),
person(
"Thiloshon", "Nagarajah",
email = "thiloshon@gmail.com",
role = c("aut")),
person(
"Yohay", "Carmel",
email = "yohay@cv.technion.ac.il",
role = c("aut"),
comment = c(ORCID = '0000-0002-5883-0184'))
)
Depends: R (>= 3.4)
Imports: gh,
methods,
magrittr,
kableExtra,
knitr,
rmarkdown,
taxize,
yaml,
xml2
LazyData: true
RoxygenNote: 7.0.2
Encoding: UTF-8
Suggests: testthat,
covr