Displaying 20 results from an estimated 10000 matches similar to: "tcltk problem"
2005 Apr 24
1
installing R-2.1.0 from source on Fedora Core 3 with tcltk
I installed from source on Fedora Core 3 starting with the
command
./configure --prefix=/usr --with-tcltk
(The --with-tcltk may not be necessary, but there seems to be
some correlation between using it and getting it to work.)
It would not compile with tcltk, even though I had both tcl and
tk rpms installed.
Various fooling around let me to get
2008 Apr 30
1
R isn't finding tcltk
On a x86 machine operating under Gentoo Linux, I'm having persistent
difficulty in getting R version 2.6.1 (the latest available through
Gentoo's portage system) to use tcltk. The R command library(tcltk)
elicits the following response:
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for
2001 Dec 17
2
help with library(tcltk)
Hi All,
I have tried several times to run this library and I get the following
message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
invalid command name "tcl_findLibrary"
Error in library(tcltk) :
.First.lib failed
>
I have checked either the tcl and tk libraries and they are correctly
installed (/usr/lib/). I have other program (Grass) that make
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
Full_Name: Eiji Nakama
Version: R-1.8.0
OS: linux(VineLinux)
Submission from: (NULL) (219.117.236.13)
I build by Tcl8.0.5 and R-1.8.0.
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/lib/R/library/tcltk/libs/tcltk.so":
/usr/lib/R/library/tcltk/libs/tcltk.so: undefined symbol:
RTcl_ActivateConsoleError in
2008 May 14
2
console from tcltk
Is it possible to use the console from within tcltk?
> library(tcltk)
> tcl("puts", "stdout", "Hello, World")
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"),
class = "tclObj") :
[tcl] can not find channel named "stdout".
> .Tcl('puts stdout "Hello, World"')
Error in
2006 Mar 09
2
tcltk loading in R-2.2.1 from src
Hi,
Having trouble loading tcltk in R 2.2.1 built from source.
./configure, make, make check, and make install run ok.
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for 'tcltk'
even though it is listed in library() output.
I have the same problem even if i compile
2007 Apr 26
2
tcltk support....
Rusers,
library(Rcmdr)
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
While installing R I run configure with
configure --prefix=/bla/bla --with-tcltk
make
make install
configure did not returned any errors. Hence, I assume that the the tcl/tk
libraries have been found.
installin.packages("tcltk")
2007 Nov 06
1
library(tcltk) fails
Dear list,
I cannot load the tcltk library:
> library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) :
Can't find a usable tk.tcl in the following directories:
/usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library ./tk8.4.16/library
This probably means that tk wasn't
2011 Apr 08
7
Where is the tcltk package?
Perhaps I'm being even thicker than usual, but I can't find
the tcltk package on CRAN. There is a tcltk2 package, which says
that it is a collection of supplements to tcltk, but I cannot
see a just-plain tcltk anywhere.
If I try to install tcltk2 (from the Linux command line, or using
install.packages() in R) it complains that it needs tcltk.
If I try to install tcltk using
2009 Feb 10
3
tcltk, tcltk2, Rcmdr, Mac OS X
Dear Colleagues,
When I try to install Rcmdr the following happens:
----------------------------------
> library(Rcmdr)
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class =
"tclObj") :
[tcl] invalid command name "font".
Error : .onAttach failed in 'attachNamespace'
Error: package/namespace load failed for
2003 Nov 12
2
Using tcltk language with R system
Hello, Does anybody know how can i call a R function in a tcltk file? I made
a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk
statement"). There are a same command to call R in a tcltk file?
I want to make a R Gui using tcltk language, do you recommend use a tcltk or
a R pack tcltk and don't use tcltk language?
Thanks for your attention.
2010 Mar 15
2
tcltk and R
I have had some comments on sqldf regarding its dependence on tcltk
such as the second last sentence on this blog post:
http://translate.google.com/translate?hl=en&sl=zh-CN&u=http://www.wentrue.net/blog/%3Fp%3D453&prev=http://blogsearch.google.com/blogsearch%3Fhl%3Den%26ie%3DUTF-8%26q%3Dsqldf%26lr%3D%26sa%3DN%26start%3D10
sqldf does not directly use tcltk but it does use strapply in
2006 Feb 03
3
R-2.2.1-INSTALL Issue with TCLTK
Hi
I am not able to have a working tcltk library in R-2.2.1 inspite of
trying different options suggested in the FAQ's. I am using the
following configure option and I do get the tcltk package installed but
with a missing libs folder.
./configure -prefix= "~R-2.2.1" --enable-R-shlib --enable-linux-lfs
--with-zlib --with-gnu-ld --with-tcltk
2002 Sep 23
3
Problems with tcltk package
Hello listers,
I have installed Tcl/Tk v8.4 on my system (Win XP, R 1.5.1). When I try to
load the Tcl/Tk package I get this error:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(tcltk) : .First.lib failed
Can someone help me, please?
Thanks,
Juan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a
bug. Apparently the intention was to attempt to start Tk regardless of
the DISPLAY variable, because some TclTk implementation such as Aqua
Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a
bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though,
this was not the case. I'll leave it
2017 Nov 18
4
tcltk problems
It recently came to my attention that my R installation no longer has
tcltk capability.
I can't figure out why or what to do about it.
I built R from source. I configured using the "--with-tcltk" flag. The
build and install *seemed* to go OK, but after realising I didn't have
tcltk capability I looked into config.log.
There I found:
> configure:39486: checking for
2001 Aug 04
2
R hanging after loading tcltk
On R 1.3 / RH 7.1 / i386 (compiled with shared library support), I typed
* library(tcltk)
* help("some nonsensical string")
and R never returned a prompt (but not consuming any CPU cycles). If tcltk
is not loaded, I get the expected help error message, a prompt, and can
continue my session as expected.
Any ideas? I am running tcl 8.3.3.2.
I would assume this has something to do
2002 Sep 16
2
TclTk Again
Dear All,
Following Zhang instructions I add the environmental variables, but now I
receive the following message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
Can't find a usable init.tcl in the following directories:
{ C:\tcl\lib\tcl8.3}
This probably means that Tcl wasn't installed properly.
Error in library(tcltk) : .First.lib failed
I'm using R Win
2007 Oct 04
1
tcltk question
Is there any requirement for TclTk support for R? When I tried to
call the tcltk library, it failed with the following message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for 'tcltk'
The system information is as follows:
Linux osirus.tgen.org 2.6.9-42.0.10.ELsmp #1
2017 Nov 18
0
tcltk problems
When I have compiled from sourced on Ubuntu, I did NOT include the
"with-tcltk" and it worked fine. Did you try that, please?
Thanks,
Erin
On Fri, Nov 17, 2017 at 6:34 PM, Rolf Turner <r.turner at auckland.ac.nz>
wrote:
>
> It recently came to my attention that my R installation no longer has
> tcltk capability.
>
> I can't figure out why or what to do about