You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <scale> argument of guides() cannot be FALSE. Use "none" instead as of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the hisafer package.
Please report the issue at https://github.com/kevinwolz/hisafer/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
lifecycle::last_lifecycle_warnings()
[[1]]
<warning/lifecycle_warning_deprecated>
Warning:
The <scale> argument of guides() cannot be FALSE. Use "none" instead as of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the hisafer package.
Please report the issue at https://github.com/kevinwolz/hisafer/issues.
Backtrace:
▆
└─hisafer::cycle_summary(...)
└─ggplot2::guides(fill = FALSE)
└─ggplot2:::deprecate_warn0("3.3.4", "guides(`<scale>` = 'cannot be `FALSE`. Use \"none\" instead')")
Is it only for me, or does it show to someone else?
The text was updated successfully, but these errors were encountered:
In command:
In addition: Warning message:
The
<scale>
argument ofguides()
cannot beFALSE
. Use "none" instead as of ggplot2 3.3.4.ℹ The deprecated feature was likely used in the hisafer package.
Please report the issue at https://github.com/kevinwolz/hisafer/issues.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()
to see where this warning was generated.Backtrace:
▆
Is it only for me, or does it show to someone else?
The text was updated successfully, but these errors were encountered: