I recently updated to ropensci/plotly v ‘4.3.5’.
After that none of the plots I created before works, and none of the example in the "Getting Started" guide works: https://plot.ly/r/getting-started/
For example if I do something like:
p <- plot_ly(iris, x = Petal.Length, y = Petal.Width,
color = Species, mode = "markers")
Plotly complains about the object "Petal.Length" not being found.
Has the interface changed? How are we supposed to create plots now?
Thanks a lot for the help!
Cheers,
Luca