datasketch / hgchmagic

https://datasketch.github.io/hgchmagic/
Other
3 stars 7 forks source link

hgch_scatter() stop working with two numerical variables #130

Open pablotis opened 1 year ago

pablotis commented 1 year ago

When testing the following code:

  data <- ggplot2::diamonds
  data <- data |> dplyr::select(carat, x, everything())
  h <- hgch_scatter(data, var_num = c("x", "carat"))

The following error reveals: imagen

CamilaAchuri commented 1 year ago

@pablotis You must update dsdataprep.

pablotis commented 1 year ago

@CamilaAchuri actualizcé ambos paquetes, ahora me tira este error al correr el mismo test: imagen