I was using the get_asv_table function and the warning was displayed:
'Warning message:
funs() was deprecated in dplyr 0.8.0.
i 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))
i The deprecated feature was likely used in the mirlyn package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.'
I was using the get_asv_table function and the warning was displayed: 'Warning message:
funs()
was deprecated in dplyr 0.8.0. i 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))
i The deprecated feature was likely used in the mirlyn package. Please report the issue to the authors. This warning is displayed once every 8 hours. Call
lifecycle::last_lifecycle_warnings()
to see where this warning was generated.'