infer 1.0.2
infer v1.0.2 is a minor release containing several bug fixes and miscellaneous improvements.
- Fix p-value shading when the calculated statistic falls exactly on the boundaries of a histogram bin (#424).
- Fix
generate()
errors when columns are namedx
(#431). - Fix error from
visualize
when passedgenerate()
dinfer_dist
objects that had not been passed tohypothesize()
(#432). - Update visual checks for
visualize
output to align with the R 4.1.0+ graphics engine (#438). specify()
and wrapper functions now appropriately handle ordered factors (#439).- Clarify error when incompatible statistics and hypotheses are supplied (#441).
- Updated
generate()
unexpectedtype
warnings to be more permissive—the warning will be raised less often whentype = "bootstrap"
(#425). - Allow passing additional arguments to
stats::chisq.test
via...
incalculate()
. Ellipses are now always passed to the applicable base R hypothesis testing function, when applicable (#414)! - The package will now set the levels of logical variables on conversion to factor so that the first level (regarded as
success
by default) isTRUE
. Core verbs have warned without an explicitsuccess
value already, and this change makes behavior consistent with the functions being wrapped by shorthand test wrappers (#440). - Added new statistic
stat = "ratio of means"
(#452). - Simon Couch is now the CRAN-corresponding maintainer.
This release also ships changes from v1.0.1, a GitHub-only release, off to CRAN for the first time. Notably, the package is now released with an MIT license.