Hi,
Looks like it's working now. I installed RStudio today's daily 1.4.301
and according to this it was a different issue:
https://github.com/rstudio/rstudio/issues/6737
now when I do this:
n = 27000
d <- data.frame(x = rnorm(n = n), y = rnorm(n), tooltip = runif(n))
g <- ggplot(data = d, aes(x = x, y = y))+geom_point()
ggplotly(g, tooltip = c("tootlip"))
or this:
rpivotTable(mtcars)
seems to be working properly.
Thank you for directing me to this article about Resetting RStudio Desktop's State
I will read it for future reference.
regards,
Andrzej