kevinwolz / hisafer

An R toolbox for the Hi-sAFe biophysical agroforestry model
6 stars 4 forks source link

Warning message in cycle_summary #155

Open DomecStoces opened 11 months ago

DomecStoces commented 11 months ago

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?