Skip to content

The 'chart.Drawdown' function throws a warning for parameter 'plot.engine = "ggplot2"' #193

@mbs2016

Description

@mbs2016

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()).

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