Skip to content

Releases: drammock/phonR

version 1.0-7

25 Aug 18:20
Compare
Choose a tag to compare

New in this version:

  • better diphthong formatting (line styles, etc)
  • ellipses reflect true confidence in mean location that depends on number of tokens (uses Hotelling's T² distribution instead of χ²). Thanks to Francesco Sigona for pushing me on the importance of this issue.
  • argument var.style.by has been renamed to var.sty.by

phonR version 1.0-5

18 Jun 01:01
Compare
Choose a tag to compare

Bugfix release.

  • user-specified colors and styles (via the col, lwd, and lty arguments) now properly recycle when shorter than the number of unique elements in var.col.by / var.style.by. They are also correctly rendered in the legend (if drawn).

phonR version 1.0-3

19 Apr 07:18
Compare
Choose a tag to compare

Bugfix release.

  • polygon lines now properly ignore vowels not in poly.order.
  • legend now properly matches vowel categories and plotting colors, regardless of the vowel order in the dataframe and regardless of whether they are factors or character vectors.

phonR version 1.0-1

06 Mar 14:15
Compare
Choose a tag to compare

A major refactor of the entire phonR codebase, with many new features added. This release includes major changes to the API, so old code may (and likely will) be broken. See the tutorial vignette for detailed guidance.

phonR version 0.4-2

14 Jun 23:37
Compare
Choose a tag to compare
integration of ellipse function from mixtools.