Type: Package
Package: broomExtra
Title: Enhancements for 'broom' Package Family
Version: 0.0.3
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.1),
        magrittr (>= 1.5), rlang (>= 0.3.4)
Suggests: covr, gapminder, generics, ggplot2, knitr, lme4, rmarkdown,
        spelling, stringr, testthat, tibble, tidyr, utils
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-05-19 22:46:34 UTC; inp099
Author: Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2019-05-20 04:50:07 UTC
