d3r

d3.js helpers for R

OTHER License

Downloads
1.7K
Stars
155
Committers
4
d3r - 1.1.0 Latest Release

Published by timelyportfolio about 1 year ago

  • update d3 version 7.8.5 dependency function d3_dep_v7()
d3r - 1.0.1

Published by timelyportfolio about 1 year ago

d3r 1.0.1

  • update d3 version 7.8.2 dependency function d3_dep_v7()
  • fix CRAN test errors
d3r - 1.0.0

Published by timelyportfolio over 1 year ago

d3r 1.0.0

  • add d3 version 7.0.0 dependency function d3_dep_v7()
  • update d3 version 6.7.0 in dependency function d3_dep_v6()
d3r - 0.9.0

Published by timelyportfolio almost 4 years ago

d3r 0.9.0

  • remove use of nest_ in d3_party
  • upgrade d3v5 to 5.16.0
d3r - 0.8.7

Published by timelyportfolio about 5 years ago

d3r 0.8.7

  • work with new and old tidyr syntax
  • upgrade d3v5 to 5.10.0
d3r - 0.8.6

Published by timelyportfolio about 5 years ago

d3r 0.8.6

d3r - 0.8.4

Published by timelyportfolio over 5 years ago

d3r 0.8.4

d3r - 0.8.2

Published by timelyportfolio about 6 years ago

d3r 0.8.2

  • update d3v5 to 5.5.0
  • add httr to Suggests to resolve CRAN issue
d3r - 0.8.0

Published by timelyportfolio over 6 years ago

d3r 0.8.0

d3r - 0.7.1

Published by timelyportfolio almost 7 years ago

d3r 0.7.1

d3r - 0.7.0

Published by timelyportfolio about 7 years ago

d3r 0.7.0

  • update d3v4 to 4.11.0
  • update d3-jetpack to 2.0.9
d3r - 0.6.9

Published by timelyportfolio about 7 years ago

d3r 0.6.9

Updates

  • modify d3_nest() to work with new tidyr.
d3r - 0.6.8

Published by timelyportfolio about 7 years ago

d3r 0.6.8

Updates

  • d3_dep_jetpack() added. Essentially the same as d3_dep_v4(), but with a number of convenience functions added. Learn more by checking out the d3-jetpack github page.

  • update d3v4 to 4.10.0

d3r 0.6.7

API Changes

  • (BREAKING) d3_table weight column is now named value to be consistent with the newest d3-sankey plugin commit.

  • Use unpkg.com for online dependencies

d3r - 0.6.6

Published by timelyportfolio over 7 years ago

d3r 0.6.6

Updates

  • add d3_table() function to convert R table into list of a nodes data.frame and a links data.frame modelled after example
d3r - 0.6.5

Published by timelyportfolio over 7 years ago

d3r 0.6.5

Updates

d3r - 0.6.4

Published by timelyportfolio over 7 years ago

d3r 0.6.4

Bug Fix

  • d3_nest would fail with certain hierarchies that had multiple NA level; fix only takes first na_child since non-first children will be duplicates (see commit)
d3r - 0.6.3

Published by timelyportfolio over 7 years ago

d3r 0.6.3

Updates

  • update d3v4 to 4.8.0
  • test with development dplyr
d3r - 0.6.2

Published by timelyportfolio over 7 years ago

Just realized that I inadvertently forgot to tag releases. From 0.6.2, I will tag each CRAN release. So sorry for this oversight.

d3r 0.6.2

Updates

  • update d3v4 to 4.6.0
  • add d3_v8() convenience function to return V8 context with d3.js loaded