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.
A call to
shinipsum::random_ggplot("line")is generating the following warning.
Warning: Using
sizeaesthetic for lines was deprecated in ggplot2 3.4.0.ℹ Please use
linewidthinstead.ℹ 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
sizearg tolinewidth. Though, it maybe be worth testing the other plots for additional instances.