hrbrmstr / streamgraph

:wavy_dash: htmlwidget for creating streamgraph visualizations in R
http://hrbrmstr.github.io/streamgraph/
Other
148 stars 49 forks source link

Could not find function arrange #16

Closed JohnCheetah closed 8 years ago

JohnCheetah commented 8 years ago

FYI:

> streamgraph(dat, key = "key", value = "value", date = "date")
Error in function_list[[k]](value) : could not find function "arrange"

so I loaded plyr and it fixed it

library(plyr)
hrbrmstr commented 8 years ago

Please make sure you're using the latest version. The package imports dplyr so this should not be an issue.

JohnCheetah commented 8 years ago

Indeed. Sorry about that and thanks for the package!