Skip to content

Upgrade superseded functions #121

Description

@florisvdh

The package code uses functions like gather() and spread() which have been superseded by pivot_longer() and pivot_wider(). For instance this is seen in #120.

There may be other similarly superseded functions.

The superseded functions are better rewritten using their modernized variants, after checking their support by {dbplyr} if that is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions