Skip to content

Remove dead code: modify_aes_() wrapping deprecated aes_() #444

@ishaan-arora-1

Description

@ishaan-arora-1

modify_aes_() in R/helpers-gg.R (lines 31–33) wraps the deprecated aes_() function. It is never called anywhere in the codebase — the non-deprecated replacement modify_aes() (lines 38–40) exists and is used instead.

The dead function should be removed along with its roxygen comment block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions