Displaying 20 results from an estimated 29 matches for "__ignored__".
2003 Jan 08
3
Errors running R in Batch mode under Win2000
...have made many different attempts to run a R program in Batch mode. I run a DOS command like:
C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt
What happens:
1. DOS Shell starts up well
2. R starts
3. I get the messages:
"ARGUMENT 'myprogram.R' __ignored__"
"ARGUMENT 'out.txt' __ignored__"
4. R Shell is ready to roll (which is nice, but not what I intended to get)
Help is greatly appreciated: how can I start myprogram.R?
--
Wolfgang Scherr
Innovative Transportation Concepts, Inc.
302-654-4384 phone
wscherr at itc-world.co...
2008 Oct 17
2
R script from Python
...ct.
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 messages on Rterm.exe terminal :
ARGUMENT 'd<:\lloydMax.r>' __ignored__
ARGUMENT 'd:\output.txt' __ignored__
Why ?
[[alternative HTML version deleted]]
2007 Apr 30
2
Rscript.Rd example (PR#9644)
One of the examples in Rscript.Rd seems mis-formatted, in that the
format statement is incomplete:
## Not run:
Rscript -e 'date()' -e 'format(Sys.time(), "
Both Rscript.Rd in R 2.5.0 and the version at:
https://svn.r-project.org/R/trunk/src/library/utils/man/Rscript.Rd
have
Rscript -e 'date()' -e 'format(Sys.time(), "%a %b %d %X %Y")'
Do
2018 Sep 16
4
Rscript -e does not accept newlines under Linux?
...39;, and (2) two lines of code to be run, and it indeed executes those two lines of code.
This fails when attempted on a Linux build (amd64, compiled from the official 3.5.1 sources, but also reproducible with today's r-devel snapshot):
$ Rscript -e 'ls()
ls()'
ARGUMENT 'ls()' __ignored__
character(0)
This behavior is not what I expected. Have I found a bug, or am I simply using it wrong?
Regards,
Cesko
2004 Dec 21
1
scheduling R tasks under windows
...weave("rlr.Rnw").
When I try to run the same from the task scheduler, I
fill in the dialogue box as follows:
Run: c:\r\rw2001\bin\rterm.exe --no-restore --no-save
<test.R> test.out
Start in: c:\Reports
Which opens Rterm, but is preceded by "ARGUMENT
'<test.R>' __ignored__" and "ARGUMENT 'test.out'
__ignored__"
Anyone know what I'm doing wrong?
Mikkel
2010 Apr 30
1
R package compilation in windows
...le an R package with some C code. everithing work fine as
long as I work in Linux or MaCOX. unluckyly I can cant compile it under
Windows, here is the error, but I cant figure it out what is the problem.
can you help me?
* using log directory 'C://MyPKG.Rcheck'
* using ARGUMENT '
' __ignored__ R version 2.11.0 (2010-04-22)
* using session ARGUMENT '
' __ignored__ charset: ISO8859-1
* checking for file 'MyPKG/DESCRIPTION' ... OK
* this is package 'MyPKG' version '0.9'
* checking package dependencies ... ERROR
During startup - Warning messages:
1: In libra...
2008 Aug 08
1
Invoking R from application
...not report back whether he found a solution at
the time. As I said, I believe the problems he encountered were
specific to R. What he was doing from Java, I'm now trying to do from
C#. And I'm getting exactly the same warnings / errors back from R as
he was getting:
ARGUMENT '<' __ignored__
ARGUMENT 'test.r' __ignored__
FYI: I'm using Windows XP. If I enter the following behind the command
prompt:
C:\Progra~1\R\R-2.7.1\bin\Rterm.exe --slave < test.r
then my script test.r is dealt with correctly, but if I use DotNet
classes Process and StartInfo from the System.Diagnost...
2010 May 07
1
Bug in R -e "command"
...uot; of R -e "command" are no more tolerated. This same
issue affects 2.11 patched (05-05-2010), 2.10.1, and current devel (at
least the one of two weeks ago).
(I skip the mid of the printouts, replaced with ...)
* R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __ignored__
R version 2.11.0 Patched (2010-05-05 r51914)
Copyright (C) 2010 The R Foundation for Statistical Computing
...
> message('aaa
+
+
* /releases/R/2.10/bin/R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __ignored__
R version 2.10.1 Patched (2010-03-27 r51474)
C...
2003 May 20
1
Calling R in BATCH mode from C programm
...t;";
args[4] = "args.out";
args[5] = "ARG1=1";
args[6] = "ARG2=2";
args[7] = NULL;
_execl( prog, args[0], args[1], args[2], args[3], args[4], args[5], args[6],
NULL);
}
Rterm starts, but writes to output :
ARGUMENT '<args.R>' __ignored__
ARGUMENT 'args.out' __ignored__
Command Sys.getenv("ARG1") returns correct result => R sees the rest of the
arguments.
I tryed to type args[3] = "args.R" - without <> it does not help.
Does enyone know what might be my problem ??
Thanks,
Alex.
2009 Mar 21
1
Calling R from Java (trying the R interface to Omegahat and Java)
Dear R-helpers,
I run R version 2.8.1 (2008-12-22) on i386-apple-darwin8.11.1
I would like to call R from Java. I downloaded SJava_0.69-0.tar.gz,
and then issued the command suggested on http://www.omegahat.org/
RSJava/ :
% R INSTALL -c SJava_0.69-0.tar.gz
ARGUMENT 'INSTALL' __ignored__
WARNING: unknown option '-c'
ARGUMENT 'SJava_0.69-0.tar.gz' __ignored__
I then tried
% R CMD INSTALL SJava_0.69-0.tar.gz
* Installing to library '/Library/Frameworks/R.framework/Resources/
library'
* Installing *source* package 'SJava' ...
checking for java... /u...
2005 Apr 21
1
Installing packages from source code
...c:/abind.1.1-0.tar.gz' had non-zero exit status in: install.packages(repos = NULL, pkgs = "c:/abind.1.1-0.tar.gz",
>
2. I then tried to install abind package in CMD:
r cmd install -l "c:/progra~1/r/rw2010/library/" "c:/abind.1.1-0.tar.gz"
ARGUMENT 'cmd' __ignored__
ARGUMENT 'install' __ignored__
WARNING: unknown option -l
ARGUMENT 'c:/progra~1/r/rw2010/library/'
ARGUMENT 'c:/abind.1.1-0.tar.gz' __ignor
R : Copyright 2004, The R Foundation for
Version 2.0.1 (2004-11-15), ISBN 3-9000
R is free software and comes with ABSOLU
You a...
2010 Mar 04
2
Running script with double-click
Hi,
I need to be able to run an R script by double-clicking the file name in
Windows. I've tried associating the .r extension with the different R
.exe's in /bin but none seems to work. Some open R then close right
away, and Rgui.exe gives the message ARGUMENT "/my/file.r" __ignored__
before opening a new, blank session.
I've tried Google and looking in the R for Windows FAQ but didn't see
anything.
Thanks.
2010 Sep 28
2
Opening a .R file with R (Windows)
...puter (Windows) and everything
things appears to be just fine. However, I have a simple script RTest.R
that does a few simple calculations. When I double-click the RTest.R icon,
I get an Information dialong box which says, "ARGUMENT 'C:\Documents and
Settings\kgilder\Desktop\RTest.R' __ignored__" . When I choose OK, R then
opens, but it does not open or display the script. Any help or suggestions?
When I open R and use File >> Open New Script and path to the file, it opens
just fine.
Regards,
Kye
[[alternative HTML version deleted]]
2018 Sep 17
0
Rscript -e does not accept newlines under Linux?
...to be run, and it indeed executes those two lines of code.
>
> This fails when attempted on a Linux build (amd64, compiled from the official 3.5.1 sources, but also reproducible with today's r-devel snapshot):
>
> $ Rscript -e 'ls()
> ls()'
> ARGUMENT 'ls()' __ignored__
>
> character(0)
>
> This behavior is not what I expected. Have I found a bug, or am I simply using it wrong?
I would not assume that shell behaviour in Windows and Unix would always
be the same. A better comparison would be to list some other command on
the same system that behav...
2003 Feb 05
0
commandArgs() prints warnings to STDOUT - correction
I realized that it is not commandArgs() rather R itslef that prints the
warning to the stdout (which is still not desirable of course):
$ R --no-save --no-restore --silent A < /dev/null 2> /dev/null
ARGUMENT 'A' __ignored__
=======original message below========
Dear R-Users,
I was glad to hear that there is an ongoing work to make R more easily
runnable as a batch. I'd like to raise two issues in this regards:
1. commandArgs() prints warnings to STDOUT rather than to STDERR, see
example below
$ cat foo.R
ar...
2003 May 20
1
R in BATCH mode
....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
(2)After typing "Rcmd BATCH myfile.R" the following message appears
immediately in DOS prompt
ARGUMENT '2' __ignored__
(3) results are printed in file "&1", but the process is rather slow.
Am I missing anything?
I'm running R-1.7.0 on WinME,
Many thanks,
best,
vito
2008 Apr 24
1
system() function
Hi,
I am trying to run the command: R CMD INSTALL -l mypath mypackagename
from within R (Windows XP) using system() and get the following error:
ARGUMENT 'CMD INSTALL -l D:/R/JMB.LIBS jmb.test' __ignored__
Fatal error: you must specify '--save', '--no-save' or '--vanilla'
My function contains these 3 lines:
setwd("D:/R/R.pkgs") # path to files set using package.skeleton()
commands <- shQuote("CMD INSTALL -l D:/R/JMB.LIBS jmb.test")
system(paste(&...
2007 Feb 23
0
Solved two problems with Cygwin
...this
information in case it will be helpful.
(1) Cygwin defaults to UNIX mode when installed, but it appears to be
necessary to choose DOS/text mode in order to build R packages.
> Rcmd check mypkg
* checking for working latex ... OK
* using log directory 'x:/Rpkgs/mypkg.Rcheck'
' __ignored__ R version 2.4.1 (2006-12-18)
* checking for file 'mypkg/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'mypkg' version '1.0'
* checking package dependencies ... ERROR
During startup - Warning messages:
' in: library(package, lib.loc = lib.lo...
2007 Jul 19
1
package NULL not found
In performing Rcmd check I am getting this output regarding using
Argument '' and a NULL package not found and it stops with an error:
* using log directory 'C:/Rpkgs/sqldf.Rcheck'
* using ARGUMENT '
' __ignored__ R version 2.5.1 (2007-06-27)
* checking for file 'sqldf/DESCRIPTION' ... OK
* this is package 'sqldf' version '0.1-0'
* checking package dependencies ... ERROR
During startup - Warning messages:
1: there is no package called 'NULL
' in: library(package, lib.loc = li...
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl