Re: [R] Cairo on windows

2007-09-28 Thread Michael Lawrence
On 9/27/07, Moisan Yves <[EMAIL PROTECTED]> wrote: > > > My experience is that cairoDevice is a lot slower than Cairo, > especially > on Windows, and about equally flaky. If you see how many layers are > involved with Cairo on Windows you will not be surprised. > > Actually, I ended up trying to l

Re: [R] Cairo on windows

2007-09-27 Thread Moisan Yves
> Don't you also get a popup, telling you that libgdk-win32-2.0-0.dll was not found? Duncan, No such popup. > The dll also requires imports from > libpangocairo-1.0-0.dll > libpango-1.0-0.dll > libgtk-win32-2.0-0.dll > libgobject-2.0-0.dll > libglib-2.0-0.dll > libcairo-2.dll I checked that

Re: [R] Cairo on windows

2007-09-27 Thread Duncan Murdoch
On 9/27/2007 1:11 PM, Moisan Yves wrote: >> You could also try the cairoDevice package, which should definitely >> work with the gtk libraries that you probably have from installing >> GGobi. > > Hi Hadley, > > I tried that also before posting on R-help : > >> library(cairoDevice) > Error in dyn

Re: [R] Cairo on windows

2007-09-27 Thread Moisan Yves
> My experience is that cairoDevice is a lot slower than Cairo, especially on Windows, and about equally flaky. If you see how many layers are involved with Cairo on Windows you will not be surprised. Actually, I ended up trying to load deviceCairo simply because it was the only other package w

Re: [R] Cairo on windows

2007-09-27 Thread Prof Brian Ripley
On Thu, 27 Sep 2007, Moisan Yves wrote: You could also try the cairoDevice package, which should definitely work with the gtk libraries that you probably have from installing GGobi. Hi Hadley, I tried that also before posting on R-help : library(cairoDevice) Error in dyn.load(x, as.logical

Re: [R] Cairo on windows

2007-09-27 Thread Moisan Yves
> You could also try the cairoDevice package, which should definitely > work with the gtk libraries that you probably have from installing > GGobi. Hi Hadley, I tried that also before posting on R-help : > library(cairoDevice) Error in dyn.load(x, as.logical(local), as.logical(now)) : i

Re: [R] Cairo on windows

2007-09-27 Thread hadley wickham
You could also try the cairoDevice package, which should definitely work with the gtk libraries that you probably have from installing GGobi. Hadley On 9/27/07, Yves Moisan <[EMAIL PROTECTED]> wrote: > > Hi All, > > I just installed Cairo on R 2.5.1 on windows XP. My hope was to get to see > the

[R] Cairo on windows

2007-09-27 Thread Yves Moisan
Hi All, I just installed Cairo on R 2.5.1 on windows XP. My hope was to get to see the transparency output e.g. http://had.co.nz/ggplot2/stat_smooth.html ggplot2 - stat_smooth , which I finally managed to do. However, I find the Cairo device, which I access either through CairoWin() or Cairo(t