Skip to content

Warning message: The size argument of element_rect() is deprecated as of ggplot2 3.4.0. #127

Open
@XiangyunHuang

Description

@XiangyunHuang

following code will give a warning message now, because tidyverse/ggplot2#3672

library(likert)
data("MathAnxiety")
math_anxiety <- likert(summary = MathAnxiety)
plot(math_anxiety, type = "bar", legend.position = "bottom")

Warning message:
The size argument of element_rect() is deprecated as of ggplot2 3.4.0.
Please use the linewidth argument instead.

Would you mind updatingplot() code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions