Package: SciDataReportR
Title: Package for Generating Scientific Data Reports
Version: 16.0.0
Authors@R: 
    person("Raha", "Dastgheyb", , "raha@jhmi.edu", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4992-711X"))
Description: SciDataReportR is a package designed to facilitate the generation of scientific data reports. It provides functions for creating descriptive summary tables, formatting data for analysis, and enhancing data visualization.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/RDastgh1/SciDataReportR, https://rdastgh1.github.io/SciDataReportR/
BugReports: https://github.com/RDastgh1/SciDataReportR/issues
Imports: 
    dplyr,
    ggplot2,
    labelled,
    magrittr,
    sjlabelled,
    stats,
    summarytools,
    tidyr,
    rstatix,
    ggstatsplot,
    gt,
    plotly,
    tibble,
    kableExtra,
    gtsummary,
    paletteer,
    purrr
Suggests:
    BlandAltmanLeh,
    ggrepel,
    gtools,
    missRanger,
    ggrain,
    gtsummary,
    xtable,
    codebook,
    psych,
    VIM,
    fastDummies,
    stringr,
    naniar,
    plotrix,
    ggdist,
    lubridate,
    rlang,
    FactoMineR,
    RColorBrewer,
    arsenal,
    data.table
Depends: 
    R (>= 2.10)
LazyData: true
