hrbrmstr / metricsgraphics

:chart_with_upwards_trend: htmlwidget interface to the MetricsGraphics.js D3 chart library
http://hrbrmstr.github.io/metricsgraphics/
Other
132 stars 35 forks source link

import then re-export the %>% operator from magrittr #2

Closed jjallaire closed 9 years ago

jjallaire commented 9 years ago

This enables the examples to work without the library(dplyr). Note that this technique is the same one used by dyplr, ggvis, and the other htmlwidget packages that have been released to date.

timelyportfolio commented 9 years ago

+1 even thought I strongly suspect most will already have dplyr up and running

hrbrmstr commented 9 years ago

thx for that :-) I'm also still getting the kinks out of wrapping things on my end. super awesome work on the htmlwidgets package, gents.