Displaying 20 results from an estimated 8000 matches similar to: "Rterm BATCH versus Splus BATCH"
2003 May 20
1
R in BATCH mode
Dear all,
In R<=1.6.2 I usually used the following code (in DOS prompt) to run R in
batch mode
C:\documents> Rcmd BATCH myfile.R
and I could see the results (including warning messages) in the file
myfile.Rout
In R.1.7.0 I'm experiencing the followings:
(1) even if I type "Rcmd BATCH myfile.R myfile.Rout",
no file myfile.Rout is created, but just a "&1" file
2001 Apr 13
3
batch mode?
Hi,
I was trying to use the batch mode "rcmd" under Windows NT. The online
help says the right command should be "Rcmd BATCH [options] infile [outfile]".
But when I type "rcmd BATCH aaa.r" I got message of "The name specified
is not recognized as an internal or external command, operable program
or batch file." What is wrong? I know this is a quite
2008 Dec 25
1
BATCH and testing
In a few of my test scripts for the survival code I expect warning messages
(I actually try to trigger a couple). Using R BATCH infile outfile these
messages don't end up in outfile, where I can compare them to what was
expected. I don't see an option to change this.
R < infile >& outfile works. But is there a way to get it to continue on
after errors?
Terry T.
2000 Aug 12
1
Batch Execution of R
R Team:
This is most likely a trivial question, but after searching docs for
several weeks and digging through Rweb and RCGI, I could not clearly
identify the method to call an R method from Linux or Win32 systems and
send the output to a file. I would like to implement R as part of an
online client-server application for a geographically spaced engineering
team an would like to know how to run
2003 Aug 20
2
Command line R / PHP?
Greetings All,
Just a quick query about calling R. Looking through the manual you start R
with $ R, and then start calling R functions e.g plot whatever. Sounds
pretty funky, and R looks to be *the* open source maths package. Awesome
... I would like to call R from my favourite glue language PHP (rather than
call perl which calls R) if possible. To call R from the command line is
all this
2009 Oct 08
0
rsync+zfs rotate script
here is my script to rsync a directory to a zfs filesystem, rotate
existing snapshots, then create a "latest" snapshot.
work to be done
- check for an include/exclude list for the rsync command
- create a monthly snapshot
be careful of possible line wraps
#!/bin/sh
RSYNC_CMD="/usr/local/bin/rsync -axS --delete-delay --stats"
# first argument is the remote server to
2008 Oct 17
2
R script from Python
Hi,
I'm trying to execute R-script from Python. I'm using R 2.7.2, Python 2.5
and WinXP.
I don't won't to use Python/R interface because of nature of project.
Python code :
import subprocess
command = 'c:\\Program Files\\R\\R-2.7.2\\bin\\Rterm.exe --vanilla -q
<d:\\test\\run\\geneBank.r> d:\\output.out'
subprocess.Popen(command).wait()
After that, I get error
2001 Jun 08
2
Will R run in Batch mode?
A quick newbie question: Can R be run in batch mode from the command
line?I'd like to use input files and get output files. If so, where can I
find the documentation? help(batch) doesn't help.
Thanks!
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2005 Nov 18
3
How to run R in batch mode
Hello to everybody!
I want to run R in batch mode but it doen't work (Error: syntax error)
I've found this in R help:
R CMD BATCH [options] infile [outfile]
I have tried differents commands:
(I have been working in the same directory I have "test.txt" file and
"test2.txt" would be the output file)
> R CMD BATCH "test.txt"
or
> R CMD BATCH
2005 Feb 25
3
passing command line arguments to 'R CMD BATCH myScript.R'
Hi Community,
I have a question about how to pass command line parameters to R script
running in the batch mode. The problem is: there is a banch of data
files which are to be processed by R script called from a web-server,
i.e. in the batch mode. The web server generates data files and passes
their names calling 'R CMD BATCH' one by one for every file. Now the
question is how to
2003 Jul 02
2
Batch files in R
When I submit more than one batch file (same programs, different parameter
values, huge simulations, different result names) the only results that get
saved are from the *last* batch file to finish. They are all being run in
the same subdirectory (so same .RData file?)
I've done:
R --save BATCH infile outfile
and I've also put
q(save="yes")
at the end of the program, but
2003 Aug 25
6
Syncronize Monitored Calls
I thought I would post this in case it might be of any use to anyone.
Not anything special but it does work. Keep in mind you need sox and
wmix.
Here is some relevant exerpts of my extensions.conf using John Todds
macro.
[globals]
CALLFILENAME=foo
FOO=foo
CALLERIDNUM=foo
[default]
exten => 287,1,Macro(dial,SIP/agent20002|20)
exten => 287,2,Voicemail(u287)
exten =>
1997 Jun 18
1
R-beta: BATCH
Does R have the ability run in batch mode as described in the S New 'blue
book'?
Richard
--
Richard Lammers Phone: (603) 862-4699
Complex System Research Center Fax: (603) 862-0188
University of New Hampshire email: Richard.Lammers at unh.edu
Durham, NH 03824 (USA) URL: TBA
2000 Jul 27
2
batch mode in linux
I'm trying to learn how to use R version 1.1.0 under Mandrake Linux
version 6.1. Using R interactively, I get good results. However, when
I attempt to execute commands from a file (following the directions in
section 1.10 of An Introduction to R, version 1.10) my output
disappears. As a default or after a sink() command, I would expect to
see output on the console, but none appears. After
2003 Mar 12
1
Rcmd BATCH
Hello,
I''ve a question: I invoke R from a text editor in a Win2000 operating system using
Rcmd.exe BATCH inFile outFile
I''ve two problems:
a) If I use windows() as graphics device, all windows close immediately after script execution,
how can I let them not to die?
b) Is it possible to redirect the content of outFile to the console output?
Many thanks.
Paolo
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into
a LATEX document it is impossible to get the caption close
to the figure. I run the same program in Splus, and no problem
of getting the caption just below the figure. Another thing,
the ps file that S created is only 10% of the size of the file
that R created. What is wrong? Are there some parameters to
be set?
Helgi
2004 Aug 06
2
decode in ppc 2003
Hi all,
Please a moment to look my source code, this is very similar to example of
the documentation. I added FIXED_POINT flag. My source code compile and
build but not decode correctly (the error may be in the while). I work with
eVC 4.0 and pocket pc 2003. Someone know what is the error?
Thanks.
Rodrigo.
#include "speex.h"
#define FRAME_SIZE 160
void CPlayerDlg::OnButton3()
{
2015 Dec 14
4
[PATCH 0/2] resize: Split out the command line parsing into Cmdline
Some simple refactoring of virt-resize.
I originally had the idea that we could turn virt-resize into a
library (cf. virt-customize) and use it from virt-builder, but I now
don't think that would make any meaningful difference. In particular
we'd still have to open the handle the same number of times.
These two patches are left over from my work on that.
Rich.
2004 Aug 06
2
Please 30 second to look a my code
Hi
i'm developing a sort of VoIP application
for my ipaq using speex...
I'm still at beginning and i have many problems encoding and decoding my
wav files....output is only noise! Why?
I'm using
Libspeex 1.1.3,
Embedded VisualC++ 3.0,
Ipaq 3850(206 MHz IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0).
Libspeex is complied with the definition of
2017 Feb 02
2
[PATCH v2] resize: support non-local output disks (RHBZ#1404182)
Parse the output disk as URI, and use all its attributes just like
it is done for the input disk. The only change is that the fsync of the
output disk is limited now for local URIs only, since it will not work
with remote protocols.
---
resize/resize.ml | 43 +++++++++++++++++++++++++++++++------------
resize/virt-resize.pod | 6 +++---
2 files changed, 34 insertions(+), 15 deletions(-)