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

deprecation message from tibble #12

Open
maelle opened this issue Jul 17, 2024 · 0 comments
Open

deprecation message from tibble #12

maelle opened this issue Jul 17, 2024 · 0 comments
Assignees

Comments

@maelle
Copy link
Member

maelle commented Jul 17, 2024

`funs()` was deprecated in dplyr 0.8.0.
ℹ Please use a list of either functions or lambdas:

# Simple named list: list(mean = mean, median = median)

# Auto named with `tibble::lst()`: tibble::lst(mean, median)

# Using lambdas list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))
ℹ The deprecated feature was likely used in the skynet package.

while running test_smallerfunctions.R

@FilipeamTeixeira FilipeamTeixeira self-assigned this Sep 10, 2024
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

2 participants