Skip to content

Latest commit

 

History

History
155 lines (81 loc) · 3.92 KB

NEWS.md

File metadata and controls

155 lines (81 loc) · 3.92 KB

d3r 1.1.0

  • update d3 version 7.8.5 dependency function d3_dep_v7()

d3r 1.0.1

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

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.1

  • add d3 version 6.2.0 dependency function d3_dep_v6()

d3r 0.9.0

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

d3r 0.8.7

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

d3r 0.8.6

d3r 0.8.5

d3r 0.8.4

d3r 0.8.3

  • fix extra slash in offline dependencies

d3r 0.8.2

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

d3r 0.8.1

d3r 0.8.0

d3r 0.7.1

d3r 0.7.0

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

d3r 0.6.9

Updates

  • modify d3_nest() to work with new tidyr.

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

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

Updates

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

Updates

  • update d3v4 to 4.8.0
  • test with development dplyr

d3r 0.6.2

Updates

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

d3r 0.6.1

Updates

d3r 0.6.0

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

Updates

API Changes

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

d3r 0.4.2

  • CRAN release