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 wrappereigen_ord()
and its methods remain. - The
linewidth
aesthetic replacessize
(with fallback behavior per recommendations) following the upcoming change in {ggplot2}.
See 'NEWS.md' for more detail.