Package: DQAgui
Title: Graphical User Interface for Data Quality Assessment
Version: 0.1.9.9015
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")
  )
Description: A graphical user interface (GUI) to the functions implemented in the R package 'DQAstats'.
License: GPL-3
URL: https://github.com/miracum/dqa-dqagui
BugReports: https://github.com/miracum/dqa-dqagui/issues
Encoding: UTF-8
Date: 2022-04-20
Imports: 
    data.table,
    daterangepicker,
    DIZtools,
    DIZutils (>= 0.0.12),
    DQAstats (>= 0.2.3),
    DT,
    jsonlite,
    knitr,
    lubridate,
    magrittr,
    parsedate,
    shiny,
    shinyalert,
    shinydashboard,
    shinyFiles,
    shinyjs,
    shinyWidgets,
    waiter
Suggests: 
    lintr,
    processx,
    testthat (>= 3.0.0)
RoxygenNote: 7.1.2