Package: apisensr
Title: Interface to 'episensr' for Sensitivity Analysis of Epidemiological Results
Version: 0.2.0
Authors@R:
        person(given = "Denis",
        family = "Haine",
        role = c("aut", "cre"),
        email = "denis.haine@gmail.com",
        comment = c(ORCID = "0000-0002-6691-7335"))
Description: API for using 'episensr', Basic sensitivity analysis of the observed relative risks adjusting for unmeasured confounding and misclassification of the exposure/outcome, or both. See <https://cran.r-project.org/package=episensr>.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
    shiny,
    golem,
    config,
    processx,
    attempt,
    DT,
    glue,
    htmltools,
    shinymaterial,
    shinyjs,
    rhandsontable,
    rmarkdown,
    ggraph,
    igraph
Depends:
    R (>= 3.6.0),
    ggplot2 (>= 3.3.3),
    episensr (>= 1.0.0)
RoxygenNote: 7.1.1
URL: https://github.com/dhaine/apisensr
BugReports: https://github.com/dhaine/apisensr/issues
Suggests:
    testthat,
    rlang
