Displaying 4 results from an estimated 4 matches for "testbatch".
Did you mean:
test_arch
2009 Jan 16
2
Missing file to run Rcmd batch on Windows
....1.
I installed the batch files 4-3 found at
http://cran.r-project.org/contrib/extra/batchfiles/ and added them to my
path.
I also had to install the latest version of perl (it's Strawberry perl if
that makes a difference) and have added this to my path.
Now when I run the command: Rcmd batch TestBatch.R TestOutput.txt from the
command line, I get the error:
Can't open perl script "C:\Progra~1\R\R-28~1.0\bin\batch": No such file or
directory
Just for reference, TestBatch.R contains only one line: print("hello world")
Does anyone have any idea on what this file is that I...
2003 Nov 18
3
[Bug 761] sftp not exiting in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=761
Summary: sftp not exiting in batch mode
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: mmurra28 at csc.com
2009 May 04
4
Surface for R outside of R
Hi all,
i am new here and this is my first posting. My coding experience in R ist
okay, but I have a problem which is related to another aspect of R.
I am searching for a surface which execute my commands in R via a click on a
button OUTSIDE of R. Concrete: I will write some programs in R and want to
execute this files outside of R, so I don't want to start R eyery time if i
want an
2009 May 05
1
self organizing map advice for categorical data
...irectory where your batch and R files will reside. The only
file I have needed so far in different WinXP and Vista machines was
"Rcmd.bat" but you may need to use others.
3. Open a text editor and create a file with a .bat or .cmd extension.
Here is an example of a file called "TestBatch.CMD" that runs the code
in "normal.r"
@ECHO OFF
title Random number generation
ECHO Taking 100 random samples from a N(0,1)
Rcmd BATCH --slave normal.r Log.txt
ECHO Analysis done. See the file data.txt for results
PING 1.1.1.1 -n 1 -w 1000 >NUL
@ECHO OFF
The main line here is &...