kenithgrey / ggQC

ggQC
GNU General Public License v3.0
46 stars 9 forks source link

Message "fun.y deprecated" Still Appears When Using "fun" Argument Instead of "fun.y" #50

Open drag05 opened 1 year ago

drag05 commented 1 year ago

Using stat_summary() with argument fun does not prevent the

Warning message: The fun.y argument of stat_summary() is deprecated as of ggplot2 3.3.0. ℹ Please use the fun argument instead. ℹ The deprecated feature was likely used in the ggQC 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:


Backtrace:

  1. base::lapply(...)
  2. global FUN(X[[i]], ...)
  3. ggQC::stat_QC()
  4. ggplot2::stat_summary(...)
  5. ggplot2:::deprecate_warn0("3.3.0", "stat_summary(fun.y)", "stat_summary(fun)")

I am rising this issue for the reason that package ggQC is mentioned in the warning.

ggQC package version: 0.0.31

Thank you!