Re: [R] R gui on windows how to force to always show the last line of output

2011-04-02 Thread Jannis
) -TinnR -Rkward -Emacs -ESS (I am quite sure that this one does what you want) -Eclipse - StatET Just try a few Jannis On 04/02/2011 10:21 AM, stan zimine wrote: Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific

[R] R gui on windows how to force to always show the last line of output

2011-04-02 Thread stan zimine
Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific setting) to always show the last line of output in the window console. My program in R makes measurements every 5 mins in indefinite loop and prints results in the

Re: [R] R gui problem for windows

2011-03-23 Thread Feng Li
take. Then I thought the "cancel command" can help me. And a lot programs have this option, so does R gui for windows. What I found in R gui is that the click even terminates the running task first and then asks for saving image. But if the user regrets what he did, it it too late to go

Re: [R] R gui problem for windows

2011-03-23 Thread Prof Brian Ripley
On Wed, 23 Mar 2011, Feng Li wrote: Dear R, I rare use the standard R-gui on Windows. Yesterday I tried the latest stable release on Windows 7 and XP and found one thing interesting. Assume You were asked in the posting guide (which clearly you have ignored as you sent HTML) to be accurate

[R] R gui problem for windows

2011-03-23 Thread Feng Li
Dear R, I rare use the standard R-gui on Windows. Yesterday I tried the latest stable release on Windows 7 and XP and found one thing interesting. Assume currently I am running R code, say > example(plot) Then I click the "close window" button on the R main window. R asks me to s

[R] R Crash -- R Gui crashes during MCMC iteration

2011-02-15 Thread Haillie
Hi I am posting to seek some advice regarding the R Gui 2.12.0 that keeps freezing on my pc. I have been trying to run MCMC ordinal factanal code on my PC but the window freezes everytime after 7001 iterations (total of 25 iterations). My operating system is window vista 64-bit with 4.0 gb

[R] problems with JGR and standard R GUI closing during calculations

2010-08-31 Thread Moore, Meagan
Hi R help, I am having problems running calculations in both the standard R GUI (ver 2.11.0) and the Java GUI for R (1.7-2) in Windows XP Service Pack 3 (2.2 GHz processor with 2 GB of RAM). When I try to import my data and run calculations on it, the GUI closes within a minute, sometimes

Re: [R] R GUI using traitr to display multiple data

2010-05-20 Thread j verzani
Amitoj S. Chopra gmail.com> writes: > > > Hello to everyone. > > I am constructing a GUI table using traitr with multiple buttons that > respond to different codes. Such as I am doing titration of a protein, and I > want the script to run and then the end to be displayed in a window. The > win

[R] R GUI using traitr to display multiple data

2010-05-20 Thread Amitoj S. Chopra
you click on the data button the data will be displayed and when you click on the graph button the graphs will be displayed. Do you know how to set up different buttons with functions using the traitr GUI for R? Thanks! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-using

Re: [R] GUI commands to call for a protein from protein data bank

2010-05-19 Thread j verzani
Amitoj S. Chopra gmail.com> writes: > > > Thank you it worked perfectly. I just needed to close the window that was > the problem. Do you know how to close the window automatically and why does > that matter? Thanks! > > Amitoj Not sure why this makes a difference, but if it does great. A

Re: [R] GUI commands to call for a protein from protein data bank

2010-05-18 Thread Amitoj S. Chopra
Thank you it worked perfectly. I just needed to close the window that was the problem. Do you know how to close the window automatically and why does that matter? Thanks! Amitoj On Tue, May 18, 2010 at 12:10 PM, Amitoj Chopra wrote: > I tried doing that and this is what I go: > > > dlg <-

Re: [R] GUI commands to call for a protein from protein data bank

2010-05-18 Thread Amitoj S. Chopra
I tried doing that and this is what I go: dlg <- aDialog(items=list( ProtienCode=stringItem("") ), OK_handler=function(.) { # . is reference to dlg object values <- .$to_R() f <- function(ProtienCode) pdb <- read.pdb(.$get_ProteinCode()) #cat("ProteinCode is",ProtienCode,"\n") do.call(f, values)

Re: [R] GUI commands to call for a protein from protein data bank

2010-05-18 Thread j verzani
Amitoj S. Chopra gmail.com> writes: > > > What I am trying to do is use GUI function, traitr, and to call for a pdb > file and save it and then display it. I want to call for it by taking it > from the user and then displaying it on the screen. I am having problems > with that. The line pdb <-

[R] GUI commands to call for a protein from protein data bank

2010-05-18 Thread Amitoj S. Chopra
What I am trying to do is use GUI function, traitr, and to call for a pdb file and save it and then display it. I want to call for it by taking it from the user and then displaying it on the screen. I am having problems with that. The line pdb <- read.pdb(""ProteinCode) where proteincode should b

Re: [R] R GUI

2010-04-27 Thread Amitoj S. Chopra
Hey do you know a good guide for traitr to learn from? Is this okay? Ive been trying it but it is difficult for me to learn. Thanks. Amitoj http://cran.r-project.org/web/packages/traitr/vignettes/traitr.pdf -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-tp1837662p2068626

[R] debian lenny R GUI instalation problems

2010-04-15 Thread baxy77
is Warning message: In install.packages("JGR", dep = TRUE) : package ‘JGR’ is not available so is there any other package so i can just plot my graphs i'm seeking for just minimal tools so i can plot my images distributions and stuff ... thank you baxy -- View this m

Re: [R] R GUI

2010-04-12 Thread Tengfei Yin
the subject can guide me. Thanks! > -- > View this message in context: > http://n4.nabble.com/R-GUI-tp1837662p1837662.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list > https://

Re: [R] R GUI

2010-04-12 Thread Vojtěch Zeisek
Dne Po 12. dubna 2010 22:00:21 Amitoj S. Chopra napsal(a): > I am really new with R Graphical user interfacefunctions. I am developing a > software package to calculate pKa (biochemistry) but I want to make it look > aesthetically pleasing and make it user friendly. I have heard that R has > some G

Re: [R] R GUI

2010-04-12 Thread Khanh Nguyen
of sources but I was wondering someone with more > experience in the subject can guide me. Thanks! > -- > View this message in context: > http://n4.nabble.com/R-GUI-tp1837662p1837662.html > Sent from the R help mailing list archive at Nabble.com. > > __

[R] R GUI

2010-04-12 Thread Amitoj S. Chopra
stuff out there. What are the limitations and what are some resources for help. I have found a couple of sources but I was wondering someone with more experience in the subject can guide me. Thanks! -- View this message in context: http://n4.nabble.com/R-GUI-tp1837662p1837662.html Sent from the R help

Re: [R] GUI /IDE

2010-04-01 Thread ManInMoon
Thanks Philippe, I will look at sciviews - I have never used it before. I use Rcmdr, and I find I am often selecting and running the same lines of code. I just thought if we could name them then easily "call" that region it would be useful. Cheers -- View this message in context: http://n4.na

Re: [R] GUI /IDE

2010-03-30 Thread Philippe Grosjean
Not really *named* regions, but an easy way to run portions of code quickly in SciViews-K (http://www.sciviews.org/SciViews-K): * R -> Run marked block (or Ctrl+Shift+M) runs code between two bookmarks, * R -> Run function (or Ctrl+Shift+F) runs the code of the whole current function (you may pr

Re: [R] GUI /IDE

2010-03-30 Thread Peter
Emacs allows you run regions. Not sure about naming them Peter ManInMoon wrote: Does anyone know of a gui for R that has "regions" i.e areas of code in a script that can be named and hopefully run as a section? @region Init library(whatever) myprint<-function(...){print(...)} @endregion

[R] GUI /IDE

2010-03-30 Thread ManInMoon
Does anyone know of a gui for R that has "regions" i.e areas of code in a script that can be named and hopefully run as a section? @region Init library(whatever) myprint<-function(...){print(...)} @endregion -- View this message in context: http://n4.nabble.com/GUI-IDE-tp1745858p1745858.ht

Re: [R] Opaque error message and R GUI crashing while using glmnet

2010-02-24 Thread Duncan Murdoch
On 24/02/2010 1:18 AM, Katherine Fitzgerald wrote: Hello all, I am having trouble with the glmnet package. I used it for the first time last week, after updating R to the current version (2.10.1, running in Windows XP). It seemed to be working fine as I explored what it could do with one of my

[R] Opaque error message and R GUI crashing while using glmnet

2010-02-24 Thread Katherine Fitzgerald
Hello all, I am having trouble with the glmnet package. I used it for the first time last week, after updating R to the current version (2.10.1, running in Windows XP). It seemed to be working fine as I explored what it could do with one of my datasets. A day or two later, using the exact same

Re: [R] heplot3d / rgl : example causes R GUI to crash

2010-02-12 Thread Michael Friendly
Duncan Murdoch wrote: I tracked this down. It's a bug in rgl, but likely also a bug in heplots. At line 93 of heplot3d.mlm.R, called from line 198 in the same file, there's a call texts3d(x[which.max(x[,2]),] + offset*ranges, adj=0, texts=label, color=col, lit=FALSE) At this poin

Re: [R] heplot3d / rgl : example causes R GUI to crash

2010-02-12 Thread Duncan Murdoch
On 10/02/2010 11:07 AM, Michael Friendly wrote: Duncan Murdoch wrote: On 10/02/2010 9:33 AM, Michael Friendly wrote: [Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end] This is probably a bug in rgl, and I can reproduce it. Bugs in contributed packages are best sent to t

Re: [R] heplot3d / rgl : example causes R GUI to crash

2010-02-10 Thread Michael Friendly
Duncan Murdoch wrote: On 10/02/2010 9:33 AM, Michael Friendly wrote: [Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end] This is probably a bug in rgl, and I can reproduce it. Bugs in contributed packages are best sent to the maintainer of the package, because otherwis

Re: [R] heplot3d / rgl : example causes R GUI to crash

2010-02-10 Thread Duncan Murdoch
On 10/02/2010 11:07 AM, Michael Friendly wrote: Duncan Murdoch wrote: > On 10/02/2010 9:33 AM, Michael Friendly wrote: >> [Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end] >> > > This is probably a bug in rgl, and I can reproduce it. Bugs in > contributed packages are be

Re: [R] heplot3d / rgl : example causes R GUI to crash

2010-02-10 Thread Duncan Murdoch
. In this case I did see it, so no need for you to do anything more. Duncan Murdoch I've run into a problem with the heplot3d() function in my heplots package which causes the R GUI to crash ('R for Windows GUI encountered a problem and needs to close...'). I think the problem co

[R] heplot3d / rgl : example causes R GUI to crash

2010-02-10 Thread Michael Friendly
[Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end] I've run into a problem with the heplot3d() function in my heplots package which causes the R GUI to crash ('R for Windows GUI encountered a problem and needs to close...'). I think the problem comes from a

[R] Windows Shell: R Gui Here

2010-01-14 Thread Dieter Menne
OT\Folder\shell\RGui] @="R Gui here" [HKEY_CLASSES_ROOT\Folder\shell\RGui\command] @="cmd.exe /c \"pushd %L &&start rgui --no-restore --no-save\"" -- View this message in context: http://n4.nabble.com/Windows-Shell-R-Gui-Here-tp1013783p1013783.ht

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Duncan Murdoch
On 13/12/2009 5:22 PM, Carl Witthoft wrote: Duncan Murdoch wrote: "This is by design. Carriage returns have syntactic meaning in R, so the editor shouldn't display phantom ones. In Linux there's no choice because R doesn't control how text is displayed, but the Windows GUI gets it right." I

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Carl Witthoft
Duncan Murdoch wrote: "This is by design. Carriage returns have syntactic meaning in R, so the editor shouldn't display phantom ones. In Linux there's no choice because R doesn't control how text is displayed, but the Windows GUI gets it right." I have to disagree here. Soft-wrapping is the

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Duncan Murdoch
sage- From: Ista Zahn [mailto:istaz...@gmail.com] Sent: Sunday, December 13, 2009 23:48 To: Viju Moses Cc: Jorge Ivan Velez; r-help@r-project.org Subject: Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI Many applications have what is known as "s

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Viju Moses
rds, Viju -Original Message- From: Ista Zahn [mailto:istaz...@gmail.com] Sent: Sunday, December 13, 2009 23:48 To: Viju Moses Cc: Jorge Ivan Velez; r-help@r-project.org Subject: Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI Many applications have w

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Duncan Murdoch
: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI On 12/12/2009 10:34 PM, Viju Moses wrote: I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have not changed Windows settings or R GUI settings much except to change from MDI to SDI.

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Ista Zahn
Many applications have what is known as "soft wrapping", where the text wraps visually without inserting a new line. I don't use Windows, so I don't know if the R gui can do this or not, but I still maintain that the proper solution is to break your long input lines manually

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Viju Moses
] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI H Viju, Automatically breaking _input_ lines is dangerous, because line breaks have meaning in R. It sounds to me like you need to use the Return key to insert line breaks at the appropriate places. -Ista On Sat, D

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Viju Moses
Hope that's explanation enough. Looking forward to your reply. -Original Message- From: Duncan Murdoch [mailto:murd...@stats.uwo.ca] Sent: Sunday, December 13, 2009 16:35 To: Viju Moses Cc: r-help@r-project.org Subject: Re: [R] lines don't wrap. must scroll horizontally to see/ed

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Ista Zahn
z [mailto:jorgeivanve...@gmail.com] > Sent: Sunday, December 13, 2009 9:09 > To: Viju Moses > Cc: r-help@r-project.org > Subject: Re: [R] lines don't wrap. must scroll horizontally to see/edit a > long line in R GUI > > > > Hi Viju, > > > > Here is a sug

Re: [R] Easily switch between R GUI and R term on Windows?

2009-12-13 Thread Duncan Murdoch
On 12/12/2009 11:16 PM, Viju Moses wrote: Is there an easy way to switch between R GUI and R terminal? I'm currently using R GUI 2.10.0 on Windows Vista and would like to see something like the R terminal found in Linux. But I may also want to switch back to GUI. I don't remember

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-13 Thread Duncan Murdoch
On 12/12/2009 10:34 PM, Viju Moses wrote: I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have not changed Windows settings or R GUI settings much except to change from MDI to SDI. Someone else reported this problem a few months ago: https://stat.ethz.ch/pipermail/r

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-12 Thread Viju Moses
day, December 13, 2009 9:09 To: Viju Moses Cc: r-help@r-project.org Subject: Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI Hi Viju, Here is a suggestion: R> options(width = 80) R> 1:120 HTH, Jorge On Sat, Dec 12, 2009 at 10:34

[R] Easily switch between R GUI and R term on Windows?

2009-12-12 Thread Viju Moses
Is there an easy way to switch between R GUI and R terminal? I'm currently using R GUI 2.10.0 on Windows Vista and would like to see something like the R terminal found in Linux. But I may also want to switch back to GUI. I don't remember seeing the terminal option at the R downloa

Re: [R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-12 Thread Jorge Ivan Velez
Hi Viju, Here is a suggestion: R> options(width = 80) R> 1:120 HTH, Jorge On Sat, Dec 12, 2009 at 10:34 PM, Viju Moses <> wrote: > I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have > not > changed Windows settings or R GUI settings much exce

[R] lines don't wrap. must scroll horizontally to see/edit a long line in R GUI

2009-12-12 Thread Viju Moses
I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have not changed Windows settings or R GUI settings much except to change from MDI to SDI. Someone else reported this problem a few months ago: https://stat.ethz.ch/pipermail/r-help/2009-April/195714.html but it wasn'

Re: [R] Repeatable, But Time Varying R GUI Crash

2009-08-07 Thread Duncan Murdoch
[1, 5] : object of type 'closure' is not subsettable I don't know if this helps you at all... cheers Ben On 07/08/2009, at 6:00 PM, Duncan Murdoch wrote: On 8/6/2009 4:11 PM, Marilyn & Rich Short wrote: Hello, I'm having a problem in R. The R GUI is crashing w

Re: [R] Repeatable, But Time Varying R GUI Crash

2009-08-07 Thread Ben Madin
heers Ben On 07/08/2009, at 6:00 PM, Duncan Murdoch wrote: On 8/6/2009 4:11 PM, Marilyn & Rich Short wrote: Hello, I'm having a problem in R. The R GUI is crashing with a message to contact Microsoft for the solution. I've contacted Microsoft and they are of no help. Below is a

Re: [R] Repeatable, But Time Varying R GUI Crash

2009-08-06 Thread Duncan Murdoch
On 8/6/2009 4:11 PM, Marilyn & Rich Short wrote: Hello, I'm having a problem in R. The R GUI is crashing with a message to contact Microsoft for the solution. I've contacted Microsoft and they are of no help. Below is a distilled set of code that will cause the crash. As you w

[R] Repeatable, But Time Varying R GUI Crash

2009-08-06 Thread Marilyn & Rich Short
Hello, I'm having a problem in R. The R GUI is crashing with a message to contact Microsoft for the solution. I've contacted Microsoft and they are of no help. Below is a distilled set of code that will cause the crash. As you will see, there are two do-loops within which is a "

[R] R GUI page on the wiki (was: Re: .... running JGR on a Linux/SuSE system)

2009-08-03 Thread Romain Francois
Hi, I've started the process of moving the page R gui page [1] to the R wiki [2]. The idea is that instead of being Philippe Grosjean's burden to update the static page, it becomes a collaborative exercize. So that it can be more up to date and can also contain things as use cas

Re: [R] R TERMINAL Vs R GUI

2009-07-04 Thread jim holtman
tions has >>> improved considerably . >>> >>> Is this always the case ? Should one follow as an informal guide line >>> that R >>> terminal hogs less memory than RGUI. Or Am I witnessing some random >>> behavior >>> and it doesn't m

Re: [R] R TERMINAL Vs R GUI

2009-07-04 Thread vinay_rk
t; terminal hogs less memory than RGUI. Or Am I witnessing some random >> behavior >> and it doesn't matter which ever interface you use ? >> >> Thanks in advance for your suggestions >> Regards >> Vinay >> -- >> View this message in context: >

Re: [R] R TERMINAL Vs R GUI

2009-07-04 Thread jim holtman
d one follow as an informal guide line that R > terminal hogs less memory than RGUI. Or Am I witnessing some random behavior > and it doesn't matter which ever interface you use ? > > Thanks in advance for your suggestions > Regards > Vinay > -- > View this message in c

[R] R TERMINAL Vs R GUI

2009-07-04 Thread vinay_rk
tions Regards Vinay -- View this message in context: http://www.nabble.com/R-TERMINAL-Vs-R-GUI-tp24337825p24337825.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] external R GUI on OSX using Eclipse and StatET

2009-04-13 Thread Max Rausch
Hello, I can not figure out how to run R using an XTerm external console on a mac running OS X. I have spent around 8 hours trying to find any tutorial or step by step guide with no success. Please if anyone has been able to successfully use this functionality please help me out with some cl

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread Frank E Harrell Jr
hadley wickham wrote: On Fri, Sep 19, 2008 at 4:05 PM, Frank E Harrell Jr <[EMAIL PROTECTED]> wrote: Mike Prager wrote: "David Carslaw" <[EMAIL PROTECTED]> wrote: I find Tinn-R to be an excellent editor for R, but I have one question I have not been able to answer. I wish to include some R c

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread hadley wickham
On Fri, Sep 19, 2008 at 4:05 PM, Frank E Harrell Jr <[EMAIL PROTECTED]> wrote: > Mike Prager wrote: >> >> "David Carslaw" <[EMAIL PROTECTED]> wrote: >> >>> I find Tinn-R to be an excellent editor for R, but I have one question I >>> have not been able to answer. >>> I wish to include some R code i

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread Frank E Harrell Jr
Mike Prager wrote: "David Carslaw" <[EMAIL PROTECTED]> wrote: I find Tinn-R to be an excellent editor for R, but I have one question I have not been able to answer. I wish to include some R code in Latex. Using the Edit/Copy formatted (to export)/TeX does provide Latex-type output. However

Re: [R] Link to newest R GUI

2008-08-11 Thread Michael Lawrence
rgui/ > > you could google this and find out on your own what may or may not > > suit your needs. Most everybody on this list uses the command line > > interface > > > > stephen sefick > > > > On Mon, Aug 11, 2008 at 11:47 AM, Charles R. Partridge &

Re: [R] Link to newest R GUI

2008-08-11 Thread ohri2007
e > > stephen sefick > > On Mon, Aug 11, 2008 at 11:47 AM, Charles R. Partridge > <[EMAIL PROTECTED]> wrote: >> Greetings, >> >> >> >> Please forward Web links for the most recent R GUI and a list of add-ons >> that will run in the graphic

Re: [R] Link to newest R GUI

2008-08-11 Thread stephen sefick
hen sefick On Mon, Aug 11, 2008 at 11:47 AM, Charles R. Partridge <[EMAIL PROTECTED]> wrote: > Greetings, > > > > Please forward Web links for the most recent R GUI and a list of add-ons > that will run in the graphic interface. I need either the R GUI for (MS) > Window

[R] Link to newest R GUI

2008-08-11 Thread Charles R. Partridge
Greetings, Please forward Web links for the most recent R GUI and a list of add-ons that will run in the graphic interface. I need either the R GUI for (MS) Windows Vista, or a Web-based GUI that will run longitudinal models with covariates (e.g., multilevel modeling, latent growth curves

[R] R GUI help

2008-07-30 Thread Tom.O
I know the objects name. test = rp.control() and test will have this format '.rpanel', but can I call the control ID and close the object? Regards Tom -- View this message in context: http://www.nabble.com/R-GUI-help-tp18729462p18729462.html Sent from the R help mailing list

Re: [R] Pros and Cons of R :GUI

2008-05-22 Thread ajay ohri
R has very good GUI packages that I have used - R Commander RCmdr and Rattle rattle . Since I work on multiple packages with constraints of time, I almost always use the GUI rather go through the intricacies of command line . The log of these GUIs shows the relevant R command that was used, so you

Re: [R] R GUI question

2008-03-24 Thread jeffreya
ation task (again, this is aimed at a very non-computer savvy audience). Thanks again for the advice! Jeff -- View this message in context: http://www.nabble.com/R-GUI-question-tp16149624p16262820.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] R GUI question

2008-03-20 Thread Michael Lawrence
pting or otherwise) if necessary. > gWidgets would only require you to know R. > Thanks so much. > -- > View this message in context: > http://www.nabble.com/R-GUI-question-tp16149624p16149624.html > Sent from the R help mailing list archive at Nabble.com. > > __

[R] gui to run script

2008-03-20 Thread mysimbaa
Dear R users, I'm trying since longtime to make an autolaunch of my code, but no results. I have programmed three codes. And depending on my data(logfile collected from another source) I have (frequently) to run one of the three codes. I'm looking for a better solution that run on of the codes wi

Re: [R] R GUI question

2008-03-19 Thread John Fox
ster.ca/jfox > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of Richard M. Heiberger > Sent: March-19-08 4:42 PM > To: 'jeffreya'; r-help@r-project.org > Subject: Re: [R] R GUI question > > Look at Rcmdr as the base fo

Re: [R] R GUI question

2008-03-19 Thread Richard M. Heiberger
Look at Rcmdr as the base for your additional menu functions. I am using it for my introductory courses and have added my own menu items. >From CRAN, download and install Rcmdr and read it's documentation. Also from CRAN you can download and install my addin library RcmdrPlugin.HH The latter will s

Re: [R] R GUI question

2008-03-19 Thread Gabor Csardi
Tcl/Tk wins here, IMHO. > 2.) Ease of use (GUI) Tcl/Tk is not the most modern GUI, so it might be a little clumsy. > 3.) Interface with functions written in R That's no problem for any of the R GUI options, i believe. > 4.) Cross-platform Tcl/Tk is. Furthermore, Tcl/Tk is q

[R] R GUI question

2008-03-19 Thread jeffreya
2.) Ease of use (GUI) 3.) Interface with functions written in R 4.) Cross-platform I'm willing to learn a new language (scripting or otherwise) if necessary. Thanks so much. -- View this message in context: http://www.nabble.com/R-GUI-question-tp16149624p16149624.html Sent from

Re: [R] GUI developement / Matlab

2008-02-29 Thread Michael Lawrence
On Fri, Feb 29, 2008 at 6:45 AM, Antje <[EMAIL PROTECTED]> wrote: > Hi there, > > I was wondering whether there are flexible packages available with which > you > can create user interfaces? (I've read about "gWidgets"!?) gWidgets provides an easy to use API for developing GUIs in R. It's an abs

Re: [R] GUI developement / Matlab

2008-02-29 Thread Don MacQueen
Information about *graphical* user interface efforts for R, assuming that's what you meant, can be found here: http://www.sciviews.org/_rgui/ -Don At 1:45 PM +0100 2/29/08, Antje wrote: >Hi there, > >I was wondering whether there are flexible packages available with which you >can create user

[R] GUI developement / Matlab

2008-02-29 Thread Antje
Hi there, I was wondering whether there are flexible packages available with which you can create user interfaces? (I've read about "gWidgets"!?) For example in Matlab you can even create stand alone applications. Is it also possible for R in the same extend? Of course it should be platform inde

[R] R GUI installation on Linux/SuSE 10.3

2008-02-07 Thread Maura E Monville
After a long sufferance I had succeeded in installing R GUI on my Linux/SuSE system. It worked fine. Unluckily a system upgrade patch messed up my monitor so I had to reinstall SuSE 10.3 and every other application on top of it. I have R running back with text interface. I tried to get the nice R

Re: [R] R GUI for Linux

2007-11-06 Thread ecatchpole
Maura, The workaround from https://bugzilla.novell.com/show_bug.cgi?id=330991 seems to fix this for most people (but not me): just add export LIBXCB_ALLOW_SLOPPY_LOCK=1 to your ~/.profile file (or to /etc/profile to make it available for all users). Ted. Maura E Monville wrote on 11/03/200

Re: [R] R GUI for Linux

2007-11-01 Thread Edward Catchpole
-Original Message- From: [EMAIL PROTECTED] on behalf of ecatchpole Sent: Thu 2007-11-01 14:48 To: Maura E Monville Cc: [EMAIL PROTECTED] Subject: Re: [R] R GUI for Linux This is a known problem with Suse10.3 --- lots of things that use Java (e.g., Matlab) produce the same error message. I&#

Re: [R] R GUI for Linux

2007-10-31 Thread ecatchpole
This is a known problem with Suse10.3 --- lots of things that use Java (e.g., Matlab) produce the same error message. I'm currently trying to fix this upon my machine, but haven't succeeded yet. Josh Triplett (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373) suggested the following

[R] R GUI for Linux

2007-10-31 Thread Maura E Monville
I have downloaded and tried to install JGR - Java GUI for R - Version 1.5. I followed all the instructions (at least in my best resolution) and installed Java latest version. R installation complete fine. Has anyone succeded in installing JGR on SuSE 10.3 ? In the following I hade detailed the fail

<    1   2