Package: ezr
Title: Easy Use of R via Shiny App for Basic Analyses of Experimental
        Data
Version: 0.1.5
Authors@R: 
    person(given = "Jin",
           family = "Kim",
           role = c("aut", "cre"),
           email = "jin.m.kim@yale.edu",
           comment = c(ORCID = "https://orcid.org/0000-0002-5013-3958"))
Description: Runs a Shiny App in the local machine for basic
    statistical and graphical analyses. The point-and-click interface 
    of Shiny App enables obtaining the same analysis outputs (e.g., plots and
    tables) more quickly, as compared with typing the required code in R,
    especially for users without much experience or expertise with coding.
    Examples of possible analyses include tabulating descriptive
    statistics for a variable, creating histograms by experimental groups,
    and creating a scatter plot and calculating the correlation between
    two variables.
License: GPL-3
URL: https://github.com/jinkim3/ezr
BugReports: https://github.com/jinkim3/ezr/issues
Imports: data.table, DT, ggplot2, ggridges, moments, shiny,
        shinydashboard, stats, weights
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-23 15:39:26 UTC; v
Author: Jin Kim [aut, cre] (<https://orcid.org/0000-0002-5013-3958>)
Maintainer: Jin Kim <jin.m.kim@yale.edu>
Repository: CRAN
Date/Publication: 2020-11-25 10:30:08 UTC
Built: R 4.3.0; ; 2023-04-02 12:46:32 UTC; unix
