- Archived on CRAN and deprecated in favour of easystats project.
- Fixes tests for
{performance}
package update.
- Fixes tests for
{broom.mixed}
package update.
-
Bumps needed
{easystats}
package versions. -
{rlang}
operators are no longer re-exported.
- Removes
NOTE
aboutLazyData
in CRAN's daily checks.
- Removes
lifecycle
fromImports
to get rid ofNOTE
in CRAN daily checks.
- The tests are no longer skipped on
CRAN
.
-
...
are now passed to individual methods inglance_performance
. -
Removes
ipmisc
from dependencies.
-
Minor tweak to the documentation.
-
easystats_to_tidy_names
is now reexported fromipmisc
.
- More comprehensive coverage of terms from
easystats
packages.
- Adapts tests to changes made to
parameters
package.
- Minor release to fix
NOTE
produced in newR
-devel checks.
-
Minor changes made to fix warnings caused by
dplyr 1.0.0
. -
Retired vignette. Check out respective packages to see what methods are supported.
- The
broom
package is not being actively maintained, which had become a bottleneck for both development and testing the current package. So, now thetidy_parameters
function defaults toparameters::model_parameters
and usesbroom
packages only if that doesn't work. This also has some other benefits (#21).
-
Slight modification to
easystats_to_tidy_names
to cover naming patterns from a few moreeasystats
packages. -
Minimum R version bumped to
3.6.0
. -
Relies on
ipmisc
package for re-exports.
-
The
glance_performance
function now returns a combined summary dataframe frombroom
andperformance
packages, if both are available. This was done to include some unique performance measures that only theperformance
package contains (e.g., Nagelkerke's$R^2$ , Tjur's$R^2$ , etc.). -
Thanks to Sarah, the package now has a hexsticker.
-
New functions that make it easy to access tidy dataframes from both
broom
-family andeasystats
-family packages with the following functions:tidy_parameters
andglance_performance
. -
tidy
method 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.
- Minor internal refactoring of code.
- Deprecated
boot_
functions as they added nothing over and aboversample
.
- Maintenance release to make package compatible with
dplyr 0.8.4
.
-
In addition to trying to extract results using tidiers from
broom
andbroom.mixed
,broomExtra::tidy
now also attempts to convert the entered object into atibble
dataframe. 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
tidyverse
added to reexports.
- Adds new functions for bootstrapping:
boot_tidy
,boot_glance
,boot_augment
.
- This is maintenance release to make the package compatible with
R 3.6.0
.
- This is maintenance release to make the package compatible with
dplyr 0.8.1
.
- Initial release.