The chart.Drawdown function in PerformanceAnalytics version 2.0.8 — specifically, the code snippet
PerformanceAnalytics::chart.Drawdown(return_data, plot.engine = "ggplot2")
throws the following warning relating to deprecated features in ggplot2 version 4.0.0:
Warning: Usingsize aesthetic for lines was deprecated in ggplot2 3.4.0.
i Please uselinewidth instead.
i The deprecated feature was likely used in the PerformanceAnalytics package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Calllifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Warning: Removed 1 row containing missing values or values outside the scale range## (geom_line()).