tobiasgf / lulu

r package for post-clustering curation of amplicon next generation sequencing data (metabarcoding)
GNU Lesser General Public License v3.0
63 stars 17 forks source link

warning message! `funs()` was deprecated in dplyr 0.8.0. #18

Open adriantich opened 1 year ago

adriantich commented 1 year ago

Hello, I have the following warning. It is not FATAL yet but could be in a future I guess!

**Warning message: 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 lulu package. Please report the issue to the authors.**

Cheers! Adrià

adriantich commented 1 year ago

Sorry for the font format, it was not intended! :(

slambrechts commented 1 year ago

I see the same warning, do you know if this means lulu did not run correctly?

adriantich commented 1 year ago

I don't think so, as long as it is only a warning there is no problem. But that means that in future versions this will rise an error.

gabrielet commented 1 year ago

i am contacting the maintainer of the lulu package to let them know that it's an easy fix. let's see!