d3r 1.0.0 Unreleased

d3r 0.9.1 2020-11-20

d3r 0.9.0 2020-05-25

  • remove use of nest_ in d3_party
  • upgrade d3v5 to 5.16.0

d3r 0.8.7 2019-08-21

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

d3r 0.8.6 2019-07-23

d3r 0.8.5 2019-01-29

d3r 0.8.4 2018-10-24

d3r 0.8.3 2018-08-04

  • fix extra slash in offline dependencies

d3r 0.8.2 2018-07-01

  • update d3v5 to 5.5.0
  • add httr to Suggests to resolve CRAN issue

d3r 0.8.1 2018-04-24

d3r 0.8.0 2018-03-17

d3r 0.7.1 2017-11-22

d3r 0.7.0 2017-10-11

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

d3r 0.6.9 2017-08-21

Updates

d3r 0.6.8 2017-08-13

Updates

d3r 0.6.7 Unreleased

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 2017-06-27

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 2017-05-21

Updates

d3r 0.6.4 2017-04-27

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 2017-04-18

Updates

  • update d3v4 to 4.8.0
  • test with development dplyr

d3r 0.6.2 2017-03-02

Updates

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

d3r 0.6.1 2017-02-03

Updates

d3r 0.6.0 2016-12-13

Updates

  • add colname to return value (see commit)

  • improve NA child promotion for deeply nested hierarchies

API Changes

  • (BREAKING) change id to name (see issue)

d3r 0.5.0 2016-11-23

Updates

API Changes

  • (non-breaking) add offline argument to d3_dep_v3 and d3_dep_v4

d3r 0.4.2 Unreleased

  • CRAN release