Skip to content

dependency compatibilities

Latest
Compare
Choose a tag to compare
@corybrunson corybrunson released this 21 Oct 17:27

This patch resolves some compatibility issues with dependency packages:

  • List tidiers, which redefine methods from {broom}, previously caused a confusing warning on attachment. They have been relocated to the prototype standalone package {broom.list}.
  • The output of eigen() now has an 'eigen' S3 class. Recovery methods are added for this class, though the embellished wrapper eigen_ord() and its methods remain.
  • The linewidth aesthetic replaces size (with fallback behavior per recommendations) following the upcoming change in {ggplot2}.

See 'NEWS.md' for more detail.