edgararuiz-zz / dbplot

Simplifies plotting of database and sparklyr data
https://edgararuiz.github.io/dbplot/
124 stars 20 forks source link

object of type 'symbol' is not subsettable #24

Closed javierluraschi closed 5 years ago

javierluraschi commented 5 years ago

User reported, they started from a clean Windows machine installing everything from CRAN, this was using sparklyr 1.0.0, so maybe related but don't remember

library(dbplot)
sc <- sparklyr::spark_connect(master = "local")
cars <- copt_to(sc, mtcars)
cars %>%
  dbplot::dbplot_histogram(mpg, binwidth = 3)
## Error in call[[1]] : object of type 'symbol' is not subsettable

Could not reproduce with sparklyr 1.0.0 and neither dbplot 0.3.0... I worry there is something broken that we are not being able to reproduce.