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,
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'
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
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
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
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
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
[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
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
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
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
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:
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
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
14 matches
Mail list logo