Closed javierluraschi closed 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
sparklyr 1.0.0
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.
dbplot 0.3.0
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 rememberCould not reproduce with
sparklyr 1.0.0
and neitherdbplot 0.3.0
... I worry there is something broken that we are not being able to reproduce.