You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In R/bayesplot-extractors.R:178, the subsetting arr[,, pars] drops the third dimension when pars has length 1, collapsing the 3D array into a 2D matrix. This breaks reshape2::melt() and downstream code that expects a 3D array.
In
R/bayesplot-extractors.R:178, the subsettingarr[,, pars]drops the third dimension whenparshas length 1, collapsing the 3D array into a 2D matrix. This breaksreshape2::melt()and downstream code that expects a 3D array.