-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 2.01 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 2.01 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: bdverse
Title: An Infrastructural Toolkit for Biodiversity Data Quality in R
Description: A sustainable and agile infrastructure that enhances the value of biodiversity data by allowing users to conveniently employ R, for data exploration, quality assessment, data cleaning, and standardization. The bdverse supports users with and without programming capabilities. It includes six unique packages in a hierarchal structure — representing different functionality levels.
Version: 0.0.4
Date: 2020-05-16
Authors@R: c(
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","cre")),
person(
"Povilas", "Gibas",
email = "povilasgibas@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0001-5311-6021')),
person(
"Yohay", "Carmel",
email = "yohay@cv.technion.ac.il",
role = c("aut"),
comment = c(ORCID = '0000-0002-5883-0184'))
)
Maintainer: Thiloshon Nagarajah <thiloshon@gmail.com>
Imports:
cli,
crayon,
devtools,
gtools,
knitr,
roxygen2,
rstudioapi,
shiny,
tibble,
utils,
bdutilities (>= 0.0.4),
bdutilities.app (>= 0.2.1),
bdDwC (>= 0.1.52),
bddwc.app (>= 0.0.14),
bdchecks (>= 0.1.200),
bdchecks.app (>= 0.2.2),
bdclean (>= 0.1.24)
Depends: R (>= 2.10)
RoxygenNote: 6.1.1
URL: https://github.com/bd-R/bdverse, https://bd-r.github.io/The-bdverse/index.html
BugReports: https://github.com/bd-R/bdverse/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Remotes:
bd-R/bdutilities,
bd-R/bdutilities.app,
bd-R/bdDwC,
bd-R/bddwc.app,
bd-R/bdchecks,
bd-R/bdchecks.app,
bd-R/bdclean@new_bdclean