similar to: Arguments for Rcmd BATCH

Displaying 20 results from an estimated 5000 matches similar to: "Arguments for Rcmd BATCH"

2009 Jan 15
2
Interface to open source Reporting tools
Hi, I am a new user of R 2.8.1. I use Tinn-R for code editing. I use a windows 2003 system with 1 GB RAM. I am interested to generate dashboard and reports based on data from MS Access. These reports need to be posted on a weekly basis to the web. The reporting interface should provide facilities for "what if" scenarios. Is it possible to interface R analysis results to good open
2003 May 12
1
problems with Rcmd BATCH (PR#2965)
Hello, I have a test file that runs OK with > Rterm.exe --no-restore < filename.R When I try > Rcmd BATCH filename.R I get the following error message: Can't locate R/Utils.pm in @INC (@INC contains: C:\PROGRA~1\R\rw1070\share\perl c:/Perl/lib c:/Perl/site/lib .) at C:\PROGRA~1\R\rw1070/bin/BATCH line 22. BEGIN failed--compilation aborted at C:\PROGRA~1\R\rw1070/bin/BATCH
2009 May 01
1
locating rcmd.exe through a batch script
Dear R-sians! The following command works fine on Dos Prompt, but not in a windows batch script... dir /S /B C:\Progra~1\R\R* |findstr /I "rcmd.exe" |findstr /I "2.8.1" how do I implement the above in a windows batch script? I tried to use: for /F "usebackq tokens=*" %%i in (`dir /S /B C:\Progra~1\R\R* |findstr /I "rcmd.exe" |findstr /I
2004 Mar 10
2
Rcmd BATCH command line arguments
I want to run Rcmd BATCH with R_DEFAULT_PACKAGE=base so it doesn't load any packages, but it seems to reject this argument because it does not start with a '-' or '--'. Is there a different argument that will work? Thanks. Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation 555 13th Street NE, Suite 2 Salem, OR 97301 Ph: 503-986-4104
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
2003 Nov 26
2
Syntax error from the following command running on Win XP: Rcmd BATCH a:test.r
What is the correct syntax for running a batch program (test.r) from the a: drive. I have tried no quotes, single and double quotes around a:test.r to no avail. Thanks in anticipation. John Byrne.
2009 Jan 16
2
Missing file to run Rcmd batch on Windows
Hi, I'm trying to run an R script using Rcmd Batch from the command line on a Windows Vista machine. I am using R version 2.8.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
2007 Jul 18
0
Re : Combine R2HTML and Rcmd BATCH?
> I have an R script that spawns output in the form of an HTML page. This > is done by the R2HTML package. > > Now I want to run the same script using Rcmd BATCH. However, it seems > that it is not possible to use R2HTML in this case. > > My script ends with this error message: > ######################### > Error in dev.print(png, file = AbsGraphFileName, width = Width,
2001 Dec 07
1
Samba on a small network- 3 Machines.
Hello Samba Team, I am new to Linux, but not to networking. However, I am having a bear of a time setting up Samba on a small test network - 3 Machines. I have read all your example setup files for Samba, config, lmhosts, hosts, resolve, etc., and have read back to back "Linux - Samba Server Administration" by Roderick W. Smith (Craig Hunt Linux Library) My test network (10-100
2007 Apr 16
2
sip tcp support
Hi all, i have asterisk 1.2.17 with sip tcp support and i am trying to connect asterisk with HiPath 4000 V.3.0 using SIP. I can see the registration from the HG3540. But when i try to place a call from Asterisk to HiPath, the call fails with SIP/2.0 603 Declined. The strange thing is that the first INVITE uses tcp and the response is a 100 TRYING, the next 7 INVITE are using udp and the respose
2007 Jul 17
2
Combine R2HTML and Rcmd BATCH?
Hi All, I have an R script that spawns output in the form of an HTML page. This is done by the R2HTML package. Now I want to run the same script using Rcmd BATCH. However, it seems that it is not possible to use R2HTML in this case. My script ends with this error message: ######################### Error in dev.print(png, file = AbsGraphFileName, width = Width, height = Height, : can only
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
Dear List, This is just a programming problem which i cannot seem to figure out. I am trying to get a set of power from a test (say, kolmogorov smirnov) out of a distribution (say, G-K distribution) as follows. I am trying to reduce to pain of writing the whole set of data points (p# below) using "for" loop. However, I seem to have some problem in it as the output "M" does not
2004 Dec 29
1
predict.glm
Hi All, Sorry for this is a very naive question. I am trying to do binary classification (male vs female) using glm using following data: X1 X2 X3 Class 2.3 4.5 2.1 Male 0.9 3.2 1.6 Male 1.7 1.8 2.6 Feamle I am trying to use predict.glm for prediction with type="respose" which gives the predicted probabilities as per documentation. My
2012 Oct 01
3
(no subject)
Hello, I am a new R -user and request your help for the following problem. I need to merge two dataset of longitudinal study which has two column (id and respose) common. when I used merge option to join the datas side be side, because of the repeated subject id, I got larger data set which is not accurate. I would like to connect twi data sets by id and response in such a way that data are
2006 Feb 11
1
Spammers on the mailing list?
In respose to my "when is update 3 coming out?" I received the following mail from brian.trudeau at eastek-intl.com offlist. Thank you for submitting a ticket to support. Your ticket number is [04E-0B7CC3CC-3842]. Please keep this ticket number for your records and include it in the subject (including brackets) of all future emails regarding this issue. Thank You, Support Staff
2018 Mar 20
3
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
Linux GABI [1] introduced new .note.gnu.property section which contains a program property note which describes special handling requirements for linker and run-time loader. LLD does not support .note.gnu.property yet. GABI specifies 2 types of entries: GNU_PROPERTY_STACK_SIZE and GNU_PROPERTY_NO_COPY_ON_PROTECTED: * GNU_PROPERTY_STACK_SIZE: Its pr_data field contains an integer in the format
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
ext2 & ext3 lists, Attatched is a patch that allows ext2 and ext3 to link correctly when the kernel is configured with a large NR_CPUS. We do have an immediate need for this patch. Any opinions on this? The per-cpu lists are causing the kmalloc to fail due to allocating more than the max. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com
2018 Mar 20
0
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
I think we should wait until there is someone wanting to use these features with lld. Cheers, Rafael ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On March 20, 2018 6:59 AM, George Rimar <grimar at accesssoftek.com> wrote: > Linux GABI [1] introduced new .note.gnu.property section which contains a program > property note which describes special handling requirements for linker and run-time
2015 Sep 10
3
rsync question
On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: ---------------- Quoted text ------------------------ Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ --------------------- End Quote ---------------------------------- Sorry, I was too fast, not paying attention, you want this I believe: rsync -ah --stats root at
2009 Sep 08
1
optim() argument scoping: passing parameter values into user's subfunction
Dear useRs, I have a complicated function to be optimized with optim(), and whose parameters are passed to another function within its evaluation. This function allows for the parameters to enter as arguments to various probability distribution functions. However, I am violating some scoping convention, as somewhere within the hierarchy of calls a variable is not visible. I will give a