search for: widgettool

Displaying 10 results from an estimated 10 matches for "widgettool".

Did you mean: widgettools
2003 Jan 16
2
Built-in R GUI type features
All: The select.list() command brings up a "modal dialog box with a (scrollable) list of items ..." etc. -- i.e., a GUI control. I also know about winDialog, file.choose and the winMenu commands. What other such GUIisms are built into ** base ** R (I know about the tcltk package)? Or, better yet, how can I search on or list them? Many thanks. Bert Gunter Biometrics Research RY 84-16
2011 Nov 01
0
Read/Write textbox in R
...try, "An Entry box") writeText(text, "A text box") # Will be NULL if not selected getListValue(list) getTextValue(text) getEntryValue(entry) # Destroy toplevel widget # tkdestroy(base) ## End(Not run) I took it from: http://svitsrv25.epfl.ch/R-doc/library/widgetTools/html/writeText.html. When I run the example I get the following error: "Error in function () : could not find function "getTextValue" What's missing here? Is the function getTextValue() inactive/not supported anymore? Any alternatives? Thanks! Regards, Ritika -- View this...
2003 May 29
0
Bioconductor 1.2 Released
...the affy package. The likelihood function optimization has been streamlined and is faster. There is a new function to produce a diagnostic plot for the variance-mean relationship of microarray data, meanSdPlot. The data returned by vsn is now an object of class "exprSet". * widgetTools: A new package that provides user friendly tools to create Tcl/Tk widgets in R. Software, documentation, and further details are available on the Bioconductor WWW site: http://www.bioconductor.org/ HELP AND RESOURCES: =================== Information on subscribing to the mailing list a...
2007 Nov 02
0
loading installes package including all needed subpackages
...ikelihood. tcltk Tcl/Tk Interface tkWidgets R based tk widgets tools Tools for Package Development utils The R Utils Package vsn Variance stabilization and calibration for microarray data widgetTools Creates an interactive tcltk widget XML Tools for parsing and generating XML within R and S-Plus. xtable Export tables to LaTeX or HTML yeastExpData Yeast Experimental Data [[alternative HTML version deleted]]
2003 Aug 07
5
gregmisc
Hi How do I install "gregmisc" packages? I did- % sudo R > install.packages("gregmisc") . . > barplot2() but, Error: couldn't find function "barplot2" -- atuya Mac OSX 10.2.6 R 1.7.1
2003 Oct 30
0
Release of Bioconductor 1.3
...nalysis of Affymetrix expression array data (affy, affycomp, gcrma) * diagnostic plots and normalization for cDNA array data (marrayInput, marrayNorm, marrayPlots) * storage and retrieval of large datasets (rhdf5, externalVector, Rdbi, RdbiPgSQL). * facilitate user interaction (tkWidgets, widgetTools) There are currently a total of 48 packages, not including precomputed annotation data packages for Affymetrix GeneChips(tm), KEGG, GO, and LocusLink mappings. -- HELP AND RESOURCES: The packages and more details may be found on the Bioconductor WWW site: http://www.bioconductor.org/...
2003 Oct 30
0
Release of Bioconductor 1.3
...nalysis of Affymetrix expression array data (affy, affycomp, gcrma) * diagnostic plots and normalization for cDNA array data (marrayInput, marrayNorm, marrayPlots) * storage and retrieval of large datasets (rhdf5, externalVector, Rdbi, RdbiPgSQL). * facilitate user interaction (tkWidgets, widgetTools) There are currently a total of 48 packages, not including precomputed annotation data packages for Affymetrix GeneChips(tm), KEGG, GO, and LocusLink mappings. -- HELP AND RESOURCES: The packages and more details may be found on the Bioconductor WWW site: http://www.bioconductor.org/...
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...* R-tikzDevice * R-timeDate * R-timeSeries * R-tinytest * R-tinytex * R-tkrplot * R-tkWidgets * R-tufte * R-tweenr * R-udunits2 * R-unitizer * R-units * R-unix * R-usethis * R-utf8 * R-uuid * R-V8 * R-vctrs * R-viridisLite * R-waveslim * R-wavethresh * R-webp * R-webutils * R-whisker * R-whoami * R-widgetTools * R-withr * R-xfun * R-XML * R-xml2 * R-xopen * R-xtable * R-XVector * R-yaml * R-zeallot * R-zoo * libsbml * libsedml * libnuml * shogun == Contingency Plan == * Contingency mechanism: The side tag will not be merged, or if a side tag is deemed unnecessary, the generator will not be installed,...
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello, Following a discussion initiated on r-devel, that mentions SciViews-R and other GUIs issues for R, I would like to make comments (and would be happy if these comments would initiate interesting initiatives). A big, big problem with SciViews-R is that a part of it is written in Visual Basic 6, a M$$$$ language, not supported any more, buggy, non transposable to other platforms, etc,