Displaying 20 results from an estimated 900 matches similar to: "About Tcl/Tk after command in R"
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
2003 Nov 27
1
cclust - cindex - binary data
Hi,
I'm trying to debug a function I wrote to calculate the cindex for a
hierarchical tree.
For this it is useful to compare my calculations with those in output from
the clustindex function, in the cclust library.
There's no way, however, to have the cindex value for a given output of the
cclust function, as a NA value is always returned.
This happens almost surely because the cindex in
2005 Apr 19
0
mmx optimization
Hi,
I've been giving a look at the archives of the mailing list and I've
seen that you have rewritten a lot of functions using mmx to make them
faster.
I'm currently trying to optimize some code, but I'm have some problems,
because I work with 16 bit per component and not 8 like theora. I know
that it is off topic, but I'm posting to ask you a little help.
I've got
2003 Jun 02
2
(no subject)
I would be gratefulf if anybody can help me with this problem. I have not
a experience with R
language, actually this is my first job with it :
I have write some instructions for acomplish a simulation, and I have 36
conditions
with 1000 iterations each one . The program runs without problems, but in
the 19 nth
condition gives and error message (after running some iterations of
this
2017 Aug 17
0
PAM Clustering
Sorry, I never use pam. In the help, you can see that pam require a
dataframe OR a dissimilarity matrix. If diss=FALSE then "euclidean" was use.So,
I interpret that a matrix of dissimilarity is generated automatically.
Problems may be in your data. Indeed
pam(ruspini, 4)$diss
write a dissimilaty matrix
while
pam(MYdata,10)$diss
wite NULL
2017-08-17 16:03 GMT+02:00 Sema Atasever
2000 Dec 21
1
statistical quality control
Hi all,
could anybody tell me whether there exist any packages about statistical
quality control. Thanks very much.
Stefano Tonellato
--
Stefano Tonellato
Dipartimento di Statistica
Universita' Ca' Foscari di Venezia
Campiello S. Agostin, S. Polo 2347
30125 Venezia - ITALY
Phone +39-041-2577422 Fax +39-041-710355
E-mail stone at unive.it
-------------- next part --------------
An
2003 Dec 23
0
circular package
Dear All,
Ulric Lund and me are developing a new package called 'circular' that as
soon as possible will substitute 'CircStats' package.
A pre-released is available at:
http://www.dst.unive.it/~claudio/R/circular_0.1.tar.gz
I kindly ask everybody is using CircStats to check this new package
and send me comments, suggestions and bugs to claudio at unive.it and not to
the list.
As
2003 Dec 23
0
circular package
Dear All,
Ulric Lund and me are developing a new package called 'circular' that as
soon as possible will substitute 'CircStats' package.
A pre-released is available at:
http://www.dst.unive.it/~claudio/R/circular_0.1.tar.gz
I kindly ask everybody is using CircStats to check this new package
and send me comments, suggestions and bugs to claudio at unive.it and not to
the list.
As
2019 Sep 26
0
access to share with dns alias hostname
On 26/09/2019 15:19, banda bassotti wrote:
> Hi, below the required files:
>
> smb.conf of ucs master:
>
> [global]
> ? ? ? ? logging ? ? ? ? = file
> ? ? ? ? max log size ? ?= 0
> ? ? ? ? netbios name ? ?= ucs
> ? ? ? ? server role ? ? = active directory domain controller
> ? ? ? ? name resolve order ? ? ?= wins host bcast
> ? ? ? ? server string ? = Univention
2019 Sep 26
2
access to share with dns alias hostname
No, cut&paste!
ucs# samba -V
Version 4.10.1-Univention
fs# samba -V
Version 4.10.8-Debian
Il giorno gio 26 set 2019 alle ore 16:26 Rowland penny <rpenny at samba.org>
ha scritto:
> On 26/09/2019 15:19, banda bassotti wrote:
> > Hi, below the required files:
> >
> > smb.conf of ucs master:
> >
> > [global]
> > logging = file
>
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
2010 Aug 06
1
r sig for tcl/tk?
Dear R People:
Is there an R sig for Tcl/Tk, please?
I looked at the User Groups list on the main page and didn't see one.
However, I thought I'd double check.
Thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
2010 Aug 18
0
Tcl/Tk interface - autolaunch point-and-click problem
Dear all,
I'm trying to run function "qvalue" that requires Tcl/Tk interface. But after loaded the "tcltk" package, it would automatically launch "point-and-click" that forces me to run analysis in a new window whenever I want to use the function. I would be grateful if anyone knows how to remove the auto-launch operation in R so that I can run the function
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
2011 Feb 27
1
R Tcl/Tk [MacOSX] TkButton Problem
Hi,
I have a tktoplevel window and in it a tkbutton:
AUS <- function()
{
foo(parameters);
}
AUSButton.but <- tkbutton(tt,text="OK",command=AUS)
The function foo(...) does a time-consuming calculation, and during this calculation there is printed some progress information to the console.
My problem: When I click the button "OK", the tktoplevel window and the R console
2006 Feb 23
1
tcl/tk - Problem unter MacOS X / X11
Hallo !
Ich habe versucht Rcmdr unter MacOSX 10.4.5 zu installieren. RGui zeigt
an, dass tcl/tk laufen. Bei Aufruf von Rcmdr friert R jedoch komplett ein.
JGR zeigt im Paketmanager dagegen an, dass tcl/tk nicht gestartet werden
konnte und spuckt folgende Meldung aus:
> library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) : no display name and no
$DISPLAY environment variable
2010 Nov 19
2
intall tcl/tk
Dear Help List,
I am trying to install a package (DiagnosisMed) on R (R version 2.10.1
(2009-12-14)) on Debian Lenny (architecture i386).
I get the following error message:
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
* installing *source* package ‘DiagnosisMed’ ...
** R
** data
** preparing package for lazy loading
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this
2002 May 13
1
Tcl/Tk Questions!
Hi,
I am gonna to design a GUI for my R code. My question is how can I redirect
the Console Output of my code into the Tk text widget. Any help will be
appreciated.
J. Wang
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2004 May 10
1
question about possibility with R - Tcl/tk library
Hi , i am using the R(1.8.1) tcl/tk library in order to build a graphical
user interface to mathematic function and i would like to know if it is
possible to retrieve the value of a tkentry to make a R vector
for exemple with an entry containing "1,2,3,4,5" i want to make a vector
which contains 1 2 3 4 5
i tried as.vector , as.list and even to write the object to a file with