mtennekes / treemap

R package for treemap visualisation
64 stars 24 forks source link

Warning message when using type="color", not solved in version 2.4-2 #46

Closed vuleniac closed 3 years ago

vuleniac commented 6 years ago

This issue was said to be fixed in version 2.4-2. It is not. This is NOT related to issue #34.

There is a data.table warning message when using type = color. Reproducible example:

mtcars %>% head %>% mutate(color = "red") %>% treemap(index = "cyl", vSize = "cyl", vColor = "color", type = "color")

Warning message: In [.data.table(dtfDT, , :=("c", fact), with = FALSE) : with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples.

The issue impairs the use of d3Tree with treemaps

mtennekes commented 3 years ago

A bit late to reply ;-) but I don't get this warning anymore. Seems to be fixed...