Type: Package
Package: broomExtra
Title: Grouped Statistical Analyses in a Tidy Way
Version: 0.0.1
Authors@R: 
    person(given = "Indrajeet",
           family = "Patil",
           role = c("aut", "cre"),
           email = "patilindrajeet.science@gmail.com",
           comment = c(ORCID = "0000-0003-1995-6531"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Collection of functions to assist 'broom' and
    'broom.mixed' package-related data analysis workflows. In particular,
    the generic functions tidy(), glance(), and augment() choose
    appropriate S3 methods from these two packages depending on which
    package exports the needed method. Additionally, 'grouped_' variants
    of the generics provides a convenient way to execute functions across
    a combination of grouping variable(s) in a dataframe.
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/broomExtra/,
        https://github.com/IndrajeetPatil/broomExtra
BugReports: https://github.com/IndrajeetPatil/broomExtra/issues
Depends: R (>= 3.5.0)
Imports: broom (>= 0.5.1), broom.mixed (>= 0.2.4), dplyr (>= 0.8.0),
        magrittr (>= 1.5), rlang (>= 0.3.1)
Suggests: covr, gapminder, generics, ggplot2, knitr, lme4, rmarkdown,
        spelling, stringr, testthat, tibble, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-06 18:14:21 UTC; inp099
Author: Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2019-03-13 11:33:35 UTC
