Hi All,
I have trouble using eg. rpivotTable package, plotly in Rx64 4.0.0 on Windows 10 x64, RStudio v.1.4.294.
I reinstalled RStudio to the latest preview but it did not help.
When I went back to R 3.6.3 everything works quick and fine. Even connecting to web browser from RStudio runs quickly.
Any ideas how to fix it for R 4.0.0 ?
I have also experienced some lag and odd behavior on RStudio after upgrading to R 4.0.0 but all got solved by resetting RStudio's state
If this doesn't solve your problem, please try to provide a concrete example in the form of a reprex.
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
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.