DESCRIPTION 1.1 KB
Newer Older
kapsner's avatar
kapsner committed
1
Package: DQAgui
2
Title: Graphical User Interface for Data Quality Assessment
3
Version: 0.2.1
Lorenz Kapsner's avatar
Lorenz Kapsner committed
4
5
6
7
8
9
10
11
Authors@R: c(
    person("Lorenz A.", "Kapsner", , "lorenz.kapsner@uk-erlangen.de", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0003-1866-860X")),
    person("Jonathan M.", "Mang", role = "aut",
           comment = c(ORCID = "0000-0003-0518-4710")),
    person("MIRACUM - Medical Informatics in Research and Care in University Medicine", role = "fnd"),
    person("Universitätsklinikum Erlangen", role = "cph")
  )
kapsner's avatar
kapsner committed
12
13
Description: A graphical user interface (GUI) to the functions implemented in the R package 'DQAstats'.
License: GPL-3
14
15
URL: https://github.com/miracum/dqa-dqagui
BugReports: https://github.com/miracum/dqa-dqagui/issues
kapsner's avatar
kapsner committed
16
Encoding: UTF-8
17
Date: 2022-06-29
kapsner's avatar
kapsner committed
18
19
Imports: 
    data.table,
20
    daterangepicker,
21
    DIZtools (>= 0.0.5),
22
23
    DIZutils (>= 0.1.1),
    DQAstats (>= 0.3.1),
24
    DT,
25
26
    jsonlite,
    knitr,
Jonathan Mang's avatar
Jonathan Mang committed
27
    lubridate,
28
    magrittr,
Jonathan Mang's avatar
Jonathan Mang committed
29
    parsedate,
kapsner's avatar
kapsner committed
30
    shiny,
31
    shinyalert,
kapsner's avatar
kapsner committed
32
33
34
    shinydashboard,
    shinyFiles,
    shinyjs,
35
    shinyWidgets,
36
    waiter
kapsner's avatar
kapsner committed
37
Suggests: 
38
    lintr,
39
    testthat (>= 3.0.0)