[Rd] R CMD check does not recognize S4 functions inside other functions?

2009-08-27 Thread Giles Hooker
I am developing a new R package and am now checking it for submission to CRAN. The some functions in the package make use of the sparse matrix routines in the package 'Matrix'. When these are loaded in R, they create no problems. However, when running R CMD check, I run into the following error

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 straight-fo

[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 https://stat.ethz.

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 th

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 ' and make the .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, here is the minimal p

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 Window

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] Problem with standard generic methods in Matrix package

2009-08-27 Thread Martin Maechler
Dear Sylvain, > "s" == sloiseau > 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 c

[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 the

[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~ ./src/library/base/man/expand.gr

[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 -I"c:/R/R-2.10.0dev/include"-O3 -Wall -std=gnu99 -c ismdi.c -o ismdi.o gcc -s

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 acce

Re: [Rd] c(, expression instead of list

2009-08-27 Thread Gabor Grothendieck
On Thu, Aug 27, 2009 at 8:19 AM, Martin Maechler wrote: >> "GaGr" == Gabor Grothendieck >>     on Thu, 27 Aug 2009 07:32:42 -0400 writes: > >    GaGr> On Thu, Aug 27, 2009 at 6:18 AM, Martin >    GaGr> Maechler wrote: >    >> Dear programmeRs, >    >> >    >> I'm proposing and looking into

Re: [Rd] c(, expression instead of list

2009-08-27 Thread Martin Maechler
> "GaGr" == Gabor Grothendieck > on Thu, 27 Aug 2009 07:32:42 -0400 writes: GaGr> On Thu, Aug 27, 2009 at 6:18 AM, Martin GaGr> Maechler wrote: >> Dear programmeRs, >> >> I'm proposing and looking into implementing a small change in >> R's  c() handling of 'sy

Re: [Rd] c(, expression instead of list

2009-08-27 Thread Gabor Grothendieck
On Thu, Aug 27, 2009 at 6:18 AM, Martin Maechler 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 programmatic construction of >

[Rd] c(, 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