Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Summary

We have RRO running on a Ubuntu 14.04 container. The Dockerfile that the automated builds use is based upon the rocker Debian unstable Dockerfiles. (I make sure to mention that in the code comments.)You can find the RRO on Ubuntu container info here:
https://registry.hub.docker.com/u/revolutionanalytics/rro-ubuntu/
to get started using it:

docker pull revolutionanalytics/rro-ubuntu

Create a directory on your local system inside your home directory, Rdata for example, then use that as a place to analyze your data with the containerized RRO like so:

docker run -v $HOME/Rdata:/data -it revolutionanalytics/rro-ubuntu R

Where /data is the location inside the container to point your analysis to.
More formal usage notes will follow in the future, but this should get you started.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×