[Rd] Bug in R -e "command"
Sklyar, Oleg (London)
osklyar at ahl.com
Fri May 7 16:23:24 CEST 2010
Hi all:
since about a month we encountered a problem with R -e command: spaces
in the "command" 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)
Copyright (C) 2010 The R Foundation for Statistical Computing
...
> message('aaa
+
+
WORKING OLD VERSION:
* /share/R/20090611/bin/R -e "message('aaa aaa')"
R version 2.9.0 (2009-04-17)
Copyright (C) 2009 The R Foundation for Statistical Computing
...
> message('aaa aaa')
aaa aaa
>
>
Dr Oleg Sklyar
Research Technologist
AHL / Man Investments Ltd
+44 (0)20 7144 3803
osklyar at maninvestments.comno more
**********************************************************************
Please consider the environment before printing this email or its attachments.
The contents of this email are for the named addressees ...{{dropped:19}}
More information about the R-devel
mailing list