Displaying 8 results from an estimated 8 matches for "rbatch".
Did you mean:
batch
2007 Oct 18
3
Writing a R-Script
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 sein
1998 Nov 20
2
installing R packages in Windows?
> Date: Fri, 20 Nov 1998 15:58:07 +0100
> To: r-help at stat.math.ethz.ch
> Subject: [R] installing R packages in Windows?
> From: 320098218774-0001 at t-online.de (Pablo E. Verde)
>
> I am a Windows user of R. Could somebody give me a concrete
> example of how to install a package in R? I have tried to
> follow the Appendix C of "R complements to Modern Applied
>
1998 Nov 20
2
installing R packages in Windows?
> Date: Fri, 20 Nov 1998 15:58:07 +0100
> To: r-help at stat.math.ethz.ch
> Subject: [R] installing R packages in Windows?
> From: 320098218774-0001 at t-online.de (Pablo E. Verde)
>
> I am a Windows user of R. Could somebody give me a concrete
> example of how to install a package in R? I have tried to
> follow the Appendix C of "R complements to Modern Applied
>
2009 Feb 02
1
executing R batch files
The following command, issued from the DOS command prompt (running Windows
XP), produces the intended result of a .csv file created by program.R:
?c:\program files\R\R-2.8.0\bin\Rterm.exe? --save < "c:\TEMP\program.R"
However, when I create a file called Rbatch.bat that contains exactly the
line above, and try to execute it (by double clicking or via the Shell
command
in an Excel macro), nothing happens.
Does anyone have an explanation, or any suggestions as to how to run an R
program from within an Excel macro? (PS: I know about RExcel, can't qui...
2010 Oct 20
0
read-batch: Skipping batched update..No batched update inconsistency
...g to keep
the backups of identical files on different systems
linked to each other. So, on -read-batch, rsync has
one more argument to the one generated on the sending
end, it is one extra --link-dest.
Original command generates the following batch.sh file
(simplified):
rsync -aHRS --read-batch=rbatch --link-dest=e/ n/
the actual command being run is:
rsync -aHRS --read-batch=rbatch --link-dest=e/ --link-dest=../common/ n/
without this extra --link-dest, it all works fine.
The problem appears to be some inconsistency between
the two parts of the code - one which decides which
file to link w...
2005 Dec 02
5
what is best for scripting?
I am using R in Windows. I see that I will have to use batch processes with
R. I will have to read and write text files, and run some R code; probably
some external code too. I have never done scripting. Is there any document
that explains simple steps with examples? I also have heard that Python is a
good scripting language. Is it worth the effort? (I do not have too much
free time, so if I could
2010 Jan 14
0
Windows Shell: R Gui Here
Some years ago I published the reg string here to start RGui in a selected
Windows directory via right key click without keeping a cmd window open.
That string no longer works in Vista/Windows 7. Below is the alternative. It
assumes that rgui is on your path, or that you have Gabor's rbatch installed
and on you path.
http://batchfiles.googlecode.com
If you must use an explicit path to RGui, use the short path name, or find
out how to escape double quotes in registry/shell. (\ or \\ or """ does not
work).
Dieter
Windows Registry Editor Version 5.00
[HKEY_CLASSES_RO...
2012 Mar 05
8
Automating R script with Windows 7
Hi R-users,
I am trying to automate the daily running of a simple R script from Windows
7.
>From previous posts, I understand that this needs to be done with the task
scheduler.
I can schedule my laptop to automatically open R at a certain time, but not
to execute a script.
Secondary question: how do I save a list of R commands so that they get
executed once the file is open?
Right now, I