Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use group_by() instead #14

Open
emagar opened this issue Dec 8, 2023 · 0 comments
Open

use group_by() instead #14

emagar opened this issue Dec 8, 2023 · 0 comments

Comments

@emagar
Copy link

emagar commented Dec 8, 2023

In ubuntu 22.04 with a fresh R 4.3.2 installation, I got this warning after invoking slide():

Lagging cycle by 1 time units.

Warning message:
group_by_() was deprecated in dplyr 0.7.0.
ℹ Please use group_by() instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the DataCombine package.
Please report the issue at https://github.com/christophergandrud/DataCombine/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

lifecycle::last_lifecycle_warnings()
[[1]]
<warning/lifecycle_warning_deprecated>
Warning:
group_by_() was deprecated in dplyr 0.7.0.
ℹ Please use group_by() instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the DataCombine package.
Please report the issue at https://github.com/christophergandrud/DataCombine/issues.


Backtrace:

  1. └─DataCombine::slide(...)
  2. └─dplyr::group_by_(data, .dots = GroupVar)
  3. └─dplyr:::lazy_deprec("group_by")
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant