Re: [R] Partial aggregate on sorted data

2007-10-24 Thread Moisan Yves
- De : jim holtman [mailto:[EMAIL PROTECTED] Envoyé : 24 octobre 2007 09:48 À : Moisan Yves Cc : r-help@r-project.org Objet : Re: [R] Partial aggregate on sorted data Is this something like you want: > set.seed(1) > test <- data.frame(value=runif(100), fact=sample(LETTERS[1:5], 100, TRUE))

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 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 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