mtennekes / treemap

R package for treemap visualisation
64 stars 24 forks source link

data.table warning when `vColor = "color", type = "color"` #36

Closed t-kalinowski closed 7 years ago

t-kalinowski commented 7 years ago

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

t-kalinowski commented 7 years ago

sorry, just installed dev version and see that this has already been fixed. Thank you.