Type: Package
Package: broomExtra
Title: Enhancements for 'broom' Package Family
Version: 2.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. The 'grouped_' variants of the
    generics provides a convenient way to execute functions across a
    combination of grouping variable(s) in a dataframe. Additionally,
    tidy-and glance-like methods from 'parameters' and 'performance' can
    also be accessed.
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, broom.mixed, dplyr, magrittr, parameters, performance,
        rlang, tibble
Suggests: generics, ggplot2, knitr, lavaan, lme4, MASS, mixor,
        rmarkdown, spelling, testthat, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2.9000
NeedsCompilation: no
Packaged: 2020-02-22 19:14:14 UTC; inp099
Author: Indrajeet Patil [aut, cre, ctb]
    (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2020-02-22 20:00:02 UTC
