easystats/see

Simplify `plot.parameters_model()`

IndrajeetPatil opened this issue · 5 comments

The current complexity is 127 🤯

How did you measure that?

I just wanted to mention that there're plenty of different models and plot-styles supported by that function, and then I realized that the vignette doesn't show any plots?

https://easystats.github.io/see/articles/parameters.html

You can see it in the lint workflow.

cyclocomp_linter() computes complexity using the {cyclocomp} package.

I just wanted to mention that there're plenty of different models and plot-styles supported by that function, and then I realized that the vignette doesn't show any plots?

https://easystats.github.io/see/articles/parameters.html

Hmm, strange. Pretty sure it's because one of the dependencies must be missing.

Yeah, glmmTMB wasn't available and so the vignettes were not rendered. I have retriggered the build. Let's see if that helps.