search for: gwidgetstcltk

Displaying 20 results from an estimated 20 matches for "gwidgetstcltk".

2012 Mar 30
1
Error in use of "gwindow" and ".First" function
Hi, I saved an image and planed to open it whenever I want to load it. However, when I open it, It doesn't work. The code is following, and saved it as an image. .First<-function(){ require(tcltk) require(TeachingDemos) library(gWidgetstcltk) options(guiToolkit = "tcltk") win <- gwindow("Don't worry", visible = FALSE) } Error message is following, Error : .onLoad failed in loadNamespace() for 'tcltk2', details: call: .tk2dde.require() error: Unable to find the 'dde' Tcl/tk package! War...
2008 Oct 14
3
gWidgets install
...hecked The downloaded packages are in C:\Documents and Settings\ts\Local Settings\Temp\Rtmpx7Ow1V\downloaded_packages updating HTML package descriptions > library(gWidgets) Error in fun(...) : *** gWidgets requires a toolkit implementation to be installed, for instance gWidgetsRGtk2, gWidgetstcltk, or gWidgetsrJava*** . Error : .onLoad failed in 'loadNamespace' for 'gWidgets' Error: package/namespace load failed for 'gWidgets' > -------------------------------------------------- I can't understand why I'm gettting the error. Earlier today, a very similar...
2013 Jan 21
13
Problema gWidgets & XLConnect
...táneamente en R 2.15.2 (de 32 bits bajo Windows 7) ... con la versión anterior (2.15.1), en las mismas condiciones, no pasa. Caso 1: # Cargo XLConnect . require(XLConnect) # Después cargo gWidgets . require(gWidgets) . options(guiToolkit="tcltk") . require(gWidgetstcltk) # Llamo a una ventana para que me deje seleccionar un archivo... . file.import=gfile("Selecciona el archivo Excel a importar",filter="*.xls") -> El resultado es que no carga la ventana de diálogo con "gfile()" (después de tirarse un rato "pensando&quot...
2010 Feb 19
2
problem with RGtk
...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 Loading required package: filehash Error: package 'filehash' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.lo...
2013 Jan 17
2
error installing KEGGSOAP
...#39;FrF2.catlg128', 'fTrading',   'fUnitRoots', 'gamlss', 'gamlss.data', 'gamlss.dist', 'gclus', 'gdata', 'geoR', 'GGally', 'ggm',   'ggplot2', 'gmodels', 'gridBase', 'gWidgets', 'gWidgetstcltk', 'HH', 'Hmisc', 'httr', 'igraph',   'igraph0', 'inline', 'ipred', 'isa2', 'JavaGD', 'JGR', 'kernlab', 'KernSmoot [... truncated] > library(KEGGSOAP) Loading required package: BiocGenerics Attachin...
2008 Nov 18
0
latticist and playwith
...subsetting. Some hypervariate displays are also available. The plots can be customised by editing the calls used to generate them. A simple graphical user interface is available, built on the gWidgets package. This requires one of the "toolkit implementations" to be installed: currently gWidgetstcltk or gWidgetsRGtk2 (note, the gWidgetsrJava toolkit is still in testing). Alternatively, Latticist can be run as a toolbar extension to playwith. This brings many extra features, such as dynamic zooming, identifying data points, etc. A major new version of *playwith* is also available. The playwith...
2008 Nov 18
0
latticist and playwith
...subsetting. Some hypervariate displays are also available. The plots can be customised by editing the calls used to generate them. A simple graphical user interface is available, built on the gWidgets package. This requires one of the "toolkit implementations" to be installed: currently gWidgetstcltk or gWidgetsRGtk2 (note, the gWidgetsrJava toolkit is still in testing). Alternatively, Latticist can be run as a toolbar extension to playwith. This brings many extra features, such as dynamic zooming, identifying data points, etc. A major new version of *playwith* is also available. The playwith...
2009 May 27
0
invisible columns
...tp://www.iberstat.es ____________________________________ El 27/05/2009, a las 17:28, John Verzani escribió: > Dear Olivier, > > I don't have any such methods. If you really want this, you can do > it from RGtk2 (assuming you are using gWidgetsRGtk2 -- if you are > using gWidgetstcltk let me know and I'll find something similar) as > follows: > > library(gWidgets) > library(RGtk2) ## load in RGtk2 methods > options(guiToolkit="RGtk2") > > t <- gtable(mtcars[1:5, 1:4], cont = gwindow()) > > removeColumn <- function(t, col.num) { &g...
2010 Jan 27
0
Depends, Suggests and .First.lib
...edl package could not be loaded. Some funcionalities may not be available') if (!require(latticeExtra, quietly = TRUE)) warning('latticeExtra package could not be loaded. Some funcionalities may not be available') if (!(require(gWidgets, quietly = TRUE) && (require(gWidgetstcltk, quietly = TRUE) || require(gWidgetsRGtk2, quietly = TRUE)))) warning('gWidgets package or their associated packages could not be loaded. GUI funcionalities will not be available') } Perhaps it is better and easier to include these packages in "Depends" but I am not sure. I wo...
2009 Dec 27
2
RGtk2 / gWidgets - addHandlerClicked Problem
In The following code, the table handler is executed twice when the button is pressed (from the 2nd pressing on). I want it to be executed only once. Does someone know, why this happens and how I can change it? library(gWidgets) w <- gwindow() b <- gbutton("press", cont=w) tbl <- gtable(1:10, cont=w) addhandlerclicked(b, handler=function(h, ...){
2013 Feb 14
0
Building a Package & using gWidgets
...it will find INPUT from the gui() environment, but won't make the changes back there. Can anybody help out with this and suggest what it is I need to do? Apologies for a long email, but I've tried to explain clearly. Code is reproducible, as is the issue, just by having library(gWidgets, gWidgetstcltk) and copying and pasting code. The abstract example I've provided faithfully reproduces the same issues I have with my proper simulation functions so if I can't get it working, I won't get the real thing working. Thanks, Ben W. UEA The Sainsbury Laboratory. [[alternative HTML versio...
2009 Sep 28
2
re trieve user input from an tcl/tk interface
Hello everyone, this is my first post here and I hope I signed up correctly and someone will take me by the hand and help me out. I am new to R and cannot figure out what to do here... ... I want to have an User Interface that requests input. I want to save this input to a variable to use it later on. I was able to do this with a modalDiaglog (
2012 Apr 27
3
A guide to R packages for Ubuntu
As per a request, here is a brief guide to what is available to R users as packages in Ubuntu. Each release of Ubuntu includes the latest version of R and the recommended packages. In addition, there are approximately 80 additional r-cran packages available in the default repositories. The limitation to these packages is that they are not updated and reflect the current version of the
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * EffectStars (1.0) Maintainer: Unknown Author(s): Gunther Schauberger License: GPL-2 http://crantastic.org/packages/EffectStars The package provides functions to visualize regression models with categorical response. The effects of the covariates are plotted with star plots in order to allow for an optical
2010 Mar 14
3
CRAN (and crantastic) updates this week
....00), flexmix (2.2-5), fmri (1.4-0), forensim (1.1-4), FrF2 (1.1), ftsa (1.5), fxregime (1.0-0), GAMens (1.1.1), gcExplorer (0.9-3), GEOmap (1.5-4), GeoXp (1.4.2), GeoXp (1.4.3), ggplot2 (0.8.7), gmt (1.1-4), gRapHD (0.1.6), gRbase (1.3.4), gsDesign (2.2-11), gstat (0.9-69), gWidgetsRGtk2 (0.0-62), gWidgetstcltk (0.0-31), helloJavaWorld (0.0-7), hergm (1.1-1), HiddenMarkov (1.3-1), hyperdirichlet (1.4-2), ibr (1.2.1), ic.infer (1.1-3), Imap (1.32), integrativeME (1.2), integrOmics (2.55), interval (0.9-9.6), ipw (1.0-4), kml (1.1.1), ks (1.6.11), latticeExtra (0.6-9), lda (1.2), lokern (1.0-9), longitudina...
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.
2010 Jul 18
6
CRAN (and crantastic) updates this week
...Rglm (0.8-28), geosphere (1.2-4), geozoo (0.4.1), GExMap (1.1), ggplot2 (0.8.8), ghyp (1.5.3), glmnet (1.4), gmm (1.3-2), gplots (2.8.0), gputools (0.21), gRain (0.8.5), grImport (0.6-1), gss (1.1-5), gsubfn (0.5-3), gtools (2.6.2), gWidgets (0.0-41), gWidgetsRGtk2 (0.0-67), gWidgetsrJava (0.0-19), gWidgetstcltk (0.0-38), gWidgetsWWW (0.0-19), hapassoc (1.2-4), hash (2.0.1), hergm (1.2-5), hglm (1.1.1), highlight (0.2-1), Hmisc (3.8-2), hopach (2.9.1), ibr (1.2.2), identity (0.2-1), ifultools (1.0-7), imprProbEst (1.0.1), impute (1.22.0), imputeMDR (1.1), inline (0.3.5), inlinedocs (1.1), intamapInteractiv...
2010 Feb 03
2
Installation woes for rattle (and other packages)
...ib?, ?randomSurvivalForest?, ?vcd?, ?flexclust?, ?isa2?, ?leaps?, ?proxy?, ?gclus?, ?mvtnorm?, ?mlbench?, ?SparseM?, ?xtable?, ?RUnit?, ?timeSeries?, ?akima?, ?mclust?, ?trimcluster?, ?prabclus?, ?caTools?, ?gWidgets?, ?chron?, ?acepack?, ?TeachingDemos?, ?Design?, ?subselect?, ?latticeExtra?, ?gWidgetstcltk?, ?hexbin?, ?deldir?, ?tripack?, ?DAAG?, ?VIM?, ?mitools?, ?Zelig?, ?lme4?, ?sna?, ?statnet?, ?modeltools?, ?coin?, ?zoo?, ?sandwich?, ?strucchange?, ?ipred?, ?gridBase?, ?ggplot2?, ?RColorBrewer?, ?plyr?, ?bitops?, ?pmml?, ?RGtk2?, ?ada?, ?amap?, ?arules?, ?biclust?, ?cairoDevice?, ?car?, ?cba...
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):