Skip to content

infer 1.0.2

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 12 Jun 20:07
· 114 commits to main since this release
06e2977

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 named x (#431).
  • Fix error from visualize when passed generate()d infer_dist objects that had not been passed to hypothesize() (#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() unexpected type warnings to be more permissive—the warning will be raised less often when type = "bootstrap" (#425).
  • Allow passing additional arguments to stats::chisq.test via ... in calculate(). 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) is TRUE. Core verbs have warned without an explicit success 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.