Skip to content

Use of deprecated functionality in dplyr package #49

Description

@nolanfeeny

Within calc_grid_wind() and summarize_grid_wind, the following functions are called from the dplyr package and should be replaced.

mutate_() was deprecated in dplyr 0.7.0.
Please use mutate() instead.

rename_() was deprecated in dplyr 0.7.0.
Please use rename() instead.

select_() was deprecated in dplyr 0.7.0.
Please use select() instead.

filter_() was deprecated in dplyr 0.7.0.
Please use filter() instead.

summarise_() was deprecated in dplyr 0.7.0.
Please use summarise() instead.

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