- update d3 version
7.8.5
dependency functiond3_dep_v7()
- update d3 version
7.8.2
dependency functiond3_dep_v7()
- fix CRAN test errors
- add d3 version
7.0.0
dependency functiond3_dep_v7()
- update d3 version
6.7.0
in dependency functiond3_dep_v6()
- add d3 version
6.2.0
dependency functiond3_dep_v6()
- remove use of
nest_
ind3_party
- upgrade d3v5 to
5.16.0
- work with new and old
tidyr
syntax - upgrade d3v5 to
5.10.0
- update d3v5 to
5.9.7
- update d3v5 to
5.8.0
- update d3v5 to
5.7.0
- fix extra slash in offline dependencies
- update d3v5 to
5.5.0
- add httr to Suggests to resolve CRAN issue
- add d3v5 for d3
5.1.0
- update d3v4 to
4.12.0
- update d3v4 to
4.11.0
- update d3-jetpack to 2.0.9
- modify
d3_nest()
to work with new tidyr.
-
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
-
(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
- add d3_table() function to convert R table into list of a nodes data.frame and a links data.frame modelled after example
- update d3v4 to
4.9.1
- 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)
- update d3v4 to
4.8.0
- test with development
dplyr
- update d3v4 to
4.6.0
- add
d3_v8()
convenience function to returnV8
context with d3.js loaded
- update d3v4 to
4.4.4
-
add
colname
to return value (see commit) -
improve
NA
child promotion for deeply nested hierarchies
- (BREAKING) change
id
toname
(see issue)
- update d3 to 4.4.0
- (non-breaking) add offline argument to d3_dep_v3 and d3_dep_v4
- CRAN release