Re: [Rd] make pkg-* R-2.2.1 Windows

2005-12-23 Thread Prof Brian Ripley
Please use the recommended tools! We do not support MSYS nor that old compiler suite. On Fri, 23 Dec 2005, AJB wrote: > I just installed R-2.2.1 on Windows > > Now when I change directories to C:\Program Files\R\R-2.2.1\src\gnuwin32 > and try > make pkg-*, e.g., make pkg-designs, I get > > >

Re: [Rd] cairo anyone?

2005-12-23 Thread Byron Ellis
Ah, that should work, every now and again I think to myself "ah ha! I should just generate some pngs..." until, invariably... Error in X11(paste("png::", then I swear for a bit and go off to do something else because I can't be bothered. If I end up doing anything cool (IIRC cairo handl

Re: [Rd] (Debian Bug 344248): R segfaults when pressing Delete (PR#8422)

2005-12-23 Thread Dirk Eddelbuettel
On Wed, Dec 21, 2005 at 02:48:25PM +, Dirk Eddelbuettel wrote: > stats.ox.ac.uk> writes: > > Can you confirm you are running rl5.1? Given the segfault is readline not > > Yes: readline 5.1, just like the bug submitter (see at the very bottom). And a new Debian version libreadline5.1-3 (and

[Rd] make pkg-* R-2.2.1 Windows

2005-12-23 Thread AJB
I just installed R-2.2.1 on Windows Now when I change directories to C:\Program Files\R\R-2.2.1\src\gnuwin32 and try make pkg-*, e.g., make pkg-designs, I get -- Making package designs adding build stamp to DESCRIPTION making DLL ... making rand_exch.d from rand_exch.c

Re: [Rd] cairo anyone?

2005-12-23 Thread Simon Urbanek
Byron, On Dec 22, 2005, at 8:07 PM, Byron Ellis wrote: > Has anyone taken a shot at a Cairo graphics device yet? *opens a drawer* You can try this: http://www.rosuda.org/R/Cairo_0.1-1.tar.gz I'm using it for generating bitmap files (PNG), that's why only the image-backned is used. It should b

Re: [Rd] Build error on Mac OS X

2005-12-23 Thread Herve Pages
Prof Brian Ripley wrote: > The updating of gettext support is currently in mid-progress (and > specifically what is required for MacOS X). It looks as if your > system has another version of gettext installed: please configure R > not to use such a version for now (see configure --help for how

[Rd] can someone help me understand LAM/MPI and Rmpi for use on a cluster

2005-12-23 Thread Izmirlian, Grant \(NIH/NCI\) [E]
I'm fairly astute at C and R but new to parallelization. Would someone be willing to provide help in the form of a simple example that parallelizes an R function from the inside of a C routine? If so, write me back at [EMAIL PROTECTED] Thanks! __ R-dev

Re: [Rd] Windows crash in confint() with nls fit (PR#8428)

2005-12-23 Thread Prof Brian Ripley
Actually, only the default algorithm is supported: algorithm="plinear" is broken too. I've just added a check for the default algorithm in R-patched, as the fix is better done on the R-devel code base (which supports weights). On Thu, 22 Dec 2005 [EMAIL PROTECTED] wrote: > I've found the prob

Re: [Rd] cairo anyone?

2005-12-23 Thread hadley wickham
> | Michael Lawrence has as part of RGtk2. > > Speaking of which -- I tried to find his code anywhere on the "Internets" > following his very nice DSC presentation, but no beans. Why is this in > hiding? Is it expected to surface at some point? Any insights, Duncan? Michael is currently working