similar to: select.list() cannot be used non-interactively

Displaying 20 results from an estimated 200 matches similar to: "select.list() cannot be used non-interactively"

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]]
2007 Dec 12
1
eliminating cancel button in winDialogString call
I would like to use the function winDialogString to get input from a user to a program but would like to eliminate the cancel button option and just have the OK button appear. The problem is that if a user enters data then accidently hits Cancel instead of OK, the program may either run incorrectly or quit due to the error of having NULL for a variable. I can think of some unsophisticated ways
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
2012 May 03
1
is there a way of identifying batch mode running?
Hello list Is there a way of identifying from within R whether a script has been source(d) from Rgui.exe or via Rscript.exe in batch mode? For the code I have I use the commandArgs() function to pick up command line args when running in batch mode via Rscript.exe However I like to get the code working manually first using source("MyRCode.r") I'd like to be able to put something at
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
2007 Oct 04
1
Problem with .libPaths & Rterm.exe (under Vista)
Dear list, I?m using R embedded in another program (coded in tcl/tk) under Windows Vista. In this context I don?t launch Rgui.exe but rather Rtem.exe. Now I have a problem finding libraries not specifically installed as administrator (and which are not in the path ?program files? but in Contacts\Documents of the current user). To be precise, the user launching my tcl/tk program can?t find
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
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
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
2006 May 01
0
process monitoring, a simple question
Hi, I have a R program running very long and I run it in batch mode as below: R CMD BATCH < myRcode.R In myRcode.R, I have four steps and I want to "echo" the entry when the program reaches that point. However, using cat command only output "echo" info into .R.Rout file. Is there a way to do like this onto the screen: step1 is running... step1 is done. and so on.
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
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
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