Since a recent ggplot2 update, using guides(xxx = FALSE) instead of guides(xxx = "none") generates a warning.
This small PR just applies this replacement to ggdend.R to avoid the warnings.
Many thanks for your work on this really great and useful package.
Since a recent ggplot2 update, using
guides(xxx = FALSE)
instead ofguides(xxx = "none")
generates a warning. This small PR just applies this replacement toggdend.R
to avoid the warnings.Many thanks for your work on this really great and useful package.