Skip to content

how to run the R script in windows in background mode or script mode?

2 messages · Jie TANG, jim holtman

1 day later
#
It depends on what you C shell scripts are doing.  If they are simply
invoking R, then you can install R, and the required packages, on the
Windows PC and then use batch files under Windows to call your
scripts.  Running R in the background on Windows is not a problem.
On Sat, May 29, 2010 at 9:22 AM, Jie TANG <totangjie at gmail.com> wrote: