Skip to content

aes_string() is deprecated — replace with tidy eval aes() in plot_wrapper.R #38

Description

@konradbuessow

Hello Swarchal,

aes_string() was deprecated in ggplot2 3.0.0 and now triggers deprecation warnings on every plot.

All occurrences are in R/plot_wrapper.R, used identically in plt6, plt12, plt24, plt48, plt96, plt384, and plt1536.

Possible fix: replace aes_string(x = "Column", y = "Row") with aes(x = .data[["Column"]], y = .data[["Row"]]) (and similarly for the Var1/Var2/values calls).

Best Regards,
Konrad

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions