-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Graphics with remoter #29
Comments
https://github.com/snoweye/user2016.demo may help. |
Thank you for the link @snoweye Do you know if R needs some specific capabilities enabled for the graph to show up without using the The following still doesn't show the graphs on my R Studio window: g1 <- ggplot(data=iris, aes(x=Sepal.Length, y=Sepal.Width, color=Species)) + geom_point(aes(shape = Species))
g1 But executing the following 2 lines does display the graph in the plots panel: s2c(g1)
evalc(g1) Again, thank you for your help! |
We had a bunch of changes over the summer, and it's quite likely that I messed something up during a merge. I'll take a look as soon as I can. |
Thank you @wrathematics I'm using the remoter package from CRAN. Should I be using the github version instead? |
|
Thank you. I can try with that version. Well, I was just trying different things to see if the image would show up. Ideally, I would like to write code that still runs if I'm not connected to a |
|
Remoter is great for running code in a remote server. How can I create graphs and have them display in my local R Studio window?
i.e
The text was updated successfully, but these errors were encountered: