You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem on my RStudio Server. I can't ploting. Here the short example:
dd <- data.frame(
x = c( 1, 2, 3, 4, 5, 6, 7, 8),
y = c( 3, 2, 4, 4, 6, 8, 9, 8),
g = c(rep('m', 4), rep('f', 4))
)
pplot <- ggplot()
pplot + geom_point(data=dd, aes(x=x, y=y))
pplot + geom_point(data=dd, aes(x=x, y=y))
Error in .Call("rs_createGD") :
C symbol name "rs_createGD" not in load table
Please let me know if you solved the problem, thank you.
Why does this error occur? Please tell me, thank you.
The text was updated successfully, but these errors were encountered: