-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.18 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
Package: dccmonitor
Title: Monitor Data Validation
Version: 0.0.0.9008
Authors@R:
c(person(given = "Nicole",
family = "Kauer",
role = c("aut", "cre"),
email = "nicole.kauer@sagebase.org"),
person(given = "Sage Bionetworks",
role = "cph"))
Maintainer: The package maintainer <nicole.kauer@sagebase.org>
URL: https://github.com/Sage-Bionetworks/dccmonitor
Description: Allows for monitoring of data uploaded via the
dccvalidator application. Functions for getting information
on the uploaded files, metadata validation status, and more.
License: MIT + file LICENSE
Depends:
dccvalidator (>= 0.3.0.9025),
R (>= 3.4)
Imports:
config,
dplyr,
ggplot2,
glue,
golem,
htmltools,
magrittr,
purrr,
reactable,
readr,
reticulate,
shiny,
shinyBS,
shinydashboard,
shinydashboardPlus,
shinyjs (>= 1.0.1.9006),
shinyWidgets,
skimr,
tibble,
visdat
Suggests:
httr,
jsonlite,
testthat
Remotes:
Sage-Bionetworks/dccvalidator
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: synapseclient (>= 2.4.0) (pypi.org/project/synapseclient)