Skip to content

Releases: timelyportfolio/d3r

0.7.0

12 Oct 01:28
Compare
Choose a tag to compare

d3r 0.7.0

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

0.6.9

23 Aug 03:46
Compare
Choose a tag to compare

d3r 0.6.9

Updates

  • modify d3_nest() to work with new tidyr.

0.6.8

11 Aug 00:27
Compare
Choose a tag to compare

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

0.6.6

27 Jun 11:21
Compare
Choose a tag to compare

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

0.6.5

26 Jun 22:56
Compare
Choose a tag to compare

d3r 0.6.5

Updates

0.6.4

29 Apr 12:11
Compare
Choose a tag to compare

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)

0.6.3

29 Apr 12:10
Compare
Choose a tag to compare

d3r 0.6.3

Updates

  • update d3v4 to 4.8.0
  • test with development dplyr

0.6.2

03 Mar 18:03
Compare
Choose a tag to compare

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