Skip to content

Using the rcloud.support package outside RCloud

Gordon Woodhull edited this page Feb 26, 2015 · 1 revision

It can be helpful to load the rcloud.support package from the command line, e.g. for testing its functions, checking RCS values, or writing external scripts.

To load rcloud.support in command-line R, run

ROOT=`pwd` R 

to point R to the RCloud directory

In R, run

require(rcloud.support)
rcloud.support:::configure.rcloud("script")