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
s far as I can see the problem appears when the data.frame contains a
variable "value" (e.g. as a result of melt()). In this case we end up
with two value variables after the following line in cast,
if (any(names(data) == value))
names(data)[names(data) == value] <- "value"
browser() # data has two value variables
The text was updated successfully, but these errors were encountered: