broomExtra 5.0.0
- Archived on CRAN and deprecated in favour of easystats project.
broomExtra 4.2.1
CRAN release: 2021-02-21
- Removes
lifecyclefromImportsto get rid ofNOTEin CRAN daily checks.
broomExtra 4.1.0
CRAN release: 2020-10-30
...are now passed to individual methods inglance_performance.Removes
ipmiscfrom dependencies.
broomExtra 4.0.6
CRAN release: 2020-09-14
Minor tweak to the documentation.
easystats_to_tidy_namesis now reexported fromipmisc.
broomExtra 4.0.5
CRAN release: 2020-09-02
- More comprehensive coverage of terms from
easystatspackages.
broomExtra 4.0.2
CRAN release: 2020-05-11
Minor changes made to fix warnings caused by
dplyr 1.0.0.Retired vignette. Check out respective packages to see what methods are supported.
broomExtra 4.0.0
CRAN release: 2020-04-22
- The
broompackage is not being actively maintained, which had become a bottleneck for both development and testing the current package. So, now thetidy_parametersfunction defaults toparameters::model_parametersand usesbroompackages only if that doesn’t work. This also has some other benefits (#21).
broomExtra 3.0.0
CRAN release: 2020-04-11
Slight modification to
easystats_to_tidy_namesto cover naming patterns from a few moreeasystatspackages.Minimum R version bumped to
3.6.0.Relies on
ipmiscpackage for re-exports.
broomExtra 2.5.0
CRAN release: 2020-03-17
The
glance_performancefunction now returns a combined summary dataframe frombroomandperformancepackages, if both are available. This was done to include some unique performance measures that only theperformancepackage contains (e.g., Nagelkerke’s R2, Tjur’s R2, etc.).Thanks to Sarah, the package now has a hexsticker.
broomExtra 2.0.0
CRAN release: 2020-02-22
New functions that make it easy to access tidy dataframes from both
broom-family andeasystats-family packages with the following functions:tidy_parametersandglance_performance.tidymethod no longer attempt to convert entered objects to a tibble as a last resort as this was converting model objects in case the tidiers failed for some reason.
broomExtra 1.0.0
CRAN release: 2019-12-17
- Deprecated
boot_functions as they added nothing over and aboversample.
broomExtra 0.0.6
CRAN release: 2019-10-26
- Maintenance release to make package compatible with
dplyr 0.8.4.
broomExtra 0.0.5
CRAN release: 2019-08-19
In addition to trying to extract results using tidiers from
broomandbroom.mixed,broomExtra::tidynow also attempts to convert the entered object into atibbledataframe. This is solely to deal with dataframes which are often encountered while writing wrapper functions aroundtidy.Minor refactoring of
boot_generic functions to make them compatible with upcoming release oftidyr.More operators from
tidyverseadded to reexports.
broomExtra 0.0.4
CRAN release: 2019-06-25
- Adds new functions for bootstrapping:
boot_tidy,boot_glance,boot_augment.
broomExtra 0.0.3
CRAN release: 2019-05-20
- This is maintenance release to make the package compatible with
R 3.6.0.
