Displaying 20 results from an estimated 300 matches similar to: "eliminating cancel button in winDialogString call"
2008 Mar 28
1
cpu usage high with windows change dir / winDialogString (PR#11045)
Good afternoon,
This is possibly a windows only bug, definitely of comparatively low
importance - but for the sake of completeness here we go. I've
searched http://bugs.R-project.org/ etc., but can find no mention.
For RGui.exe, the CPU usage goes to 100% for certain dialog boxes for
the duration that the dialog box is visible, e.g.
* check CPU usage is low
* On the RGui.exe menu chose
2008 Mar 29
0
cpu usage high with windows change dir / winDialogString (PR#11051)
On 28/03/2008 12:05 PM, seanpor at acm.org wrote:
> Good afternoon,
>
> This is possibly a windows only bug, definitely of comparatively low
> importance - but for the sake of completeness here we go. I've
> searched http://bugs.R-project.org/ etc., but can find no mention.
>
> For RGui.exe, the CPU usage goes to 100% for certain dialog boxes for
> the duration that
2011 Mar 13
2
Having a problem with choose.files
I am relatively new to R, and am having a problem with the following
snippet of code, and I do not at all understand why it is behaving this
way. I am running Windows XP, with R 2.12.1.
I copy and paste these 4 lines into the R Console:
t<-c("a","b","c")
ans<-select.list(t)
txtNBS<-winDialogString("NBS","300")
choose.files()
I
2006 Sep 05
2
winDialog UNIX equivalent?
Hi all,
I'm using winDialog and winDialogString in scripts running on a XP-machine. Since we're using some Linux-machines (Suse 10.0 and 10.1 on x86) I'm interested in equivalents of the above functions usable under Linux-OS. Are there any?
Thanks, Richard
--
Richard Müller - Am Spring 9 - D-58802 Balve-Eisborn
www.oeko-sorpe.de
[[alternative HTML version deleted]]
2000 Mar 29
2
Dialog boxes
Hello:
I am brand new to R, though I've used S-Plus for some time. I've
developed some specialized plotting functions that I want to distribute
and would like to provide users with a dialogbox for entering input
arguments. Has anyone developed functions in R for displaying
dialogboxes that could accept multiple inputs? I found winDialog and
winDialogString, but these only accept and
2005 Apr 12
1
adding R site search to Rgui
From: Gabor Grothendieck
> On Apr 11, 2005 11:28 AM, Martin Maechler <maechler at stat.math.ethz.ch>
wrote:
> >
> > If you use R 2.1.0 beta (which you should consider seriously as
> > a good netizen ;-), this is as simple as
> >
> > > RSiteSearch("String manipulation---mixed case")
> > A search query has been submitted to
2004 Jul 28
1
R 1.9.1 Crash in Win2000 (PR#7139)
This probably should go to Duncan Murdoch ...
The following reliably crashes R Version 1.9.1 on Win2000:
winDialogString(paste(sample(letters,500,rep=TRUE),
collapse=""),default="")
(presumably because of the too lengthy message string; but what is the
length limit?).
--
Bert Gunter
Non-Clinical Biostatistics
Genentech
MS: 240B
Phone: 650-467-7374
"The business of
2011 Dec 07
1
Convert a string to a variable name
Hello,
I am trying to ask the user for which column their data is in, and then use
this information in a function. So far I have:
data <- read.csv(file.choose(), header=TRUE)
col <- (winDialogString("Which column contains your data?",""))
and I want to be able to reference such as:
meas <- data$col
and use this meas in the function.
However, I can't seem to
2008 Jul 01
1
select.list() cannot be used non-interactively
Hi. With the previous version of R, it was possible to execute the function 'select.list()' in BATCH mode. In this way, I could write my R code in a .R file and execute that with a double click on a .bat file, that contain the instruction tu run my R code in batch mode (R CMD BATCH myRcode.R). When I do that, a windows appear and I just have to select an item from the list.
Now I've
2011 May 17
5
Email out of R (code)
Hi all,
I thought I would post code to send an email out of R. The code uses
Grothendieck and Bellosta's interface package rJython for executing Python
from R. The code itself provides basic email functionality for email servers
requiring authentication. It should be easy to extend it (e.g., for sending
attachments). I hope it's useful.
require(rJython)
rJython <- rJython()
2004 Aug 05
0
Request for new Windoze GUI Widget
Folks:
I have found R's fewWindoze GUI Widgets (like winDialog,
choose.files,winMenuAdd etc.) to be quite useful in building simple but
functional interfaces (I hesitate to call them GUI's) for one-off
applications for non-R users. It's quite easy for me to write
statistical "solutions" in R, slap on a little GUI that allows users
access to the functionality, and then
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
A binary distribution of R 0.99.0a is available from
http://www.r-project.org/bin/windows/windows-NT/base
Pre-compiled packages for this version are now available from the Windows
contrib area on CRAN (http://www.r-project.org/bin/windows/windows-NT/contrib).
In many cases a new version is needed, and all have been rebuilt using the
latest improvements in the help conversion.
All the changes
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
A binary distribution of R 0.99.0a is available from
http://www.r-project.org/bin/windows/windows-NT/base
Pre-compiled packages for this version are now available from the Windows
contrib area on CRAN (http://www.r-project.org/bin/windows/windows-NT/contrib).
In many cases a new version is needed, and all have been rebuilt using the
latest improvements in the help conversion.
All the changes
2007 Dec 21
1
R script to start session (without automatically finishing)
Hello R friends
I am quite impressed by the power of R, I am using it only since some
weeks now. But its visualizing capabilities are outstanding!
But one thing I couldn't solve: I have programs producing lots of data,
most times 3D. In R I am using the library rgl to visualize nicely the
3D data.
What I would like to do is to write R scipts which read in a data file
and show me the 3D
2005 Oct 16
3
asking the user for data
Hello everyone.
How do I get R to ask users for data to be entered? Specifically I want
to ask for a z score to be entered (the user would look this up in a
table) and then use the entered data to compute a Dunn's post-hoc test
(post kruskal.test).
I've tried the "ask" function but it's not recognised - maybe I don't
have to appropriate libary installed. A pointer
2006 Feb 03
1
Interfacing C-code (gets and printf) under WINDOWS (Visual C++)
Hi
I try to develop a R interface to a set of C routines, in order to
produce a R-package on Geostatistics.
My C-code uses interaction with the user as I use printf and gets
statements.
I develop the code in a LINUX environment and do not face any problem
having the questions and answers routed on my current Terminal.
When I tried to port the package on Windows, the problems began. No
message
2008 Feb 29
3
Graphic text
Can R handle graphic text ? I mean something like a pop-up message
window or a text widget ?
Thank you so much.
--
Maura E.M
2018 Mar 15
3
stats 'dist' euclidean distance calculation
Hello,
I am working with a matrix of multilocus genotypes for ~180 individual snail samples, with substantial missing data. I am trying to calculate the pairwise genetic distance between individuals using the stats package 'dist' function, using euclidean distance. I took a subset of this dataset (3 samples x 3 loci) to test how euclidean distance is calculated:
3x3 subset used
2008 Aug 18
1
Rsync Setup
I have seen many ways to setup a rsync backup but I have never got one to
work on a centos machine. I have used 4.5 and 5.0 If anyone could point me
in the right direction, much thanks.
Cheyenne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080817/921f32e4/attachment-0005.html>
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all,
I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R.
I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for