Re: [Rd] Re: update.packages keeps trying to update gregmisc

2005-06-06 Thread Brian D Ripley
This is due to the inconsistent way gregmisc has been unbundled. There was a gregmisc 2.0-7 containing gplots etc as part of a bundle, and there are also versions of gplots etc *with the same version number* which are not part of a bundle. The only way out I have found is to remove gregmisc and,

[Rd] Re: update.packages keeps trying to update gregmisc

2005-06-06 Thread Gabor Grothendieck
One other point I just noticed. If I run new.packages() it reports this, namely that gregmisc has extra contents of NA. > np <- new.packages() --- Please select a CRAN mirror for use in this session --- Warning messages: 1: bundle 'VR' is incompletely installed in: new.packages() 2: bundle 'VR'

[Rd] update.packages keeps trying to update gregmisc

2005-06-06 Thread Gabor Grothendieck
If I issue the command > update.packages() it wants to update 'gregmisc' but then if I do it again right afterwards it still wants to update 'gregmisc'. It should have updated everything the first time and should not be trying to update anything the second time. Any comments? Here is the tran

Re: [Rd] Re: [R] Problem going back to a viewport with gridBase

2005-06-06 Thread Gabor Grothendieck
On 6/6/05, Paul Murrell <[EMAIL PROTECTED]> wrote: > Hi > > > Gabor Grothendieck wrote: > > On 6/2/05, Paul Murrell <[EMAIL PROTECTED]> wrote: > > > >>Hi > > > > > > Thanks. I have mucked around in vpTree structures and discovered its > > actually quite easy to specify children so I have changed

Re: [Rd] Re: [R] Problem going back to a viewport with gridBase

2005-06-06 Thread Paul Murrell
Hi Gabor Grothendieck wrote: On 6/2/05, Paul Murrell <[EMAIL PROTECTED]> wrote: Hi Thanks. I have mucked around in vpTree structures and discovered its actually quite easy to specify children so I have changed my example so that instead of naming the children of 'layout' and then remember

RE: [Rd] Bug in new() or validObject() in methods package (PR#7922)

2005-06-06 Thread McGehee, Robert
The bug might be here: > is.null(expression()) [1] TRUE But > is.null(expression(NULL)) [1] FALSE So it might look to the methods package like you're passing in a NULL value for @bar. I might argue that expression() should not be NULL (and only NULL is NULL) as I have had similar trouble trying t

Re: [Rd] Bug in new() or validObject() in methods package (PR#7922)

2005-06-06 Thread Duncan Murdoch
On 6/6/2005 4:55 PM, Peter Dalgaard wrote: [EMAIL PROTECTED] writes: Is it doing an extra eval or something? It looks like it: > x <- expression() > x expression() > eval(x) NULL > > x <- quote(expression()) > x expression() > eval(x) expression() > eval(eval(x)) NULL You do realize

Re: [Rd] Bug in new() or validObject() in methods package (PR#7922)

2005-06-06 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Is it doing an extra eval or something? It looks like it: > > > x <- expression() > > x > expression() > > eval(x) > NULL > > > > x <- quote(expression()) > > x > expression() > > eval(x) > expression() > > eval(eval(x)) > NULL You do realize that the two exp

[Rd] Bug in new() or validObject() in methods package (PR#7922)

2005-06-06 Thread murdoch
Something in new() or validObject() in the methods package is messing up. This happens in both 2.1.0 and R-devel in Windows. I'd like to have an empty expression for a slot in a class. An empty expression is an expression: > is.expression(expression()) [1] TRUE > > is(expression(), "expres

Re: [Rd] Segmentation fault using gentoo linux and mysql (PR#7919)

2005-06-06 Thread ripley
This is most likely a problem with the package RMySQL and not with R. On Mon, 6 Jun 2005 [EMAIL PROTECTED] wrote: > Full_Name: Dubravko Dolic > Version: 2.1.0 > OS: Linux > Submission from: (NULL) (212.18.9.161) > > > I posted this mail to the HELP list earlier. Meanwhile we are quite shure that

Re: [Rd] Segmentation fault using gentoo linux and mysql (PR#7919)

2005-06-06 Thread ripley
This is most likely a problem with the package RMySQL and not with R. On Mon, 6 Jun 2005 [EMAIL PROTECTED] wrote: > Full_Name: Dubravko Dolic > Version: 2.1.0 > OS: Linux > Submission from: (NULL) (212.18.9.161) > > > I posted this mail to the HELP list earlier. Meanwhile we are quite shure that

[Rd] Your e-mail could not be delivered (PR#7920)

2005-06-06 Thread root
eTrust Secure Content Manager SMTPMAIL could not deliver the e-mail below because of unreachable host Please check the recipients e-mail address before you try again: [EMAIL PROTECTED] Original message header: === X-eSCM-MailFrom: <[EMAIL PROTECTED]> Received:

Re: [Rd] alloca() on FreeBSD (PR#7890)

2005-06-06 Thread ripley
On Mon, 23 May 2005 [EMAIL PROTECTED] wrote: > Full_Name: Eric van Gyzen > Version: 2.1.0 > OS: FreeBSD 5.4 > Submission from: (NULL) (152.3.22.33) > > > R-2.1.0 fails to compile on the newest release of FreeBSD, complaining about > undefined references to __builtin_alloca. On FreeBSD, alloca() i

[Rd] Segmentation fault using gentoo linux and mysql (PR#7919)

2005-06-06 Thread dubravko . dolic
Full_Name: Dubravko Dolic Version: 2.1.0 OS: Linux Submission from: (NULL) (212.18.9.161) I posted this mail to the HELP list earlier. Meanwhile we are quite shure that there must be a bug. Not nessecarily in R. But maybe we can get some hints how to track the problem using R. Currently we are tr