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()).
The
chart.Drawdownfunction inPerformanceAnalyticsversion 2.0.8 — specifically, the code snippetPerformanceAnalytics::chart.Drawdown(return_data, plot.engine = "ggplot2")throws the following warning relating to deprecated features in
ggplot2version 4.0.0:Warning: Using
sizeaesthetic for lines was deprecated in ggplot2 3.4.0.i Please use
linewidthinstead.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.
Call
lifecycle::last_lifecycle_warnings()to see where this warning wasgenerated.
Warning: Removed 1 row containing missing values or values outside the scale range## (
geom_line()).