[Rd] Snow on Windows Cluster

2007-09-02 Thread Markus Schmidberger
Hello, the package snow is not working on a windows cluster with MPICH2 and Rmpi. There is an error in makeCluster: launch failed: CreateProcess(/usr/bin/env "RPROG="C:\Programme\R\R-2.5.1\bin\R" "OUT=/dev/null" "R_LIBS=" C:/Programme/R/R-2.5.1/library/snow/RMPInode.sh) on 'cl1' failed, error

Re: [Rd] sweep sanity checking?

2007-09-02 Thread Martin Maechler
I've been asked to close this thread "in public" > "TH" == Turner, Heather <[EMAIL PROTECTED]> > on Wed, 22 Aug 2007 10:20:21 +0100 writes: TH> Petr Savicky kindly brought this thread to my attention TH> as I'm afraid it had passed me by. As one of the TH> contributors to

[Rd] Memory leak possible when redirecting R console

2007-09-02 Thread Jeffrey Horner
Hello, To trigger the memory leak, an application embedding R will have printed a vector element of size R_BUFSIZE or more to stdout, so long as the R_Outputfile pointer is NULL and R was compiled with vasprintf support. The leak is in Rcons_vprintf from printutils.c. It looks as though some

Re: [Rd] buglet in dist() ?

2007-09-02 Thread Ben Bolker
oops. sorry. should have figured something this obvious would have been on purpose. Ben Peter Dalgaard wrote: > Ben Bolker wrote: >> the first line of dist() says >> >> if (!is.na(pmatch(method, "euclidian"))) >> >> shouldn't that be "euclidean" ? >> >> > I think not. The first *f

Re: [Rd] buglet in dist() ?

2007-09-02 Thread Peter Dalgaard
Ben Bolker wrote: > the first line of dist() says > > if (!is.na(pmatch(method, "euclidian"))) > > shouldn't that be "euclidean" ? > > I think not. The first *five* lines are if (!is.na(pmatch(method, "euclidian"))) method <- "euclidean" METHODS <- c("euclidean", "maximum"

[Rd] contact with GeneR developers?

2007-09-02 Thread Ben Bolker
Is anyone in contact with the GeneR package developers? The maintainer's e-mail (below) bounced ... I wanted to let them know that we found some problems with (probably) their C allocation code -- everything works nicely under Linux, but almost nothing worked under Windows -- and there were (fix

[Rd] buglet in dist() ?

2007-09-02 Thread Ben Bolker
the first line of dist() says if (!is.na(pmatch(method, "euclidian"))) shouldn't that be "euclidean" ? - R version 2.5.1 (2007-06-27) i486-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSA