search for: tcl_library

Displaying 20 results from an estimated 31 matches for "tcl_library".

2002 Nov 21
1
tkclipboard.append(...) and TCL_LIBRARY not set
...Searching for a function that will copy the value of an R object to the windows clipboard led me to "tkclipboard.append(...)". Will this function do what I seek? Or if not, does anyone know of such an R function? If tkclipboard.append(...) is what I need, please explain how I can set TCL_LIBRARY. With R 1.6 on W98 I got the following R dialog. (If it is relevant, the DESCRIPTION file does contain a Built line). Thanking you in advance, graham lawrence >library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib fa...
2012 Sep 14
1
tcltk installation problem in R (Mac OS X version)
Hi all, I just installed R on my Mac OS X machine and wanted to installed tcl/tk. So, I installed tcl/tk from this page: http://cran.r-project.org/bin/macosx/tools/ It gets placed in /usr/local dir. and then I installed R. Next, in R, I set the TCL_LIBRARY variable by saying Sys.setenv(TCL_LIBRARY="/usr/local/lib/tcl8.5") and Sys.setenv(TK_LIBRARY="/usr/local/lib/tk8.5") But still when I try to run any GUI-based program, it gives me the error that TCL/TK were not istalled. In tclRequire(tclPkg) : Tcl package 'BWidget' no...
2006 Feb 27
1
TclTk library loading (whole version) Linux
...I don't receive the message anymore and it cannot find BWidgets under R. So I'm not even sure that I'm loading the whole tclTk Library anymore(instead of the subset that comes along with R) I've got libtcl8.4.so and libtk8.4.so in /usr/lib My .Renviron file contains: MY_TCLTK=yes TCL_LIBRARY=/usr/lib/tcl8.4 an in my R session: ------------------------------ > Sys.getenv("MY_TCLTK") MY_TCLTK "yes" > Sys.getenv("TCL_LIBRARY") TCL_LIBRARY "/usr/lib/tcl8.4" > tclRequire("BWidgets") [1] FALSE Warning message: Tcl package &...
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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2001 Feb 09
1
demo(tkttest) exits with error messages
...9;ve just installed tcl version 8.3 for windows for use with rw1021, running on win95 (4.00.950). demo(tkttest) gives the following error messages. > require(tcltk) || stop("tcltk support is absent") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in eval.with.vis(expr, envir, enclos) : tcltk support is absent Can't find any explanation in the documentation (looked at refman chapter 11) or mailing list archives. TCL_LIBRARY is a DOS environment variable, presumably? What should it be set to? Tried setting it t...
2008 Jul 17
3
Problem with TLC/TK on Ubuntu
...lem, I try to: 1. To download the tcl and the tk packages (version: 8.5) from http://www.tcl.tk and to install them (the -dev packages also), but the error hold over. 2. To install the previous releases (version: 8.4) for these packages. The error hold over. 3. To set the environment variables 'TCL_LIBRARY' and 'TK_LIBRARY', in this mode: TCL_LIBRARY=/usr/local/lib/tcl8.5 * (or 8.4)* TK_LIBRARY=/usr/lib/tk8.5 *(or 8.4)* but the error hold over. 4.Therefore, after this modifications, i uninstalled R and I installed again it. I try to do this both without setting environment vari...
2000 Jul 20
2
tcltk_package
Hello... I'm having problems getting the "tcltk" package to run within a recently installed version of R (R1.10 for Windows95). >library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed > Having little experience with R, I apologize for the simplicity of this question. Jason Fisher stormplot at hotmail.com ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotma...
2002 Jul 02
5
R windows FAQ (PR#1733)
Full_Name: Kevin Wright Version: 1.5.1 OS: Windows 95 Submission from: (NULL) (170.54.59.160) In the R windows FAQ, item 3.6 (Package TclTk does not work) currently has this line: Sys.putenv("TCL_LIBRARY"="c:/Program Files/Tcl/lib/tcl8.3") I find that if I execute the following two lines after starting R, I can then do library(tcltk) and demo(tkdensity) as usual. I do not need to modify my autoexec.bat this way! Anyway, using the following two lines in the FAQ might be useful to s...
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...e check' :- $ make check make[1]: Entering directory `/usr/build/llvm-gcc/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite; \ EXPECT=expect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd} ` ; \ export TCL_LIBRARY ; fi ; \ runtest --tool gcc ) runtest: not found make[1]: [check-gcc] Error 127 (ignored) (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...$ make check make[1]: Entering directory `/usr/build/llvm-gcc/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite; \ EXPECT=expect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd} ` ; \ export TCL_LIBRARY ; fi ; \ runtest --tool gcc ) runtest: not found make[1]: [check-gcc] Error 127 (ignored) (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export...
2002 Aug 06
1
Using Tcl/Tk on Windows
Hello, I would like to try Tcl/Tk library on Windows. I installed ActiveTCL 8.3.4.3 and add the environment variable TCL_LIBRARY linking to the directory of installation. When I load the Tcl/Tk package, I have the following error: +--------------------------------------------------------------+ Error in firstlib(which.lib.loc, package) : Can't find a usable init.tcl in the following directories: {d:\TCL}...
2003 Feb 05
3
tcltk installation problem
Dear all, I want to use GraspeR (on R 1.6.0) and have to install tcltk library. When I try to do this, I get back this error message: Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(pkg, character.only = TRUE) : .First.lib failed But I have a tcl/tk package (Active TCL 8.4.1.0) correctly install on my PC (Win95) and in the autoexec.bat the path for "bin" and "lib" . So where am I wrong?? Thanks for advance. With very b...
2002 Feb 06
1
Probblems with loading the tcltk library
Hi guys Recently a wanted to look at the opotunities which are suported by the labrary of tcltk. Unfortunatly I couldn't load the library and it occured the following error message: Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(pkg, character.only = TRUE) : .First.lib failed I've tried to load it in sveral ways. I reinstalt the this library bud nothing happend. What is the problem and how can I solve it?? An other question how can I define a function so that this function can be...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...make[1]: Entering directory `/usr/build/llvm-gcc/gcc' > (rootme=`${PWDCMD-pwd}`; export rootme; \ > srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ > cd testsuite; \ > EXPECT=expect ; export EXPECT ; \ > if [ -f ${rootme}/../expect/expect ] ; then \ > TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; > ${PWDCMD-pwd} > ` ; \ > export TCL_LIBRARY ; fi ; \ > runtest --tool gcc ) > runtest: not found > make[1]: [check-gcc] Error 127 (ignored) > (rootme=`${PWDCMD-pwd}`; export rootme; \ > srcdir=`cd /usr/cfrontend/src/gc...
2005 May 19
3
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...; (rootme=`${PWDCMD-pwd}`; export rootme; \ > srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export > srcdir ; \ > cd testsuite; \ > EXPECT=expect ; export EXPECT ; \ > if [ -f ${rootme}/../expect/expect ] ; then \ > TCL_LIBRARY=`cd .. ; > cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd} > ` ; \ > export TCL_LIBRARY ; fi ; \ > runtest --tool gcc ) > runtest: not found > make[1]: [check-gcc] Error 127 (ignored) > (rootme=`${PWDCMD-pwd}`...
2001 Oct 04
1
tcl/tk & Windows2000?
Hello, i have some problems to run tcltk/R on with Win2000. With Win98 i have no problems !? When i do this in R, i get no message-error & tcl/tk is really here ! Sys.putenv("TCL_LIBRARY"="C:/tcl/lib/tcl83") ,but after i use : library(tcltk) ,i get : Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "D:/XY/rw1030/library/tcltk/libs/tcl83": LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error in librar...
2006 Jun 15
1
R with tcl/tk 8.5
Hi List, Is it possible to tell R to use tcl/tk 8.5? My R package seems to depend on libtcl8.4.so. However, in Windows it seems to be possible to set TCL_LIBRARY and MY_TCLTK. Is there something similar possible in Linux? I have installed: $ rpm -q R R-2.3.1-1.fc5 $ locate libtcl8 /usr/lib/libtcl8.4.so /usr/local/lib/libtcl8.5.so
2003 Apr 25
1
tcltk tkfilefind demo problem
...: [tcl] megawidget initialization error: expected integer but got " --1". I have a fresh binary install of 1.7.0 on Win2000 machine. I observed this behavior with the Tcl library included with R and with ActiveTcl 8.4.2 I just installed. I think I have it set-up correctly: my TCL_LIBRARY and MY_TCLTK both point to c:/Tcl where I installed ActiveTcl. I also have c:/Tcl/bin on my path - to avoid possible interference with cygwin Tcl I have the following in my Rprofile: Sys.putenv("Path"="c:/Tcl/bin;c:/cygwin/bin") I can run the other demos successfully....
2002 May 31
1
Library Tcltk
...uot;PATH"), I can read: "F:\\Program Files\\TeXLive\\bin\\win32;C:\\Ghostgum\\gsview;c:\\jdk1.3\\bin;F:\\Tcl\\bin;F:\\Tcl\\lib" so Tcl seems to be in my PATH... After that, when I load the Tcltk library, I have this error message: Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed Is that a problem of the Tcl package installation? What is wrong? Another question: has anybody some example of things realized with Tcltk and R? Thank you for your help, Tristan Lorino ---------------------- ?cole Nationale V?t?rinaire d...
2003 Apr 25
2
sjava w2k
..."C:\\WINNT" TCL_LIBRARY "C:\\chris\\dm\\rw1070/Tcl/lib/tcl8.4" [[alternate HTML ve...