Displaying 20 results from an estimated 600 matches similar to: "tclarray with embedded spaces in data"
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",
2005 Sep 07
1
Using Tk table widget to display matrix
Has anyone written a matrix editor or data.entry() replacement using the Tk
table widget? I've been playing around with the examples at
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tktable.html
and making some progress, but I'd rather not spend much time on this if
someone else has already done it.
Jeff
2012 Mar 09
4
round giving different results on Windows and Mac
Dear all,
I have been running some tests of my package RSiena on different
platforms and trying to reconcile the results.
With Mac, the commands
options(digits=4)
round(1.81652, digits=4)
print 1.817
With Windows, the same commands print 1.816
I am not bothered which answer I get, but it would be nice if they were
the same. A linux box agreed with the Mac.
Mac sessionInfo():
R version
2003 Jul 30
1
Tktable White column when WIDTH>13
On Wed, 30 Jul 2003 TSudler at ch.imshealth.com wrote:
<SNIP>
table1 <- tkwidget(tt,"table",variable="tclArray",
rows=as.character(dim(datifram)[1]+1),
cols=as.character(dim(datifram)[2]),titlerows="1",
titlecols="3",selectmode="extended",height="27",
2012 Aug 29
1
Problem Installing a Package
I have just installed the latest version of R on a openSUSE 12.1 system
running on an ORacle VM VirtualBox and have encountered a problem with
installing ChemometricsWithR. Here is the output:
> library("compiler")
> install.packages("ChemometricsWithR")
Installing package(s) into ?/home/computation/R/x86_64-unknown-linux-gnu-
library/2.15?
(as ?lib? is unspecified)
2012 Aug 24
1
Error while installing gsubfn_0.6-4.tar.gz for R 2.15.1
Hi,
I am getting the follwoing error while installing gsubfn_0.6-4.tar.gz library for R. R version is 2.15.1 and i am installing on Redhat linux version 2.6.18-238.9.1.el5 (mockbuild at x86-002.build.bos.redhat.com<mailto:mockbuild at x86-002.build.bos.redhat.com>) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50))
* installing to library ?/home/mapred/installables/R/library?
* installing
2020 May 03
2
Tcl.Tk Tktable package missing from R 4.0.0 on Windows
Dear R-devel list members,
The Tktable package for Tcl/Tk is apparently missing from the Windows distribution of R 4.0.0. I (actually a user of the Rcmdr package) discovered this when trying to use the new-data-set dialog in the Rcmdr package, producing the error, "Tcl package 'Tktable' must be installed first."
I believe the Tktable has been part of the R distribution for
2012 Apr 01
1
bioconductor help
Hello,
I have a question on how to get bioconductor running properly on
Ubuntu 11.10 as I have tried everything it seems like and I keep on
getting this message. But before I go farther can you please email and
say that you will help me with this because nobody seems to want to
help or know how to.
"Cannot find Tcl/Tk package "Tktable". affylmGUI cannot conitnue...."
I have
2003 Sep 30
3
Adding Tk extensions to R for windows
Hi,
I'm developing an R/TclTk application which uses the BWidget and
Tktable Tk extensions and I'm trying to make it easy to install.
For now, I'm focusing on Windows users who start with nothing.
I have built Tcl/Tk and Tktable for windows using Msys/MinGW.
(BWidget contains only Tcl scripts so does not need building.)
I have then copied Tktable and BWidget into the lib subdirectory
2012 Jan 28
1
need gui matrix editor: does R Core team have advice on how?
Dear R-devel:
Would R core team consider endorsing a graphical toolkit and trying to
facilitate development of little GUI tools?
I need a gui matrix editor for users that want to be able to write
matrices that are later used to simulate data. Instead of teaching
them to write a covariance matrix (for example, for mvtnorm), I want
to tell them run a function that pops up a table they can fill
2003 Aug 24
0
Tcltk changes in R 1.8.0
I have committed a set of changes to the tcltk package for R-1.8.0.
The most important changes are
1) Support for Tcl arrays, which should come in handy for people
playing with things like the tkTable extension. Basically these
work like tclVar objects but can be subscripted (notice that these
beasts are associative - like a Perl hash - rather than objects of
set dimensions). Basic
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
Hi,
I've been trying to install R on Red Hat Linux 9 for some
potential users of my R/TclTk application. I tried using the
rpm for R 1.7.1 for Red Hat Linux 9. It told me that I needed:
libtcl8.3.so
so I looked for a binary release of Tcl 8.3.x on
http://www.tcl.tk/software/tcltk/8.3.html
but found that the link to the Tcl 8.3.x binaries pointed to
ActiveTcl 8.4.x . I couldn't see
2008 Jan 16
1
Installing one channel GUI
Hello,
I'm trying to install oneChannelGui on my computer. For this purpose, I've
tried to carefully follow the manual, and done the following:
1. I've installed the Affy power tools
2. I've installed TCL from
http://www.activestate.com/Products/ActiveTcl/ (by following the link at the
right side of the page, and installing activeTCL8.5.0.0)
Nonetheless, when I try running
2003 May 20
3
Tcltk question for R people
Hello...
Curious to know whether the TK extensions “Tktable” and “Iwidgets” will be
included in future versions of R (full installation). These are key
components of GUI construction and would be very useful in my current
R-tcltk endeavors. I realize that I could just install a version of
ActiveTcl, which includes the extensions; however, my goal is to eventually
distribute my work keeping
2006 Apr 18
2
installation of package "randomForest" failed
Hello
I'd like to try out some functions in the package randomForest. Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",
2020 Jul 12
2
No se inicia R-studio
Al instalar el R funciona, pero el r-Studio al abrirlo despu?s de la instalaci?n no se inicia y se queda cargando al final aparece que tardo mucho y no hay conexi?n.
Gracias por la ayuda
Saludos cordiales
Ruth Madera Sandoval
[[alternative HTML version deleted]]
2008 Jul 28
3
lib90_cmusieve_plugin.so: undefined symbol: message_decoder_init
After upgrading our CentOS 5 box to the latest revisions last week
(including Dovecot 1.1), we're seeing the following error message in the
log files. Sieve was working fine with Dovecot 1.0.
I have yet to turn up anything via Google for this particular error.
SELinux is not logging any error messages at the moment, so I'm pretty
sure that we've properly allowed all the SELinux
2013 Apr 22
2
NAT problem assistance...
Hi folks,
I took the plunge recently to move NAT from my router to my shorewall
config, and mostly things are ok. Most traffic moves around without
problems but sometimes I am having trouble accessing external webservers
from non-gateway internal computers. I have stared at the traffic in
wireshark (even 2 wiresharks on different interfaces) but can''t see the
problem. Nevertheless
2002 Jul 18
1
Cannot copy files to samba share. (A little off-topic)
I've created a share in Samba (2.2.3a) and cannot copy or create files in
it. I know I've missed something, but am unable to find the error. Any help
is appreciated.
I'm logged on with username nick (correctly as I can add files to my Home
directory...)
smb.conf
[global]
workgroup = kbnn
server string = Business Linux/Samba Server
hosts allow = 10.0.4. 127.
remote announce =
2003 Oct 22
1
Core dump when calling tclvalue (PR#4724)
Full_Name: Neil McKay
Version: 1.8.0
OS: Linux (RedHat 7.1)
Submission from: (NULL) (129.124.42.210)
I get a core dump when executing the following code:
> library("tcltk")
> zzz<-tclArray()
> tclvalue(zzz)
Running under gdb gives this output:
Program received signal SIGSEGV, Segmentation fault.
makeRTclObject (tclobj=0x0) at tcltk.c:48
48