Skip to content

random_ggplot() using depredated args #13

Description

@jasonO6359

A call to

shinipsum::random_ggplot("line")

is generating the following warning.

Warning: Using size aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use linewidth instead.
ℹ The deprecated feature was likely used in the shinipsum package.
Please report the issue at https://github.com/Thinkr-open/shinipsum/issues.
This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

This immediate issue could be resolved by updating R/Plot.R line 147. Change size arg to linewidth. Though, it maybe be worth testing the other plots for additional instances.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions