alexpghayes / distributions3

Probability Distributions as S3 Objects
https://alexpghayes.github.io/distributions3/
Other
100 stars 16 forks source link

Remove ellipsis dependency + address deprecation warnings #105

Closed olivroy closed 5 months ago

olivroy commented 5 months ago

In favour of rlang since ellipsis is deprecated. https://rlang.r-lib.org/news/index.html#argument-intake-1-0-0

While running tests, I noticed some deprecation warnings, that I took care of

olivroy commented 5 months ago

the test-coverage action can be fixed by following steps outlined in r-lib/actions#834