Distributions.jl icon indicating copy to clipboard operation
Distributions.jl copied to clipboard

Use `Rmath` instead of private `StatsFuns.RFunctions` submodule

Open devmotion opened this issue 2 months ago • 1 comments

Currently, Distributions uses non-public functions in the private submodule StatsFuns.RFunctions. This could break in any new release of StatsFuns.

This PR switches the code to public functions in Rmath (which was already used by the private functions in StatsFuns.RFunctions).

devmotion avatar Oct 23 '25 10:10 devmotion

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 86.35%. Comparing base (bbdd4f1) to head (693630a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2011   +/-   ##
=======================================
  Coverage   86.35%   86.35%           
=======================================
  Files         146      146           
  Lines        8782     8782           
=======================================
  Hits         7584     7584           
  Misses       1198     1198           

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Oct 23 '25 10:10 codecov-commenter