Type: Package
Package: broomExtra
Title: Enhancements for 'broom' Package Family
Version: 1.0.0
Authors@R: 
    person(given = "Indrajeet",
           family = "Patil",
           role = c("aut", "cre", "ctb"),
           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_' and
    'boot_' variants of the generics provides a convenient way to execute
    functions across a combination of grouping variable(s) in a dataframe
    or bootstrap them.
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.2), broom.mixed (>= 0.2.4), dplyr (>= 0.8.3),
        magrittr (>= 1.5), rlang (>= 0.4.1)
Suggests: generics, ggplot2, knitr, lme4, rmarkdown, spelling, stringr,
        testthat, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2019-12-17 21:41:58 UTC; inp099
Author: Indrajeet Patil [aut, cre, ctb]
    (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2019-12-18 00:00:09 UTC
