similar to: Telling tcltk where tcl is?

Displaying 20 results from an estimated 2000 matches similar to: "Telling tcltk where tcl is?"

1999 Aug 20
2
Referencing R in journal paper?
I'm using R for calculations and plots in a statistical paper. Is there a canonical reference to use in the bibliography? (Or is it not common to acknowledge computer programs in journal papers?) -- Bj?rn-Helge Mevik <bhm at math.uio.no> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2000 Sep 20
2
Image analysis in R?
As far as I can tell, there are no facilities in the "base" R for image analysis. Is there any extension or package for R that implements image analysis? I'm thinking of features such as o Reading and writing image files, o displaying indexed or "true color" images, o resizing, cropping, etc, of images, o filters for manipulating images (smoothing, edge detection, etc) o
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
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
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
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
2002 May 31
1
Library Tcltk
Dears users, Thanks for your responses concerning my question of yesterday (about stand-alone package). Il would like to explore two ways: -- Tcltk extension, -- Rweb application. I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the autoexec.bat file): set R_LIBS=F:\R\rw1050\library set PATH=%PATH%;F:\Tcl\bin set PATH=%PATH%;F:\Tcl\lib set PATH=%PATH%;F:\R\rw1050\bin
2008 Jul 17
3
Problem with TLC/TK on Ubuntu
Dear all, I have installed R on Linux/Ubuntu 8.04. When I try to load the tcltk package, I get the response: > 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' In order to solve this problem, I try to: 1. To download the tcl and the tk packages (version: 8.5) from
2001 Feb 09
1
demo(tkttest) exits with error messages
I'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
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
2013 Jan 12
3
Cannot find Tcl library(Sort of OT)
Hey All, I'm trying to build Tux Racer. I get: checking for tcl8.5 library... no checking for tcl83 library... no checking for tcl8.2 library... no checking for tcl82 library... no checking for tcl8.0 library... no checking for tcl80 library... no checking for tcl library... no configure: error: Cannot find Tcl library The install manual says I may have to pass some options to configure:
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look for any suggestion in the manuals, find nothing related? library(Sjava) Error in firstlib(which.lib.loc, package) : JAVA_HOME is not set Error in library(Sjava) : .First.lib failed ...what i have to done? many thanks & regards,christian
2002 Nov 21
1
tkclipboard.append(...) and TCL_LIBRARY not set
Dear R-Help, 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,
2009 Nov 30
2
Ubuntu tcl/tk problems
Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error : package 'tcltk' could not be loaded Ubuntu 9.10 I have both the 8.5 and 8.4 tcl and tk regular and dev libraries installed. I need both of these because some of my GIS software requires the 8.4 libraries. Should I remove the 8.5 libraries, or ... All help is greatly appreciated!
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
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")
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
Dear developeRs, I use Red Hat Enterprise Linux WS release 4 (Nahant Update 2) on an x86_64 machine (two Intel P4 CPUs with 64 bit support), and R-beta_2005-12-12_r36712.tar.gz. If I run configure without any options, it does not list tcltk among the supported interfaces: ./configure [...] R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory:
2006 Feb 27
1
TclTk library loading (whole version) Linux
Hello; Well, I'm afraid this is the second related problem I report in two days (I'm sorry for this) I've programmed a tcltk interface for a model and it includes a comboBox. The comboBox widget comes with the "BWidgets" library of Tcl/Tk. It works all perfectly with the windows R GUI (with the help of Prof. B. Ripley), following the advices in ?Startup, but I would like