IndrajeetPatil / statsExpressions

Tidy data frames and expressions with statistical summaries 📜
https://indrajeetpatil.github.io/statsExpressions/
Other
311 stars 20 forks source link

Necessity of patch-level version bumps in dependencies #252

Closed mfansler closed 4 months ago

mfansler commented 10 months ago

This package frequently bumps patch-level versions in dependencies. Is this actually necessary?

For instance, dplyr v1.1.2 -> v1.1.3 doesn't appear to add any functionality. What is the reason that this package requires it?

IndrajeetPatil commented 4 months ago

Technically, no. But most of the key dependencies of statsExpressions (viz. packages from tidyverse and easystats ecosystems) are under active development with relatively rapidly evolving API.

Therefore, from time-to-time, I bump the needed dep versions to make sure that the end users:

This will naturally come to a halt as the development pace for these dependencies slows down.