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
stopf("The %1$s generic in data.table has been passed a %2$s and will attempt to redirect to the relevant reshape2 method; please note that reshape2 is superseded and is no longer actively developed, and this redirection is now deprecated. To continue using melt methods from reshape2 while both packages are attached, e.g. melt.list, you can prepend the namespace, i.e. reshape2::%1$s(%3$s). In the next version, this warning will become an error.", "melt", class1(data), deparse(substitute(data))) # nocov
ans2 = subset(data.frame(c_1=DF$c_1, variable=rep(c("d_1", "d_2"), each=N), value=as.Date(c(DF$d_1, DF$d_2), origin="1970-01-01")), !is.na(value)) # NB: origin= required for some old R versions
0 commit comments