ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Move {MASS} to Suggests

Open teunbrand opened this issue 1 year ago • 2 comments

This PR aims to fix part of https://github.com/tidyverse/ggplot2/issues/5986#issuecomment-2217476203.

Briefly, MASS is required for 2D KDE and a particular ellipse type and not broadly all over ggplot2. This PR moves it to Suggests, adds checks whether it is installed in the relevant places and skips tests when it is not installed.

teunbrand avatar Jul 10 '24 14:07 teunbrand