-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
54 lines (54 loc) · 1.45 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
50
51
52
53
54
Package: bdchecks.app
Title: A User-Friendly Graphical Interface for Managing Biodiversity Data Quality Checks
Description: Shiny App giving complete workflow to selectively perform datachecks.
Version: 0.2.4
Date: 2020-09-27
Authors@R: c(
person(
"Tomer", "Gueta",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = '0000-0003-1557-8596')),
person(
"Vijay", "Barve", ,
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = '0000-0002-4852-2567')),
person(
"Thiloshon", "Nagarajah",
email = "[email protected]",
role = c("aut","cre")),
person(
"Povilas", "Gibas",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = '0000-0001-5311-6021')),
person(
"Yohay", "Carmel",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = '0000-0002-5883-0184'))
)
Maintainer: Thiloshon Nagarajah <[email protected]>
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.2)
LazyData: true
Imports:
DT,
golem,
shiny,
shinydashboard,
shinyjs,
rhandsontable,
yaml,
bdchecks (>= 0.1.200),
bdutilities.app (>= 0.2.1),
bdutilities
Remotes:
bd-R/bdutilities.app,
bd-R/bdutilities,
bd-R/bdchecks
RoxygenNote: 7.1.1
URL: https://github.com/bd-R/bdchecks.app
BugReports: https://github.com/bd-R/bdchecks.app/issues