mitchelloharawild / distributional

Vectorised distributions for R
https://pkg.mitchelloharawild.com/distributional
GNU General Public License v3.0
94 stars 15 forks source link

Remove graphics utilities in favour of `{ggdist}` #62

Closed mitchelloharawild closed 7 months ago

mitchelloharawild commented 3 years ago

The dependency is not needed thanks to the wonderful work by @mjskay at https://github.com/mjskay/ggdist/. The usage in {fabletools} will be updated to use (and suggest) the {ggdist} package, reducing the dependency tree for all associated packages.

I don't expect that many people use geom_hilo_ribbon() or geom_hilo_linerange() yet, so the deprecation can happen fairly quickly (perhaps 1 major release).

mitchelloharawild commented 2 years ago

Waiting for https://github.com/mjskay/ggdist/issues/111 to allow {fabletools} to use {ggdist} before {distributional} can drop geom_*() functions.

dmi3kno commented 1 year ago

Trimming down heavy dependencies, e.g. {ggplot2} is very much appreciated!