similar to: [R-pkgs] tcltk - control message while the program is running

Displaying 20 results from an estimated 60000 matches similar to: "[R-pkgs] tcltk - control message while the program is running"

2009 Sep 10
2
Running R in Windows server
Hi, I'm trying to set up a server which allows different users to use R simultaneously. Is it possible in Windows? I know that a LINUX Server is probably a better option, but I had already created a GUI with Tcl/tk in Windows. So some of the events don't work in LINUX. Thanks in advance, Srpd _________________________________________________________________ m só local.
2012 Jan 04
1
tcltk on linux/rhel6
Dear All, I've seen posts to the effect that.. 1) choose.dir is only available for windows, and 2) tk_choose.dir would be the linux equivalent. I'm still having trouble with the subject package on linux/rhel6. I've specified --with-tcltk during ./configure, and I still get the response... > install.packages("tcltk") Installing package(s) into
2009 Jul 28
1
Reading Excel files in Linux
Hi, I'm using the RODBC package to read Excel files in Windows. I would like to do it in Linux. What´s the best way to read Excel files in Linux? Thanks in advance, Srpd _________________________________________________________________ y-edit.aspx [[alternative HTML version deleted]]
2007 Oct 09
2
bug: wireframe and tcltk
Dear R users, When i call the wireframe function from within a tcltk widget, it does not work. Here is a sample program that shows the bug. When you try: is.it.a.bug() You can see that the "curve" instruction is run but not the "wireframe" one. Do you have an explanation about this point? Best regards, Pierre Lafaye de Micheaux -- Pierre Lafaye de Micheaux Bureau
2010 Oct 30
2
'tcltk' does not have a name space
Hi, All I got trouble on installing the qvalue package. Error message: package 'tcltk' does not have a name space [cchen1 at ibibmem Yale_CB]$ R CMD INSTALL qvalue.tar.gz * installing to library '/cchome/cchen1/R/x86_64-unknown-linux-gnu-library/2.10' * installing *source* package 'qvalue' ... ** R ** data ** inst ** preparing package for lazy loading Error : package
2007 Sep 19
1
Running tcltk From a batch file
Hi, I am trying to run some simple tktcl code.... ## in a file called test.R require(tcltk) tt <- tktoplevel() OK.but <- tkbutton(tt,text="OK",command=function()tkdestroy(tt)) tkgrid(OK.but) tkfocus(tt) Using a batch file with the command Rterm < test.R > testOutput.Rout --slave The GUI pops up but then disappears. The results in the test.Output.Routfile are > # Load
2008 May 22
2
grid error message when resizing graphics window after tcltk loaded
Dear R-devel / Dr. Murrell - This is similar but ultimately unrelated (I think) to something I posted about in February. See my original post here: https://stat.ethz.ch/pipermail/r-devel/2008-February/048278.html I start R with the --vanilla option, and run the following code. ## BEGIN SAMPLE R CODE library(grid) for(i in seq(0, 1, by = .1)) { for(j in seq(0, 1, by = .1)) { angle
2011 Jun 14
2
Still have problems with tcltk in R 64 bit
Dear R users, Since a long time now, I have the following error when I want to load the tcltk library in R 64 bit. Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'C:/Program Files/R/R-2.13.0/library/tcltk/libs/x64/tcltk.dll': LoadLibrary
2008 Sep 25
1
Bug while loading Package "tcltk" with R-2.7.2 (PR#13016)
Full_Name: Cyril Alegret Version: 2.7.2 OS: Windows Submission from: (NULL) (90.80.39.42) An error occurs when I try to load the package "tcltk2_1.0-7" with R-2.7.2 (whereas it works with version 2.6.2). Please find below the error message : "> source("C:\\Data\\Travail\\Software&Method\\R\\Procs\\Chargement des librairies.R") Le chargement a n?cessit? le package
2005 Aug 11
1
tcltk programming guide
Dear List, I'm looking for some documentation about the R tcltk package The one I found in the help doesn't look exaustive, I need information on the use of the single tk widget, maybe with some examples thank you, simone gabbriellini
2004 Aug 05
1
tcltk: repeat event while button is down?
Is there a way in TCL/TK to trigger an event multiple times while a button is held down? I'd like to have an rgl scene continuously rotate until the button is released. Duncan Murdoch
2006 Apr 18
1
APPEND command truncates message
Hi, I have been debugging a small perl script (see ShowBug2) that I use. In doing so, I think that I may have uncovered a problem with the dovecot IMAP server. Attached are two packet traces for connections to two different IMAP servers. On both servers I run the script: i.e. I login, select a folder, search for messages and append a message. On the fvs5 server (Courier IMAP?), everything
2016 Sep 11
3
Using pkgs from centos repos or building pkgs myself?
Hello, I'm a new centos user, finding that some packages are a little old. How do you solve this kind of problems? I want to install newer php. Thank you. Sincerely, Xuwen
2016 Sep 11
0
Using pkgs from centos repos or building pkgs myself?
On 11 September 2016 at 15:38, Xuwen Fang <fxuwen at gmail.com> wrote: > Hello, > I'm a new centos user, finding that some packages are a little old. > How do you solve this kind of problems? I want to install newer php. > Thank you. > > Sincerely, > Xuwen > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2011 Jan 10
0
Capturing error messages while running R through an external program
I am trying to automate scoring done by applying 3 parameter model of IRT to the response data. I call R from PHP to do this using exec(). Since I face convergence issues while using R, it is important that the program captures the error messages like "the solution is not stable" given by R while running tpm(). How does one do that? I find sink() of no use to do that. Regards, Maulik
2005 Nov 03
4
typo in browse.pkgs
See below. gs. Error in browse.pkgs("CRAN", "binary") : couldn't find function "avaliable.packages" Your version of R is up to date > browse.pkgs function (repos = getOption("repos"), contriburl = contrib.url(repos, type), type = getOption("pkgType")) { if (.Platform$GUI != "AQUA") stop("this function
2007 Sep 14
0
pkgs to monitor traffic
Hi all, I have a 256kbit link where I have shaped 64kbit for downloading @ one ethernet. (eth1) I am using mrtg to monior it. it works fine. In addition to that, I am looking for some other pkgs. Are there good pkgs for that purpose? below is my script for dowmloading. I am looking for pkgs that suit below script. #traffic shaping on eth1 (Downloading) INTERFAZ_DMZ=eth1 FULLBANDWIDTH=256
2008 Sep 26
0
W2K8 ADS, sernet pkgs (debian)
Hi All! I use on my debian stable hosts here only sernet pkgs with samba 3.0.32. It works perfectly with Windows 2008 ADS. On my unstble host I have the 'standard' debian sid pkgs with samba 3.2.3. I have there a problem. It does work 45min - 1h and then I get this error with wbinfo -t: checking the trust secret via RPC calls failed error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND
2010 Oct 15
0
New STEP pkgs built via autoTSI
The following new test versions have had STEP pkgs built for them. [You are receiving this email because you are listed as the owner of the testsuite in the STC.INFO file, or you are on the step at sun.com alias] tcp v2.7.10 STEP pkg built for Solaris Snv zfstest v1.23 STEP pkg built for Solaris Snv tcp v2.6.11 STEP pkg built for Solaris S10 zfstest v1.23 STEP pkg built for Solaris S10
2008 Aug 29
1
Installing pkgs
Hello there! I'm running R 2.7.1 in a "x86_64-redhat-linux-gnu" platform. While some packages like "distrib" installed smoothly, I'm having problems to install "nlme" and "lattice". I have tried both "install.packages()" and R CMD INSTALL. For example, [root at localhost Download]# R CMD INSTALL lattice_0.17-13.tar.gz * Installing to