相关文章推荐
腼腆的伏特加  ·  RectMask2DFast Class ...·  1 年前    · 
帅呆的炒粉  ·  SQLAlchemy ...·  1 年前    · 
强悍的红烧肉  ·  Qt ...·  1 年前    · 

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

Hello,

I would like to report a breaking change regarding the lack of the discrete_range() function. I'm only posting this in case that patching this breaking change is of interest and feasible. Otherwise, please feel free to close the issue.

The error has appeared to me when trying to open a plot I created using brms::mcmc_plot() , which draws on ggplot2. When I created the plot last year, my version of ggplot2 was 3.3.5. The plot can still be opened with that version of ggplot2 loaded but not with the latest version. In the latter case, the following error appears: Error in discrete_range() : could not find function "discrete_range" .

Please find the plot at https://github.com/pablobernabeu/language-sensorimotor-simulation-PhD-thesis/raw/main/lexicaldecision/bayesian_analysis/results/lexicaldecision_posteriordistributions_informativepriors_exgaussian.rds

Thank you very much for your attention