Get Warning Message Using rbokeh in R Notebook
问题 Running Ubuntu 17.10, and running R Notebook on RStudio through Anaconda. When I try to run the simple example from the rbokeh website in a R Notebook : p <- figure() %>% ly_points(Sepal.Length, Sepal.Width, data = iris, color = Species, glyph = Species, hover = list(Sepal.Length, Sepal.Width)) I get the following warning message: In structure(x, class = unique(c("AsIs", oldClass(x)))) : Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes. Consider 'structure(list(), *)