data_frame is deprecated

Issue #120 resolved
Jason Vander Heiden created an issue

Getting the following error from the threshold pipeline:

Warning message:
`data_frame()` is deprecated, use `tibble()`.
This warning is displayed once per session.

I didn't track down the source of the warning in shazam, but it should be a really easy fix. Just swap data_frame for tibble calls and set the appropriate minimum dplyr version requirement.

Comments (3)

  1. ssnn

    Getting the following error from the threshold pipeline:

    Warning message:
    `data_frame()` is deprecated, use `tibble()`.
    This warning is displayed once per session.
    

    I didn't track down the source of the warning in shazam, but it should be a really easy fix. Just swap data_frame for tibble calls and set the appropriate minimum dplyr version requirement.

  2. Log in to comment