Re: [R] Writing a R-Script

2007-10-18 Thread Ted Harding
On 18-Oct-07 11:56:48, erkan yanar wrote: > > Ist there a possibility to write a R-Script using something like > >#!/usr/bin/R > and then alle the requestet commands? > > Of course "R CMD BATCH" exists, but there was (for me) no > possibility to write something like a HERE-script. > regards > er

Re: [R] Writing a R-Script

2007-10-18 Thread erkan yanar
Thx erkan -- über den grenzen muß die freiheit wohl wolkenlos sein __ R-help@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, mi

Re: [R] Writing a R-Script

2007-10-18 Thread François Pinard
[erkan yanar] >Ist there a possibility to write a R-Script using something like >#!/usr/bin/R >and then alle the requestet commands? You could use: #!/usr/bin/env Rscript (or if you happen to be sure of the location of the program): #!/usr/local/bin/Rscript See ?Rscript for more inform

[R] Writing a R-Script

2007-10-18 Thread erkan yanar
Ist there a possibility to write a R-Script using something like #!/usr/bin/R and then alle the requestet commands? Of course "R CMD BATCH" exists, but there was (for me) no possibility to write something like a HERE-script. regards erkan -- über den grenzen muß die freiheit wohl wolkenlos