Jie TANG
2010-May-29 13:22 UTC
[R] how to run the R script in windows in background mode or script mode?
Hello,everyone . Now I write some R scripts to calculate some variables and I run them in C shell script command in linux.. Now my some new R scripts had to be moved in someother's computer with windows system. How to run these R scripts easily without installing many soft package? -- TANG Jie Email: totangjie@gmail.com Tel: 0086-2154896104 Shanghai Typhoon Institute,China [[alternative HTML version deleted]]
jim holtman
2010-May-30 22:24 UTC
[R] how to run the R script in windows in background mode or script mode?
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:> Hello,everyone . > ?Now I write some R scripts to calculate some variables and I run them in ?C > shell script command in linux.. > Now my some new R scripts had to be moved in someother's ?computer with > windows system. > How to run these R scripts easily without installing many soft package? > > > -- > TANG Jie > Email: totangjie at gmail.com > Tel: 0086-2154896104 > Shanghai Typhoon Institute,China > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?