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) !
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 <- Sys.gete
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.
Where
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 distribu
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 probl
On Tue, Jun 14, 2011 at 12:47 PM, Adrienne Wootten 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 begin with. I wou
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 app
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, specifical
Dear R users,
Since a long time now, I have the following error when I want to load
the tcltk library in R 64 bit.
Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace()
for 'tcltk', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared
9 matches
Mail list logo