p-gw / FactorRotations.jl

Rotation methods for factor analysis and principal component analysis in Julia
https://p-gw.github.io/FactorRotations.jl/
MIT License
7 stars 2 forks source link

Add MultivariateStats.jl Extension #38

Closed p-gw closed 8 months ago

p-gw commented 9 months ago

This pull request adds a package extension to allow direct support for MultivariateStats.jl It is breaking because julia package extensions require julia 1.9, thus we need to drop support for 1.8

codecov[bot] commented 9 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (ae2d7a0) 90.22% compared to head (d2a8ed7) 90.24%.

Files Patch % Lines
src/rotate.jl 70.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== + Coverage 90.22% 90.24% +0.02% ========================================== Files 21 22 +1 Lines 358 369 +11 ========================================== + Hits 323 333 +10 - Misses 35 36 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.