Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning message in cycle_summary #155

Open
DomecStoces opened this issue Sep 28, 2023 · 0 comments
Open

Warning message in cycle_summary #155

DomecStoces opened this issue Sep 28, 2023 · 0 comments

Comments

@DomecStoces
Copy link

In command:

summary.out <- cycle_summary(hop = hop,
daily.year = 2000,
cycles = c("carbon", "light", "water", "nitrogen"),
simu.name = "AF",
crop.names = c("Crop", "Tree line vegetation"))
was response:

In addition: Warning message:

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:

  1. └─hisafer::cycle_summary(...)
  2. └─ggplot2::guides(fill = FALSE)
  3. └─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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant