Changes in version 1.1.0 (2023-10-02) - update d3 version 7.8.5 dependency function d3_dep_v7() Changes in version 1.0.1 (2023-02-05) - update d3 version 7.8.2 dependency function d3_dep_v7() - fix CRAN test errors Changes in version 1.0.0 (2021-08-15) - add d3 version 7.0.0 dependency function d3_dep_v7() - update d3 version 6.7.0 in dependency function d3_dep_v6() Changes in version 0.9.1 (2020-11-20) - add d3 version 6.2.0 dependency function d3_dep_v6() Changes in version 0.9.0 (2020-05-25) - remove use of nest_ in d3_party - upgrade d3v5 to 5.16.0 Changes in version 0.8.7 (2019-08-21) - work with new and old tidyr syntax - upgrade d3v5 to 5.10.0 Changes in version 0.8.6 (2019-07-23) - update d3v5 to 5.9.7 Changes in version 0.8.5 (2019-01-29) - update d3v5 to 5.8.0 Changes in version 0.8.4 (2018-10-24) - update d3v5 to 5.7.0 Changes in version 0.8.3 (2018-08-04) - fix extra slash in offline dependencies Changes in version 0.8.2 (2018-07-01) - update d3v5 to 5.5.0 - add httr to Suggests to resolve CRAN issue Changes in version 0.8.1 (2018-04-24) - add d3v5 for d3 5.1.0 Changes in version 0.8.0 (2018-03-17) - add d3v5 for d3 5.0.0-rc4 - update d3v4 to 4.13.0 Changes in version 0.7.1 (2017-11-22) - update d3v4 to 4.12.0 Changes in version 0.7.0 (2017-10-11) - update d3v4 to 4.11.0 - update d3-jetpack to 2.0.9 Changes in version 0.6.9 (2017-08-21) Updates - modify d3_nest() to work with new tidyr. Changes in version 0.6.8 (2017-08-13) 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 Changes in version 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 Changes in version 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 Changes in version 0.6.5 (2017-05-21) Updates - update d3v4 to 4.9.1 Changes in version 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) Changes in version 0.6.3 (2017-04-18) Updates - update d3v4 to 4.8.0 - test with development dplyr Changes in version 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 Changes in version 0.6.1 (2017-02-03) Updates - update d3v4 to 4.4.4 Changes in version 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) Changes in version 0.5.0 (2016-11-23) Updates - update d3 to 4.4.0 API Changes - (non-breaking) add offline argument to d3_dep_v3 and d3_dep_v4 Changes in version 0.4.2 - CRAN release