-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
77 lines (77 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: dccvalidator
Title: Metadata Validation for Data Coordinating Centers
Version: 0.4.0
Authors@R:
c(person(given = "Kara",
family = "Woo",
role = c("aut")),
person(given = "Sage Bionetworks",
role = "cph"),
person(given = "Nicole",
family = "Kauer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kelsey",
family = "Montgomery",
role = "aut",
email = "[email protected]"),
person(given = "Dean",
family = "Attali",
role = "cph"))
Description: Performs checks for common metadata quality issues. Used by the
data coordinating centers for the 'AMP-AD' consortium
(<https://adknowledgeportal.synapse.org>), 'PsychENCODE' consortium
(<http://www.psychencode.org>), and others to validate metadata prior to
data releases.
License: MIT + file LICENSE
URL: https://sage-bionetworks.github.io/dccvalidator,
https://github.com/Sage-Bionetworks/dccvalidator
Depends:
R (>= 3.4),
shinyBS
Imports:
config,
ggplot2,
glue,
golem,
htmltools,
knitr,
magrittr,
markdown,
purrr,
reactable,
readr,
readxl,
reticulate,
rlang,
shiny,
shinydashboard,
shinyjs,
skimr,
stats,
tibble,
tools,
utils,
visdat
Suggests:
covr,
devtools,
dplyr,
httr,
jsonlite,
jsonvalidate,
mockery,
optparse,
rmarkdown (>= 1.16.2),
stringr,
testthat,
withr,
writexl
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: synapseclient (>= 2.3.1) (pypi.org/project/synapseclient)