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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to use future package with kubernetes for the first time. I have succesfully installed kubernetes cluster with Rstudio server using steps described here:
https://pacha.dev/blog/2022/02/02/rstudio-on-kubernetes/
I can see my R studio in web browser, listening on http://localhost:8787/.
I don't understand how can I run R commands in parallel from local machine, using future?
I have to use plan(cluster) but how to connect to my cluster from local machine?
Beta Was this translation helpful? Give feedback.
All reactions