garthtarr / edgebundleR

Circle plot with bundled edges
http://garthtarr.github.io/edgebundleR/
66 stars 12 forks source link

separate d3 dep, add d3 license, add d3 author, and bump version #5

Closed timelyportfolio closed 8 years ago

timelyportfolio commented 8 years ago

Not sure how I missed this before, but edgebundleR did not separate its dependency for d3 which means it won't play nicely with other htmlwidgets that use d3. See https://github.com/rstudio/d3heatmap/issues/44#issuecomment-198228612. This pull separates the d3 dependency in the yaml. While at it, I also supplied the d3 license and added Mike Bostock to the DESCRIPTION to comply with CRAN policies regarding attribution.

I bumped version to 0.1.4.

garthtarr commented 8 years ago

Thanks for the fix @timelyportfolio!

Also thanks @RChaudMuel for noticing the problem!