Re: [R] Still have problems with tcltk in R 64 bit

2011-06-15 Thread Arnaud Mosnier
I agree that this is a really outdated source but I did not find the way to tell R using correctly the tcl version included (at least for the 64 bit version). If I remove the environment variables, things work for R 32 bit (it uses the tcl version included), but it does not work in R 64 bit.

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-15 Thread Uwe Ligges
Well, the R code in package tcltk for startup under Windows is, as you could have found out yourself easily: .onLoad - function(lib, pkg) { packageStartupMessage(Loading Tcl/Tk interface ..., domain = R-tcltk, appendLF = FALSE) if(!nzchar(tclbin -

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-15 Thread Arnaud Mosnier
I was pretty sure to have installed tcltk files for 64 bit from the installer, but to be sure ... - I removed previously created Environment variables (MY_TCLTK) - I reinstalled R one more time ... this time with the full installation option and ... it does not work (still works with R 32bit) !

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-14 Thread Adrienne Wootten
Arnaud, I've had a similar problem with several packages in R 2.13.0 recently, which was more caused because the package installation failed in the new version. Judging from the error messages you have up here, I'd guess that it's a similar problem surrounding the package installation,

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-14 Thread Adrienne Wootten
Taking a quick look for it, it seems that they have replaced it with tcltk2. I just did the installation with the same version in windows and it auto loaded the tcltk package and I never installed that package to begin with. I would try it with tcltk2 and see if you get the package to install

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-14 Thread Peter Langfelder
On Tue, Jun 14, 2011 at 12:47 PM, Adrienne Wootten amwoo...@ncsu.edu wrote: Taking a quick look for it, it seems that they have replaced it with tcltk2.  I just did the installation with the same version in windows and it auto loaded the tcltk package and I never installed that package to

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-14 Thread Arnaud Mosnier
I achieve to make tcltk work on R 64 installing Active tcltk8.5 64bit version then setting windows environment variables as in http://www.sciviews.org/_rgui/tcltk/InstallRTclTk.html. But now, it uses only this 64 bit version and thus do not work anymore in R 32 bit ! In my case, it solves my

Re: [R] Still have problems with tcltk in R 64 bit

2011-06-14 Thread Uwe Ligges
On 14.06.2011 22:01, Arnaud Mosnier wrote: I achieve to make tcltk work on R 64 installing Active tcltk8.5 64bit version then setting windows environment variables as in http://www.sciviews.org/_rgui/tcltk/InstallRTclTk.html. Don't read outdated sources but the manuals. The R binary