[R] problems with playwith

2011-03-01 Thread R Heberto Ghezzo, Dr
hello, i tried to run playwith but : library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object

Re: [R] problems with playwith

2011-03-01 Thread Liviu Andronic
On Tue, Mar 1, 2011 at 5:58 PM, R Heberto Ghezzo, Dr heberto.ghe...@mcgill.ca wrote: hello, i tried to run playwith but : library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets

Re: [R] problems with playwith

2011-03-01 Thread Michael Lawrence
Do you get an error message in a dialog box? My guess is that you just need to update your GTK+. On Tue, Mar 1, 2011 at 8:58 AM, R Heberto Ghezzo, Dr heberto.ghe...@mcgill.ca wrote: hello, i tried to run playwith but : library(playwith) Loading required package: lattice Loading required

[R] Problems with playwith()

2008-09-03 Thread Dani Valverde
Hello, I am trying to execute an example provided in the help files for the playwith() function. I try to execute the first example: library(playwith) if (interactive()) { options(device.ask.default = FALSE) ## Scatterplot (Lattice graphics). ## Labels are taken from rownames of data. ## Just

Re: [R] Problems with playwith()

2008-09-03 Thread Michael Bibo
Dani Valverde daniel.valverde at uab.cat writes: I get many errors regarded with GLib, and finally it says that the runtime environment asks to close the application in an appropiate way. Any idea on how to solve thi? I have all packages installed. I use R 2.7.2 and GTK+ 2.12.9. I have