escamero / mirlyn

11 stars 3 forks source link

Warning when using get_asv_table #7

Open dsiegieda opened 2 years ago

dsiegieda commented 2 years ago

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.'