Hi,
I was running mcmc_acf and got this warning message.
mcmc_acf(posterior_b5, pars = c("b_Intercept","b_time","sd_Batch__Intercept","sd_Batch__time","sigma"), lags = 20)
Warning message:
The facets argument of facet_grid() is deprecated as of ggplot2 2.2.0.
ℹ Please use the rows argument instead.
ℹ The deprecated feature was likely used in the bayesplot package.
Please report the issue at https://github.com/stan-dev/bayesplot/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 facets argument of facet_grid() is deprecated as of ggplot2 2.2.0.
ℹ Please use the rows argument instead.
ℹ The deprecated feature was likely used in the bayesplot package.
Please report the issue at https://github.com/stan-dev/bayesplot/issues/.
Backtrace:
▆
- └─bayesplot::mcmc_acf(...)
- └─bayesplot:::.mcmc_acf(...)
-
├─base::do.call(facet_fun, facet_args)
-
└─ggplot2::facet_grid(facets = "Chain ~ Parameter")
-
└─ggplot2:::deprecate_warn0("2.2.0", "facet_grid(facets)", "facet_grid(rows)")
Hi,
I was running mcmc_acf and got this warning message.
mcmc_acf(posterior_b5, pars = c("b_Intercept","b_time","sd_Batch__Intercept","sd_Batch__time","sigma"), lags = 20)
Warning message:
The
facetsargument offacet_grid()is deprecated as of ggplot2 2.2.0.ℹ Please use the
rowsargument instead.ℹ The deprecated feature was likely used in the bayesplot package.
Please report the issue at https://github.com/stan-dev/bayesplot/issues/.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()to see where this warning was generated.Backtrace:
▆