[Rd] c(symbol, symbol) |- expression instead of list

2009-08-27 Thread Martin Maechler
Dear programmeRs, I'm proposing and looking into implementing a small change in R's c() handling of 'symbol's aka 'name's, and potentially also 'language' parts. The main motivation is transparent programmatic construction of expression()s; and important use cases are expressions used for plot

Re: [Rd] c(symbol, symbol) |- expression instead of list

2009-08-27 Thread Gabor Grothendieck
On Thu, Aug 27, 2009 at 6:18 AM, Martin Maechlermaech...@stat.math.ethz.ch wrote: Dear programmeRs, I'm proposing and looking into implementing a small change in R's  c() handling of 'symbol's aka 'name's, and potentially also 'language' parts. The main motivation is transparent

Re: [Rd] c(symbol, symbol) |- expression instead of list

2009-08-27 Thread Martin Maechler
GaGr == Gabor Grothendieck ggrothendi...@gmail.com on Thu, 27 Aug 2009 07:32:42 -0400 writes: GaGr On Thu, Aug 27, 2009 at 6:18 AM, Martin GaGr Maechlermaech...@stat.math.ethz.ch wrote: Dear programmeRs, I'm proposing and looking into implementing a small change in

Re: [Rd] c(symbol, symbol) |- expression instead of list

2009-08-27 Thread Gabor Grothendieck
On Thu, Aug 27, 2009 at 8:19 AM, Martin Maechlermaech...@stat.math.ethz.ch wrote: GaGr == Gabor Grothendieck ggrothendi...@gmail.com     on Thu, 27 Aug 2009 07:32:42 -0400 writes:    GaGr On Thu, Aug 27, 2009 at 6:18 AM, Martin    GaGr Maechlermaech...@stat.math.ethz.ch wrote:     Dear

Re: [Rd] Clarifications please.

2009-08-27 Thread Abhijit Bera
Hi Martin Sorry, I made a mistake, I wasn't looking at the syntactic correctness of your code, I just followed what you suggested. Your method is valid when I want to extract data from a class. I was trying to get data from a covariance matrix. I'll put up code in my next mail showing how to

[Rd] R 2.10.0 devel package check error

2009-08-27 Thread John Fox
Dear list members, I'm getting the following error from R CMD check under Windows only with R 2.10.0 devel: - snip --- * installing *source* package 'Rcmdr' ... ** libs making DLL ... gcc -Ic:/R/R-2.10.0dev/include-O3 -Wall -std=gnu99 -c ismdi.c -o ismdi.o gcc

[Rd] Backup ( *~ ) files in R 2.9.2 distribution (PR#13914)

2009-08-27 Thread Frederic . Schutz
The R-2.9.2.tar.gz file, when unpacked, contains a small number of files ending with an ~ -- usually backup files, which should probably not find their way into an actual release: sch...@sib-pc45:~/R/upstream/R-2.9.2$ find . -name \*~ ./src/library/base/R/eval.R~

[Rd] Wishlist: specify the border color of boxes in legend() (PR#13913)

2009-08-27 Thread Frederic . Schutz
This is a multi-part message in MIME format. --040007030503070307040509 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit I could not find a way to specify the border color of the boxes drawn in a legend, so that the legend can match exactly the colors of

Re: [Rd] Problem with standard generic methods in Matrix package

2009-08-27 Thread Martin Maechler
Dear Sylvain, s == sloiseau slois...@limsi.fr on Wed, 26 Aug 2009 09:37:34 +0200 (CEST) writes: s I have posted this message on r-lang, but it is perhaps more appropriate s on r-devel: [[ r-lang what's that ??? ]] s --- s Hello, s I'm puzzled by a problem with

Re: [Rd] Clarifications please.

2009-08-27 Thread Dirk Eddelbuettel
Abhijit, On 27 August 2009 at 19:29, Abhijit Bera wrote: | Hi Martin | | Sorry, I made a mistake, I wasn't looking at the syntactic correctness of | your code, I just followed what you suggested. | | Your method is valid when I want to extract data from a class. I was trying | to get data from

Re: [Rd] R 2.10.0 devel package check error

2009-08-27 Thread Prof Brian Ripley
AFAICS that is already fixed (r49467). It was a Windows-only problem when building just chm help - I suspect the latter did not work in your package. I should perhaps remind people that R-devel is 'unstable' and as we work on the help system it is likely to be particularly unstable on

Re: [Rd] Problem with standard generic methods in Matrix package

2009-08-27 Thread Sylvain Loiseau
Hello, I think it would still be most efficient, if you do 'R CMD build yourpackage' and make the yourpackage.tar.gz file available. Ideally for every reader of this list, from a public URL; alternatively, send it per e-mail as attachment; if you use correct MIME type, i.e., one of Ok,

Re: [Rd] R 2.10.0 devel package check error

2009-08-27 Thread John Fox
Dear Brian, Because this problem surfaced only with the Rcmdr package, and other packages checked without error, I thought that the problem was in the package. Also R CMD INSTALL Rcmdr built the chm help pages correctly, as far as I can see. Anyway, I'll try again in a few days. Thank you for

[Rd] ARM v7/Linux Port/cross-compile?

2009-08-27 Thread Jonathan Wilner
Hi, Has anyone succeeded in cross-compiling R to Linux on an ARM CPU? If so, can you share a little about your toolchain build process? Thanks! [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list

Re: [Rd] ARM v7/Linux Port/cross-compile?

2009-08-27 Thread Simon Urbanek
On Aug 27, 2009, at 5:37 PM, Jonathan Wilner wrote: Hi, Has anyone succeeded in cross-compiling R to Linux on an ARM CPU? Yes (although that questions leaves a lot of room for interpretation). If so, can you share a little about your toolchain build process? It was fairly