-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.5 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
Package: miRacumDQA
Title: MIRACUM DQA Tool
Version: 3.1.0.9001
Authors@R: c(
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
person("Jonathan M.", "Mang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0518-4710")),
person("Franziska", "Bathelt", role = "ctb"),
person("Denis", "Gebele", role = "ctb"),
person("MIRACUM - Medical Informatics in Research and Care in University Medicine", role = "fnd"),
person("Universitätsklinikum Erlangen", role = "cph")
)
Description: The MIRACUM consortium's data quality assessment tool.
License: GPL-3
URL: https://github.com/miracum/dqa-miracumdqa
BugReports: https://github.com/miracum/dqa-miracumdqa/issues
Encoding: UTF-8
Date: 2022-08-30
Config/reticulate:
list(
packages = list(
list(package = "git+https://github.com/miracum/dqa-mdr-connector")
)
)
Imports:
data.table,
DIZtools (>= 0.0.5),
DIZutils (>= 0.1.1),
DQAgui (>= 0.2.1),
DQAstats (>= 0.3.1),
influxdbr,
magrittr,
reticulate (>= 1.14),
shiny,
shinydashboard,
utils
Remotes:
github::miracum/misc-diztools@dev,
github::miracum/misc-dizutils@development,
url::https://gitlab.miracum.org/miracum/dqa/dqastats/-/archive/development/dqastats-development.zip,
url::https://gitlab.miracum.org/miracum/dqa/dqagui/-/archive/development/dqagui-development.zip
Suggests:
lintr,
testthat