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
where data.table fails to properly rbind things together. The change in ggplot2 that provoked this is that position aesthetics that originated as discrete values now has an additional class added to them so that they are easily distinguishable from continuous data. It appears data.table does not coerce this class down to its numeric base, so you might have to do that manually.
The text was updated successfully, but these errors were encountered:
Hi
We see an issue with the latest ggplot2 version. The issue is related to this function
ggdistribute/R/geom_posterior.R
Lines 195 to 228 in 3efffa1
where data.table fails to properly rbind things together. The change in ggplot2 that provoked this is that position aesthetics that originated as discrete values now has an additional class added to them so that they are easily distinguishable from continuous data. It appears data.table does not coerce this class down to its numeric base, so you might have to do that manually.
The text was updated successfully, but these errors were encountered: