search for: dottcl

Displaying 20 results from an estimated 25 matches for "dottcl".

Did you mean: dott
2005 Aug 13
1
Broken tkrplot on Mac OS X
...tor package genArise. I am trying to build it on a Mac running OS 10.4.1 with R 2.1.1. Following a stanadard install from R here the error I get when I try to load tkrplot > library(tkrplot) Loading required package: tcltk Loading Tcl/Tk interface ... done Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] no suitable image found. Did find: /Library/Frameworks/R.framework/Versions/2.1.1/Resources/library/tkrplot/li b s/tkrplot.so: not a dylib. Error in library(tkrplot) : .First.lib failed for 't...
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 structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj&quot...
2011 May 04
6
tkrplot not working in R 2.13.0
...;)) With file being "C:/Program Files/R/R-2.13.0/library/tkrplot/libs/i386/tkrplot.dll" on my system. I did check that the file exists and it can even be loaded using dyn.load, but when running the .Tcl command by hand it produces the following error: Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] could not find interpreter "Rplot". It works in previous versions of R, so I am guessing that this is due to some change in R, or the tcl with R 2.13.0, or how tkrplot was compiled under the new R, or possib...
2003 Apr 17
1
Help with TCL packages
...Require("BWidget") <Tcl> 1.5 Loading seems to work, but when I try to create a specific widget : # The main window appears correctly > top=tktoplevel() # Trying to insert a combobox > combo <- tkwidget(top,"BWidget::combobox") Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command name "BWidget::combobox". The file combobox.tcl is present in the BWidget directory. I wonder what I'm doing wrong. Any idea ? Yvonnick NOEL
2003 Apr 23
1
iwidgets in tcltk in R 1.7.0
...nd I have added the Tcl\bin directory containing the DLLs to my PATH environment variable. I can load the tcltk package with library(tcltk) and use all of the standard widgets, but tclRequire("iwidgets") fails : > tclRequire("iwidgets") Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] can't find package iwidgets. Any suggestions would be greatly appreciated. Thanks, James -------------------------------------------------------------------------- James Wettenhall...
2003 May 22
1
Tkrplot works not
...d my R version from 1.6.2 to 1.7.0. My programm stops now with two error-messages: (How could it be, two errors? The command "stop" produces an error but does really stop the programm after it, isn't it?) > Loading required package: tcltk > Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : > [tcl] couldn't load library "C:/Programme/R/library/tkrplot/libs/tkrplot.dll": > this library or a dependent library could not be found in library path. > Error in library(tkrplot) : .First....
2004 Jun 30
1
help with tclVar
Hi, I can' t load a variable tcltk declared with tclVar, why is this?, the exmple above explain me ,Thanks Ruben a<-tclVar(init="") > f<-function(){ + a<<-"pipo" + } > f() > a [1] "pipo" > tclvalue(a) Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] can't read "pipo": no such variable. >
2010 Apr 27
1
Problem with Tinn-R communicating with REvolution R
I have been using Tinn-R with R without any problems but when I try to use it with REvolution R I get the following error message when Tinn-R runs the configuration script and gets to the trDDEInstall() function: ## Start DDE trDDEInstall() > trDDEInstall() Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command name "dde". In addition: Warning message: In tclRequire("dde", warn = TRUE) : Tcl package 'dde' not found I have not found anything about this on the Tinn-R forum and have ha...
2006 Jun 26
1
Some tcltk-related packages not loading (OS X)
...pc/gtkDevice.so Expected in: flat namespace Error in library(gtkDevice) : .First.lib failed for 'gtkDevice' ****************************************************** and another: ****************************************************** > library(tkrplot) Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] image not found NSCreateObjectFileImageFromFile() error: not a Mach-O MH_BUNDLE file. Error in library(tkrplot) : .First.lib failed for 'tkrplot' ****************************************************** I ran &g...
2007 Jan 19
3
Problem with loading tkrplot
...d Settings\Compaq_Administrator\Local > > Settings\Temp\RtmpqEShrb\downloaded_packages > > updating HTML package descriptions > >> library(tkrplot) > > Loading required package: tcltk > > Loading Tcl/Tk interface ... done > > Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = > > "tclObj") : > > [tcl] could not find interpreter "Rplot". > > Error in library(tkrplot) : .First.lib failed for 'tkrplot' > >> sessionInfo() > > R version 2.4.1 (2006-12-18) >...
2003 Apr 25
1
tcltk tkfilefind demo problem
...showparent="Parent", showfiles=1, showall=all.names, selectmode=if(multiple) "multiple" else "browse") with the following error message Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [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 Acti...
2013 Mar 26
1
update.packages(checkBuilt = TRUE) fails in updating rpanel_1.1-1 due to missing package BWidget
...===================================== downloaded 686 Kb * installing *source* package ?rpanel? ... ** package ?rpanel? successfully unpacked and MD5 sums checked ** R ** data ** moving datasets to lazyload DB ** demo ** inst ** preparing package for lazy loading Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] can't find package BWidget. Error : unable to load R code in package ?rpanel? ERROR: lazy loading failed for package ?rpanel? * removing ?/usr/lib64/R/library/rpanel? * restoring previous ?/usr/lib64/R/library/rpa...
2012 May 21
1
tcktk problem with custom R 2.15.0 build on RHEL5
...part.strand as MethStrand, meth450part.name as MethName, meth450part.score as MethScore from data join meth450part where data.V1=meth450part.chrom and data.V2<=meth450part.chromStart and data.V3>=meth450part.chromEnd") Loading required package: tcltk Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] unknown math function "min". Can anybody tell me why we're getting this tcl error about the function "min" not being found? I've been unable to find anything on the web that relates to...
2012 Sep 06
1
Package installation errors
...lled. I did not get errors while installing packages through *32-bit R*, except that it could not update some of the packages (already installed with 64-bit R) *A*) When I start *64-bit R (2.14.2)* Loading required package: tcltk Loading required package: R2HTML Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command name "dde". In addition: Warning message: In tclRequire("dde", warn = TRUE) : Tcl package 'dde' not found > options(repos='http://cran.stat.ucla.edu') > install....
2010 Feb 19
2
problem with RGtk
...1401.0.0 Failed to load RGtk2 dynamic library, attempting to install it. Error in if (choice == 1) { : argument is of length zero Error : .onLoad failed in 'loadNamespace' for 'RGtk2' Error: package/namespace load failed for 'gWidgetsRGtk2' Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command name "option". Error : .onLoad failed in 'loadNamespace' for 'gWidgetstcltk' Error: package/namespace load failed for 'gWidgetstcltk' Loading required package: proto L...
2004 Apr 23
4
Tcl Tk table
Hi I've a problem with the following example: library(tcltk) .Tcl("array unset tclArray") myRarray <- matrix(1:1000, ncol=20) for (i in (0:49)) for (j in (0:19)) .Tcl(paste("set tclArray(",i,",",j,") ",myRarray[i+1,j+1],sep="")) tt<-tktoplevel() table1 <- tkwidget(tt,"table",variable="tclArray",
2003 Mar 26
0
R TclTk iwidgets::comboboc
...- .Tk.subwin(tt) .Tcl(paste("listbox",.Tk.ID(win),.Tcl.args())) tkpack(win) ################## THIS FAILS - ATTEMPTS TO CREATE A COMBOBOX ## tt<-tktoplevel() win <- .Tk.subwin(tt) .Tcl(paste("iwidgets::combobox",.Tk.ID(win),.Tcl.args())) Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] . I am using R 1.6.2 (with tcltk package 1.6.2) and ActiveTcl 8.3.5.0 in Windows 2000. Below I've included some of the relevant ActiveTcl help. I'm not sure why it has "funny characters"....
2003 Mar 27
0
R TclTk iwidgets::combobox
...))) > > tkpack(win) > > > > ################## THIS FAILS - ATTEMPTS TO CREATE A COMBOBOX ## > > tt<-tktoplevel() > > win <- .Tk.subwin(tt) > > .Tcl(paste("iwidgets::combobox",.Tk.ID(win),.Tcl.args())) > > Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), > > class = "tclObj") : > > [tcl] . > > Hmm, can't see why that shouldn't work. On Linux, this seems to work fine: > > tt<-tktoplevel() > combo <- tkwidget(tt,"iwidgets::combobox") &gt...
2003 Oct 01
0
curious error with tkcheckbutton
Hello, the following code produces an error when executing it, it is a code that produces 6 checkbutton that at the beginning are empty, when selecting the first checkbox he says that doesn't know the second variable tcl, he say: [1] "1" Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] can't read "::RTcl2": no such variable. when six variables tcl has been created in the array b and they exist: > b [1] "::RTcl1" "::RTcl2" "::RTcl3" "::RTcl4...
2003 Oct 09
0
curious mistake in tkradiobutton
Hello, the following code produces an error when executing it, it is a code that produces 6 checkbutton that at the beginning are empty, when selecting the first checkbox he says that doesn't know the second variable tcl, he say: [1] "1" Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] can't read "::RTcl2": no such variable. when six variables tcl has been created in the array b and they exist: > b [1] "::RTcl1" "::RTcl2" "::RTcl3" "::RTcl4...