Type: Package
Package: broomExtra
Title: Enhancements for 'broom' and 'easystats' Package Families
Version: 2.5.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: Provides helper functions that assist in data
    analysis workflows involving regression analyses. The goal is to
    combine the functionality offered by different set of packages
    ('broom', 'broom.mixed', 'parameters', and 'performance') through a
    common syntax to return tidy dataframes containing model parameters and
    performance measure summaries. The '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, broom.mixed, dplyr, magrittr, parameters, performance,
        rlang, tibble
Suggests: generics, ggplot2, knitr, lavaan, lme4, MASS, mixor, orcutt,
        rmarkdown, spelling, testthat, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0.9000
NeedsCompilation: no
Packaged: 2020-03-17 21:34:06 UTC; inp099
Author: Indrajeet Patil [aut, cre, ctb]
    (<https://orcid.org/0000-0003-1995-6531>)
Repository: CRAN
Date/Publication: 2020-03-17 22:10:02 UTC
