Package: ggquickeda
Title: Quickly Explore Your Data Using 'ggplot2' and Summary Tables
Version: 0.1.1
Authors@R: c(
    person("Samer", "Mouksassi", email = "samermouksassi@gmail.com",
      role = c("aut", "cre")),
    person("Dean", "Attali", email = "daattali@gmail.com",
      role = c("aut")),
    person("Benjamin", "Rich", email = "mail@benjaminrich.net",
      role = c("aut"), comment = "provided summary stats tables tab code"), 
    person("Michael", "Sachs", email = "sachsmc@gmail.com",
      role = c("aut"), comment = "provided ggkm code")
    )
Description: Quickly and easily perform exploratory data analysis by uploading your
     data as a 'csv' file. Start generating insights using 'ggplot2' plots and
     'table1' tables with descriptive stats, all using an easy-to-use point and click 
     'Shiny' interface.
URL: https://github.com/smouksassi/ggquickeda
BugReports: https://github.com/smouksassi/ggquickeda/issues
Depends: R (>= 3.1.0)
Imports: colourpicker, dplyr, DT, Formula, ggplot2, ggpmisc, ggrepel
        (>= 0.7.0), grDevices, grid, gridExtra, Hmisc, lazyeval,
        markdown, methods, plotly, quantreg, rlang, scales, shiny (>=
        1.0.4), shinyjs, stats, stringr, survival, tidyr, table1 (>=
        1.1), utils
Suggests: knitr, rmarkdown
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-27 03:55:54 UTC; smouksas
Author: Samer Mouksassi [aut, cre],
  Dean Attali [aut],
  Benjamin Rich [aut] (provided summary stats tables tab code),
  Michael Sachs [aut] (provided ggkm code)
Maintainer: Samer Mouksassi <samermouksassi@gmail.com>
Repository: CRAN
Date/Publication: 2018-09-27 05:00:16 UTC
