Re: [R] error loading tcltk2

2012-04-21 Thread Philippe Grosjean
There is indeed a bug in tcltk2, while I introduced some changes targeting a better look of Tk widgets on Ubuntu. This new code is assuming 'cat' is available on all platforms. Indeed on Windows, it *is* available iff Rtools are installed, which is the case apparently on all test machines so

Re: [R] error loading tcltk2

2012-04-20 Thread Duncan Murdoch
On 20/04/2012 8:41 AM, Roberto Ugoccioni wrote: Hello, I just installed R-2.15.0 on windows XP and cannot load package tcltk2 (which I just downloaded from CRAN as tcltk2_1.2-1.zip; package install reported no problems): library(tcltk2) Carico il pacchetto richiesto: tcltk Loading Tcl/Tk

Re: [R] error loading tcltk2

2012-04-20 Thread peter dalgaard
On Apr 20, 2012, at 16:03 , Duncan Murdoch wrote: On 20/04/2012 8:41 AM, Roberto Ugoccioni wrote: Hello, I just installed R-2.15.0 on windows XP and cannot load package tcltk2 (which I just downloaded from CRAN as tcltk2_1.2-1.zip; package install reported no problems): library(tcltk2)

Re: [R] error loading tcltk2

2012-04-20 Thread drjes3bioc
I am having the same problem loading tcltk2 local({pkg - select.list(sort(.packages(all.available = TRUE)),graphics=TRUE) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: tcltk Loading Tcl/Tk interface ... done Error : .onLoad failed in loadNamespace() for