Re: [Rd] Sweaving in png

2006-03-26 Thread Friedrich . Leisch
Yes, I have that on mmy 2do list for quite some time now. Could you send me your patches to the code? Fritz > On Sun, 26 Mar 2006 19:58:40 -0500, > Roger Peng (RP) wrote: > For what it's worth, I would find such a adaptation useful. > -roger > Thibaut Jombart wrote: >> Hello l

Re: [Rd] Help please: please test timestamping of command history

2006-03-26 Thread Martin Maechler
[from a semi-private diversion of the R-devel thread ] > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > on Sat, 25 Mar 2006 12:28:30 -0500 writes: Duncan> On 3/25/2006 11:30 AM, Martin Maechler wrote: >> Hi Duncan, >> >> I think all ESS users don't use history() bec

Re: [Rd] "sh" is not recognised as an internal or external comman d, operable program or batch file

2006-03-26 Thread Gabor Grothendieck
Also if you are running XP then get and run Rfind.bat from http://cran.r-project.org/contrib/extra/batchfiles Just run it without arguments and it will try to locate on your disk and display all the prerequisites that you need. If it can't find anything then you know that that is the problem.

Re: [Rd] "sh" is not recognised as an internal or external comman d, operable program or batch file

2006-03-26 Thread Liaw, Andy
That looks like the symptom of not following the documentation when trying to build packages on Windows. (You have not stated the platform.) In that case please check and see if you have the tools in Rtools.zip installed and on the PATH. Andy From: Steve Su > > Dear All, > > > > I was tryi

[Rd] "sh" is not recognised as an internal or external command, operable program or batch file

2006-03-26 Thread Steve Su
Dear All, I was trying to check my package using R CMD check GLDEX And I got the following error? "sh" is not recognised as an internal or external command, operable program or batch file Can anyone let me know what might be the cause of this error? Thanks. Steve.

[Rd] Touchdown Equity Report (PR#8711)

2006-03-26 Thread carminechilds_jg
V2UnZCBsaWtlIHRvIGdpdmUgYSBoaWdoIGZpdmUgdG8gb3VyIHJlc2VhcmNo IHRlYW0uDQpPdXIgcG9ydGZvbGlvIGlzIHVwIDcwJSBzbyBmYXIgaW4gMjAw NiBhbmQgbG9va2luZw0Kc3Ryb25nZXIgZXZlcnkgZGF5ISBXZSBob3BlIG91 ciBtZW1iZXJzIGhhdmUgYmVlbg0Ka2VlcGluZyB1cCB3aXRoIHRoZXNlIGlu Y3JlZGlibGUgcGlja3MuDQoNCldlIHdvdWxkIGxpa2UgdG8gaW50cm9

[Rd] Creating a package bundle.

2006-03-26 Thread Steve Su
Dear All, What is the easiest way to create a package bundle in R? I have three packages I would like to group together in which one package will depends on three others. It looks like from http://tolstoy.newcastle.edu.au/R/help/01a/0284.html, all that is required is to put require in the .Fir

Re: [Rd] Sweaving in png

2006-03-26 Thread Roger Peng
For what it's worth, I would find such a adaptation useful. -roger Thibaut Jombart wrote: > Hello list, > > despite I already posted a mail on this topic on R help, I guess this place > may be more appropriate. > I'll make it shorter this time. Sorry for posting twice. > > I found that using

Re: [Rd] Wishlist - access non-text from clipboard in Windows

2006-03-26 Thread Duncan Murdoch
I've just committed some code to R-devel to allow clipboard access to non-text in Windows. This was something we discussed last September. I'm not completely happy with the code (it works with numerical clipboard format numbers rather than translating them into their names), but I'd rather mak

Re: [Rd] Suggest patch for princomp.formula and prcomp.formula

2006-03-26 Thread Prof Brian Ripley
I would argue this is a bug in model.frame(), but it seems that it is S-compatible. That is, variables excluded by - appear in the model frame even though they do not really appear in the simplified formula. (I suppose the rationale is that - need not always interpreted as deletion.) The prop

Re: [Rd] [R] RGui: windows-record and command history

2006-03-26 Thread Paul Murrell
Hi Duncan Murdoch wrote: > I've moved this from r-help to r-devel. > > On 3/23/2006 8:17 PM, Paul Murrell wrote: > >>> >>> Paul, >>> If I read your comments correctly, the problem with manipulating the >>> graph history is with saved histories across sessions/versions. Is >>> there any reason n

Re: [Rd] Help please: please test timestamping of command history

2006-03-26 Thread Duncan Murdoch
I managed to get an R build going on a Linux box, and tested the changes there. Now they're committed to R-devel. Duncan Murdoch On 3/25/2006 2:58 PM, Duncan Murdoch wrote: > On 3/25/2006 11:30 AM, Martin Maechler wrote: >> Hi Duncan, >> >> I think all ESS users don't use history() because ESS

Re: [Rd] Choose.files to give shortnames

2006-03-26 Thread Prof Brian Ripley
On Wed, 22 Mar 2006, P Ehlers wrote: > Would > > basename(choose.files()) > > work for your usage? > Still, a full.names argument might be useful. I don't think so, as you can change directory in choose.files(), unlike dir(). > Peter Ehlers > > Brooks, Anthony B wrote: > >> I am writing a scrip

Re: [Rd] Double complex with gcc and Intel v9 Fortran (PR#8699)

2006-03-26 Thread ripley
On Wed, 22 Mar 2006, [EMAIL PROTECTED] wrote: > Full_Name: Christian Marquardt > Version: 2.2.1 > OS: Linux > Submission from: (NULL) (84.167.229.240) > > > Hello, > > I believe this is a bug in the configuration / installation: > > When configuring R-2.2.1 using the Intel v9 Fortran compiler as d

[Rd] How to capture t-score and p-values from t.test

2006-03-26 Thread Gordon K Smyth
> Date: Sat, 25 Mar 2006 16:57:50 -0400 > From: Kjetil Brinchmann Halvorsen > <[EMAIL PROTECTED]> > Subject: Re: [Rd] How to capture t-score and p-values from t.test > To: "Bernzweig, Bruce \(Exchange\)" <[EMAIL PROTECTED]> > Cc: r-devel@r-project.org > > Bernzweig, Bruce (Exchange) wrote: >>