Re: [R] R GUI randomly resizes. Is this a known bug?

2025-03-13 Thread Ivan Krylov via R-help
В Mon, 10 Mar 2025 17:04:52 +0700 ora...@quantbo.com пишет: > From time to time when I run a lengthy program the GUI will > spontaneously shrink to about 2/3 of its size, with the fonts also > shrunk, then jump back to full size. Back and forth, back and forth. It looks like the kind of resizing

[R] R GUI randomly resizes. Is this a known bug?

2025-03-11 Thread orange
Setup: R-4.4.2patched-win.exe Windows 11 I always run the R GUI maximized. From time to time when I run a lengthy program the GUI will spontaneously shrink to about 2/3 of its size, with the fonts also shrunk, then jump back to full size. Back and forth, back and forth. I've been using

Re: [R] vanilla session in R Gui or RStudio

2020-10-22 Thread Henrik Bengtsson
with 'R > >--vanilla'. > > > >/Henrik > > > >On Thu, Oct 22, 2020 at 4:14 PM Jeff Newmiller > > wrote: > >> > >> Have you looked into your .Rprofile file? Loading packages is not > >something R normally does without your telling it to

Re: [R] vanilla session in R Gui or RStudio

2020-10-22 Thread Jeff Newmiller
o so, but many >people forget that they have done so. >> >> On October 22, 2020 3:47:04 PM PDT, Michael L Friendly > wrote: >> >[env: Windows, R 3.6.6] >> > >> >When I start R from the R Gui icon or from RStudio, I get a large >> >number of packages

Re: [R] vanilla session in R Gui or RStudio

2020-10-22 Thread Rolf Turner
On Thu, 22 Oct 2020 18:13:11 -0700 Henrik Bengtsson wrote: > As Jeff says, it might be that you have a ~/.Rprofile file with > instructions to load packages when R starts. It could also be that > you have a .RData file, which is saved if you answer yes to: > > > Save workspace image? [y/n/c]:

Re: [R] vanilla session in R Gui or RStudio

2020-10-22 Thread Henrik Bengtsson
have done so. > > On October 22, 2020 3:47:04 PM PDT, Michael L Friendly > wrote: > >[env: Windows, R 3.6.6] > > > >When I start R from the R Gui icon or from RStudio, I get a large > >number of packages loaded via a namespace. Not entirely clear where > >t

Re: [R] vanilla session in R Gui or RStudio

2020-10-22 Thread Jeff Newmiller
Have you looked into your .Rprofile file? Loading packages is not something R normally does without your telling it to do so, but many people forget that they have done so. On October 22, 2020 3:47:04 PM PDT, Michael L Friendly wrote: >[env: Windows, R 3.6.6] > >When I start R from

[R] vanilla session in R Gui or RStudio

2020-10-22 Thread Michael L Friendly
[env: Windows, R 3.6.6] When I start R from the R Gui icon or from RStudio, I get a large number of packages loaded via a namespace. Not entirely clear where these come from. As a result, I often run into problems updating packages because something is already loaded. How can start a new gui

Re: [R] open file on R GUI results in spinning wheel and frozen R - Mac OS

2020-09-23 Thread Peter Dalgaard
...or try R-patched, which I'm told has the newer GUI. -pd > On 21 Sep 2020, at 21:43 , Berend Hasselman wrote: > > > >> On 21 Sep 2020, at 20:24, Gonçalo Ferraz wrote: >> >> Hello, >> >> I’ve been using R-studio for a while and today I ne

Re: [R] open file on R GUI results in spinning wheel and frozen R - Mac OS

2020-09-21 Thread Berend Hasselman
> On 21 Sep 2020, at 20:24, Gonçalo Ferraz wrote: > > Hello, > > I’ve been using R-studio for a while and today I needed to try something > directly on the R-GUI. > > But when I try to open any *.R file I get a spinning wheel and R freezes. I > can only sh

Re: [R] open file on R GUI results in spinning wheel and frozen R - Mac OS

2020-09-21 Thread Bert Gunter
onçalo Ferraz wrote: > Hello, > > I’ve been using R-studio for a while and today I needed to try something > directly on the R-GUI. > > But when I try to open any *.R file I get a spinning wheel and R freezes. > I can only shut it down with ‘force quit’. > > I have de

[R] open file on R GUI results in spinning wheel and frozen R - Mac OS

2020-09-21 Thread Gonçalo Ferraz
Hello, I’ve been using R-studio for a while and today I needed to try something directly on the R-GUI. But when I try to open any *.R file I get a spinning wheel and R freezes. I can only shut it down with ‘force quit’. I have deleted and re-installed R three times, each time trying to run a

Re: [R] How to create an executable file from R GUI?

2016-02-22 Thread simon0098--- via R-help
Thanks all, I solved this problem using a batch file. Note that my problem was that my GUI disappeared quickly that I solve it using function "gtkMain()" after calling my GUI  function. So, R GUI works with batch file :) The only problem that I had is that one of the buttons in my GUI

Re: [R] How to create an executable file from R GUI?

2016-02-22 Thread Adrian Dușa
It doesn't look like HTML because it is not HTML at all, it is actually SVG. I found that creating exact locations for checkboxes, radios and text, using raw HTML, is a pain, therefore I created my own library of functions which combines SVG and Javascript. The graphs are also SVG, although I am lo

Re: [R] How to create an executable file from R GUI?

2016-02-22 Thread Dmitri Popavenko
That is a very nice interface, indeed! What kind of HTML you used for this interface, it is looking different from the normal. On Sun, Feb 21, 2016 at 11:37 AM, Adrian Dușa wrote: > Oh, thanks Peter, good example for Mac, but indeed not working on Windows. > For a completely cross-platform solut

Re: [R] How to create an executable file from R GUI?

2016-02-21 Thread Adrian Dușa
ng a window. This function is named > >> buildGui(). How should I create this batch file using the piece of code > >> you've written? > >> > >> ------ > >> * From: * Adrian Dușa ; > >> * To: * Greg Snow <538...@gmail.co

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread Zahra Samadi via R-help
Peter, I didn't understand your codes :) But I really seek Windows solution. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread peter dalgaard
g the piece of code >> you've written? >> >> -- >> * From: * Adrian Dușa ; >> * To: * Greg Snow <538...@gmail.com>; >> * Cc: * simon0...@yahoo.com ; r-help@r-project.org < >> r-help@r-project.org>; >> * Subject:

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread Adrian Dușa
I don't know about RGtk2, never tried it, but I assume it is similar to Tcl/Tk situation: you need to open an R console to make it work. My approach works, only because I am using the package shiny, and R's web server can be started via a script in the terminal. I might be wrong of course, but I ha

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread simon0098--- via R-help
I tried Shiny using this link: oddhypothesis.blogspot.co.uk/2014/04/deploying-self-contained-r-apps-to.html But I got the following error in R portable: Fatal error: unable to open base package I checked for base package but R 3.2.3 ( latest version) doesn't have updates for this package! So I

Re: [R] How to create an executable file from R GUI?

2016-02-20 Thread Zahra Samadi
My function returns a RGtk2 window. It's not important if my GUI opens in a browser, I just want to have a file that when clicked, my GUI opens. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and mo

Re: [R] How to create an executable file from R GUI?

2016-02-19 Thread Adrian Dușa
de > you've written? > > -- > * From: * Adrian Dușa ; > * To: * Greg Snow <538...@gmail.com>; > * Cc: * simon0...@yahoo.com ; r-help@r-project.org < > r-help@r-project.org>; > * Subject: * Re: [R] How to create an executable file from R GUI? > * Sent: * Thu

Re: [R] How to create an executable file from R GUI?

2016-02-19 Thread Zahra Samadi
Adriana, My GUI file is a function returning a window. This function is named buildGui(). How should I create this batch file using the piece of code you've written? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -

Re: [R] How to create an executable file from R GUI?

2016-02-18 Thread Adrian Dușa
Simon, Greg, That is the very reason why I've given up on Tck/Tk, in favor of shiny. The user interface opens up in a webpage, without opening the normal R console (it only opens a Terminal window). To exemplify, package QCAGUI has a function called runGUI(), and on Windows it's a simple matter o

Re: [R] How to create an executable file from R GUI?

2016-02-18 Thread Zahra Samadi
OK. I should add that I want to have a shortcut on my desktop. My operating system is Windoes. I just need that when users click on this shortcut, my GUI appears without opening R environment since my users are completely unfamiliar with programming. [[alternative HTML version deleted

Re: [R] How to create an executable file from R GUI?

2016-02-18 Thread Greg Snow
To give a full answer we need some more detail from you. For example what operating system are you on? what do you mean by "users click on it"? and at what point do you want them to click (after running R, when looking at the desktop, etc.) But to help get you started you may want to look at the

[R] How to create an executable file from R GUI?

2016-02-18 Thread simon0098--- via R-help
Hi, I've created a GUI using RGtk2 package. How can I make an executable file from my R script so that users click on it and the GUI appears for them? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] Get the output of a function in R GUI

2015-10-22 Thread Jesús Para Fernández
Thanks, but just one more question How can I catch the response and put it on a tktext? Imagien there is a function that the response is an error, how can i catch this error and manage it? Thanks! > From: pda...@gmail.com > Subject: Re: [R] Get the output of a function in R GUI >

Re: [R] Get the output of a function in R GUI

2015-10-22 Thread peter dalgaard
On 22 Oct 2015, at 10:49 , Jesús Para Fernández wrote: > Hi, > > I want to create my own RGUI, so I�m using tcltk for that. > > In a very simple example, I want to get the response of a function into a > tktext, so I have done this: > data<-c(2,3,5,2) > tt<-tktoplevel > text<-tktext(tt) > t

Re: [R] Get the output of a function in R GUI

2015-10-22 Thread Jesús Para Fernández
Thanks, but it does�nt do what I want. What I wnat is to insert it into a tktext. Jes�s Date: Thu, 22 Oct 2015 10:06:20 +0100 Subject: Re: [R] Get the output of a function in R GUI From: kmezh...@gmail.com To: j.para.fernan...@hotmail.com CC: r-help@r-project.org Hi, require(tcltk) data<

Re: [R] Get the output of a function in R GUI

2015-10-22 Thread Karim Mezhoud
Hi, require(tcltk) data<-c(2,3,5,2) PressedOK <- function() { tkmessageBox(message=sum(data)) } tt <- tktoplevel() OK.but <- tkbutton(tt,text="OK",command=PressedOK) tkgrid(OK.but) tkfocus(tt) Please take a look in examples: http://mcu.edu.tw/~chenmh/teaching/project/r/reference/RTclTkExamples

[R] Get the output of a function in R GUI

2015-10-22 Thread Jesús Para Fernández
Hi, I want to create my own RGUI, so I�m using tcltk for that. In a very simple example, I want to get the response of a function into a tktext, so I have done this: data<-c(2,3,5,2) tt<-tktoplevel text<-tktext(tt) tkpack(text) sum(data) How can I get the output of sum(data) in my tktext?? Th

Re: [R] R GUI plot by color

2015-07-27 Thread jpara3
Ok, I will take it into account in the future. Thanks!! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710382.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] R GUI plot by color

2015-07-26 Thread Robert Baer
ample, the plot is plotted, but all dots with the same color. Thanks for the answer but noone of the 3 topics is the root problem. -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710300.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] R GUI plot by color

2015-07-24 Thread jpara3
Yes, you were right!! Thanks. -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710320.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list -- To

Re: [R] R GUI plot by color

2015-07-24 Thread Jim Lemon
olor. > > Thanks for the answer but noone of the 3 topics is the root problem. > > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710300.html > Sent from the R help mailing list archive at Nabble.com. >

Re: [R] R GUI plot by color

2015-07-24 Thread jpara3
all dots with the same color. Thanks for the answer but noone of the 3 topics is the root problem. -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710300.html Sent from the R help mailing list archive at N

Re: [R] R GUI plot by color

2015-07-24 Thread Jim Lemon
ble, but it do not change the > col of the dots by data2. > > I also have probed with > > plot(data1,col=factor(colnames(data2))) > > But nothing happens with the color. > > Thanks!! > > > > > > > -- >

[R] R GUI plot by color

2015-07-24 Thread jpara3
rfect for plotting the data1 variable, but it do not change the col of the dots by data2. I also have probed with plot(data1,col=factor(colnames(data2))) But nothing happens with the color. Thanks!! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-t

Re: [R] R GUI tklistbox get value

2015-07-21 Thread jpara3
Thanks mr FOX, now it works perfect!!! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-tklistbox-get-value-tp4710064p4710123.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] R GUI tklistbox get value

2015-07-20 Thread John Fox
election(tl))+1] > > print(mean(selecvar)) > > } > OK.but <-tkbutton(tt,text=" OK ",command=OnOK) > tkgrid(OK.but) > tkfocus(tt) > > # > > Can someone please help me?? Thanks!!! > > > > -- > View this message in conte

[R] R GUI tklistbox get value

2015-07-20 Thread jpara3
<- function() { selecvar <- dat[as.numeric(tkcurselection(tl))+1] print(mean(selecvar)) } OK.but <-tkbutton(tt,text=" OK ",command=OnOK) tkgrid(OK.but) tkfocus(tt) # Can someone please help me?? Thanks!!! -- View this message in context: http://r.78

Re: [R] R GUI for undergraduate lab class?

2014-07-14 Thread john verzani
Ranjan Maitra inbox.com> writes: > > Hi Louise, The INZight GUI might give students something to work with. https://www.stat.auckland.ac.nz/~wild/iNZight/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] R] R GUI for undergraduate lab class?

2014-07-14 Thread Dr. Thomas W. MacFarland
move past course specific sections or other portions that you may not need to review. Comment: Students in this class have no prior experience with R and minimal, if any, experience with syntax. I try to start them out with R Commander since it is a fairly easy to use R GUI. In time I move them

Re: [R] R GUI for undergraduate lab class?

2014-07-13 Thread Christoph Scherber
t.org Betreff: [R] R GUI for undergraduate lab class? Hi, I'm working on a new set of simple, ecological modeling exercises for our campus' undergraduate Introductory Biology lab series. The students work with simple population models by looking at graphs and seeing how changing parameter val

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Ranjan Maitra
ing on a new set of simple, ecological modeling exercises for our > campus' undergraduate Introductory Biology lab series. The students work > with simple population models by looking at graphs and seeing how changing > parameter values and initial population sizes changes how the

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Richard M. Heiberger
by looking at graphs and seeing how changing > parameter values and initial population sizes changes how the populations > fluctuate through time. Does anyone know of an existing R GUI or any other > interface that would be good for an undergraduate setting? Basically I want > somethin

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Roy Mendelssohn
r our > campus' undergraduate Introductory Biology lab series. The students work > with simple population models by looking at graphs and seeing how changing > parameter values and initial population sizes changes how the populations > fluctuate through time. Does anyone know of

[R] R GUI for undergraduate lab class?

2014-07-12 Thread Louise Stevenson
es how the populations fluctuate through time. Does anyone know of an existing R GUI or any other interface that would be good for an undergraduate setting? Basically I want something that shows the students the model's output as graphs and lets them change parameter values but the equations/coding i

Re: [R] Gui for R-Script

2014-05-30 Thread Jeff Newmiller
Possible, yes, anything is possible, but it your goal is to easily hide R from the users then you will probably not find the project worth the effort required. --- Jeff NewmillerThe .

Re: [R] Gui for R-Script

2014-05-30 Thread Greg Snow
There are several options for creating GUIs depending on how much control you want and how much work you are willing to put in. One simple option is the tkexamp function in the TeachingDemos package. This approach would require whoever receives your script to have R running, but then they could j

[R] Gui for R-Script

2014-05-30 Thread Shane Carey
Hi, I'm just looking into creating a GUI for my R-Script. Is it possible to create a gui for the script and send it to somebody? Maybe as a .exe for example Thanks -- Shane [[alternative HTML version deleted]] __ R-help@r-project.org mailin

Re: [R] Getting the current number of rows in windows R gui console (Carlos Arias)

2014-01-21 Thread Duncan Murdoch
On 14-01-21 7:27 PM, Carlos Arias wrote: Hello, I'm currently trying to set some default settings and I know how to get the width of the console with getOption("width"), this corresponds to the number of columns of the console in the Rconsole file. I would also like to get the current number of r

[R] Getting the current number of rows in windows R gui console (Carlos Arias)

2014-01-21 Thread Carlos Arias
Hello, I'm currently trying to set some default settings and I know how to get the width of the console with getOption("width"), this corresponds to the number of columns of the console in the Rconsole file. I would also like to get the current number of rows from inside R. Is there an R option to

Re: [R] GUI tools for R

2013-08-16 Thread mohan . radhakrishnan
. [R] GUI tools for R

[R] GUI tools for R

2013-08-16 Thread ashz
Hi, I wish to build a GUI for my R script, what are the best and easiest tools to use and which ones as good documentation or books? Thanks -- View this message in context: http://r.789695.n4.nabble.com/GUI-tools-for-R-tp4673925.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread Duncan Murdoch
On 13-05-13 3:58 AM, irene castro conde wrote: Hello, I'm using the function nlminb of the package stats inside a loop and when the number of trials grows, R crashes and says "R GUI front-end has stopped working". Could you help me with this problem? I have try in versions 2.

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread PIKAL Petr
evaluating the way your code is working. Maybe others can give you better insight so I cc to list. Regards Petr From: irene castro conde [mailto:erea...@hotmail.com] Sent: Monday, May 13, 2013 10:49 AM To: PIKAL Petr Subject: RE: [R] help: R GUI front-end has stopped working Hi, Thanks for

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread PIKAL Petr
g > Subject: [R] help: R GUI front-end has stopped working > > Hello, > > I'm using the function nlminb of the package stats inside a loop and > when the number of trials grows, R crashes and says "R GUI front-end > has stopped working". Could you help me with this

[R] help: R GUI front-end has stopped working

2013-05-13 Thread irene castro conde
Hello, I'm using the function nlminb of the package stats inside a loop and when the number of trials grows, R crashes and says "R GUI front-end has stopped working". Could you help me with this problem? I have try in versions 2.15.1,2.15.2 and 3.0.0. > sessionInfo() R ve

Re: [R] R GUI frond has stopped working

2013-03-10 Thread Jeff Newmiller
.zip' >>>> Content type 'application/zip' length 445857 bytes (435 Kb) >>>> opened URL >>>> downloaded 435 Kb >>>> >>>> trying URL >>> 'http://cran.fhcrc.org/bin/windows/contrib/2.15/snow_0.3-10.zip' >>>

Re: [R] R GUI frond has stopped working

2013-03-10 Thread Uwe Ligges
; successfully unpacked and MD5 sums checked package 'multtest' successfully unpacked and MD5 sums checked package 'rgl' successfully unpacked and MD5 sums checked package 'MassSpecWavelet' successfully unpacked and MD5 sums checked package 'RANN' successfully un

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Jeff Newmiller
.0.zip' >> Content type 'application/zip' length 1871439 bytes (1.8 Mb) >> opened URL >> downloaded 1.8 Mb >> >> package 'BiocGenerics' successfully unpacked and MD5 sums checked >> package 'Rcpp' successfully unpacked and MD5 sums che

Re: [R] R GUI frond has stopped working

2013-03-09 Thread lefelit
x27;multtest' successfully unpacked and MD5 sums checked package 'rgl' successfully unpacked and MD5 sums checked package 'MassSpecWavelet' successfully unpacked and MD5 sums checked package 'RANN' successfully unpacked and MD5 sums checked package 'snow' succe

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Uwe Ligges
ly unpacked and MD5 sums checked package 'MassSpecWavelet' successfully unpacked and MD5 sums checked package 'RANN' successfully unpacked and MD5 sums checked package 'snow' successfully unpacked and MD5 sums checked package 'RUnit' successfully unpacked and

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Uwe Ligges
not remove them. Uwe Ligges Regards Filippos -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: 08 March 2013 15:18 To: lefelit; r-help@r-project.org Subject: RE: [R] R GUI frond has stopped working Hi Some issues: 1 do not use HTML mail 2 what OS 3 whi

Re: [R] R GUI frond has stopped working

2013-03-08 Thread lefelit
nd R 2.15.3/2/1 (all version gave the same error). Hope this provides more information about the problem Regards Filippos -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: 08 March 2013 15:18 To: lefelit; r-help@r-project.org Subject: RE: [R] R GUI frond has stopp

Re: [R] R GUI frond has stopped working

2013-03-08 Thread PIKAL Petr
Regards Petr > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of lefelit > Sent: Friday, March 08, 2013 10:58 AM > To: r-help@r-project.org > Subject: [R] R GUI frond has stopped working > > Hi > > &

[R] R GUI frond has stopped working

2013-03-08 Thread lefelit
Hi I have sent couple of days ago an email describing an issue in regards to R software when I use the xcms package. I haven't got any response whether my post has been made public to receive any help for other users. Is my email again treated as spam or considered as inappropriate to be publis

[R] R Gui frond has stopped working

2013-03-06 Thread lefelit
I use R (2.15.2) on a windows 7 (64) for data mining with xcms package. This is a routine process for me and didn't encount any problems until few weeks ago when I got an error message for "R GUI frond end has stopped working". The following information was given by windows to des

Re: [R] GUI Development reg

2012-11-16 Thread jverzaniNWBKZ
You can use the `gWidgets` package to do this kind of thing easily enough: require(gWidgets) my_vec <- character(0) items <- state.name ## some values handler <- function(h,...) my_vec <<- svalue(h$obj) w <- gwindow() g <- ggroup(cont=w, horizontal=FALSE) ## one way to select one or more from m

Re: [R] GUI Development reg

2012-11-16 Thread Ista Zahn
Hi Vijayan, I just discovered http://www.rstudio.com/shiny/ which I think would make it pretty easy to do this. Best, Ista On Thu, Nov 15, 2012 at 1:31 AM, Vijayan Padmanabhan wrote: > Dear R Group > > I have a character vector from which I want to select a few elements and > create a new chara

Re: [R] GUI Development reg

2012-11-15 Thread Bert Gunter
Vijayan: Choose one or both from the following. 1. You don't . R is a programming language that you learn. Read the Intro to R Tutorial to start learning. 2. See the R GUI page on CRAN here: http://www.sciviews.org/_rgui/ There are several GUI's available for R and you can choos

[R] GUI Development reg

2012-11-14 Thread Vijayan Padmanabhan
Dear R Group I have a character vector from which I want to select a few elements and create a new character vector. I need a GUI to do this in R Script. Can someone help? a<-c("A","B","C","D","E") ## I want to have a GUI in R that will display elements in "object a" as a drop down list.. fr

Re: [R] Is it possible to start R-GUI in a windowed state under Windows OS

2012-07-16 Thread Michael Sumner
Is it that R is running in SDI mode? Change and save to MDI in GUI Preferences, then restart R. Just a guess. On Monday, July 16, 2012, Wei Wu wrote: > Is it possible to start R-Gui in a windowed state under windows? (I am > running Windows 7 and Vista) > I have the set the property f

Re: [R] Is it possible to start R-GUI in a windowed state under Windows OS

2012-07-16 Thread Duncan Murdoch
On 12-07-15 6:15 PM, Wei Wu wrote: Is it possible to start R-Gui in a windowed state under windows? (I am running Windows 7 and Vista) I have the set the property for R icon to "normal window" option, but that has no effect. It always starts in what I would call a "windowed s

[R] Is it possible to start R-GUI in a windowed state under Windows OS

2012-07-15 Thread Wei Wu
Is it possible to start R-Gui in a windowed state under windows? (I am running Windows 7 and Vista) I have the set the property for R icon to "normal window" option, but that has no effect. Thanks. __ R-help@r-project.org mailing

Re: [R] GUI

2012-01-18 Thread Michael Schmidt
A couple of points. I don't know which Linux distro you are using, but in general I think it best to install R from the terminal using a CRAN mirror rather than from the Linux distro repository. The distro repositories are sometimes not completely up to date, so you will get more current updates

Re: [R] GUI

2012-01-18 Thread Milan Bouchet-Valat
Le mercredi 18 janvier 2012 à 16:23 +0100, Poul Kristensen a écrit : > How differs Rstudio from RKward? They seem to be quite similar, but their feature seats are somewhat different. I don't know RStudio enough to tell. > I am not aware of the frequence of releases in R but I think it should > be

Re: [R] GUI

2012-01-18 Thread Milan Bouchet-Valat
Le mercredi 18 janvier 2012 à 06:11 -0800, Scott Raynaud a écrit : > I'm setting up a Linux box to run R. I ususally run in a Windows > envrionment but after > reading the docs I'm not sure what to expect in terms of the front end > appearance in > Linux. Does it resemble Windows or will I need

[R] GUI

2012-01-18 Thread Scott Raynaud
I'm setting up a Linux box to run R.  I ususally run in a Windows envrionment but after reading the docs I'm not sure what to expect in terms of the front end appearance in Linux.  Does it resemble Windows or will I need Rkward or R Commander? __ R-h

Re: [R] GUI preferences are not saved

2012-01-14 Thread Prof Brian Ripley
On 15/01/2012 01:57, Phillip Feldman wrote: I'm running R version 2.14.1 (2011-12-22) on a 32-bit Windows machine. I've edited the GUI preferences to increase the font size, saving my preferences after doing so, but the next time I start an R session, my changes to the GUI preferences are lost.

[R] GUI preferences are not saved

2012-01-14 Thread Phillip Feldman
I'm running R version 2.14.1 (2011-12-22) on a 32-bit Windows machine. I've edited the GUI preferences to increase the font size, saving my preferences after doing so, but the next time I start an R session, my changes to the GUI preferences are lost. Is there a way to make the GUI preference cha

[R] Gui editor / viewer for large data

2011-07-14 Thread Andreas Borg
Dear all, I am searching for a possibility to view large data sets (e.g. stored in ffdf objects) in a GUI window in a memory-efficient way. So far I looked at gtkDfEdit (package RGtk2Extras) and gdf (package gWidgets). Both operate (as far as I can see) on data frames stored in memory. gtkDfEd

Re: [R] R-GUI shutdown

2011-06-28 Thread Uwe Ligges
On 27.06.2011 23:54, xin123620 wrote: Dear R Users, I was using R to import several years traffic data, but every time after data successfully imported (no error or warning) when I tried to save this workplace or tackle these data, R GUI would automatically shut down. Would you have any ideas

[R] R-GUI shutdown

2011-06-27 Thread xin123620
Dear R Users, I was using R to import several years traffic data, but every time after data successfully imported (no error or warning) when I tried to save this workplace or tackle these data, R GUI would automatically shut down. Would you have any ideas that how I should deal with this

Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-06-06 Thread Uwe Ligges
with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI) On 29.05.2011 23:19, Chris Chapman wrote: Uwe -- thank you. No, this occurs on three different machines: two at work (a Lenovo laptop running Win7-32, plus an HP workstation running Win7-64) ... and I just tried another Comp

Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-06-05 Thread Chris Chapman
Cc: Subject: Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI) On 29.05.2011 23:19, Chris Chapman wrote: Uwe -- thank you. No, this occurs on three different machines: two at work (a Lenovo laptop running Win7-32, plus an HP workstation running Win7

Re: [R] GUI Experience - Box Plots

2011-06-03 Thread Vikas Garud
> A good place would be r-sig-gui. Regards > Liviu > Thanks Liviu. Subscribing to that list. Hope, it is still OK to write mails on these lists as well. Regards Vikas Garud __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] GUI Experience - Box Plots

2011-06-03 Thread Liviu Andronic
On Fri, Jun 3, 2011 at 6:46 AM, Vikas Garud wrote: > Hi, > > This is to share my experience of using GUI's for using various > Quality Management/Assurance tools. > A few days back, I had I had written a mail about Box plots and > received some very good suggestions, including that for simple > sc

[R] GUI Experience - Box Plots

2011-06-03 Thread Vikas Garud
Hi, This is to share my experience of using GUI's for using various Quality Management/Assurance tools. A few days back, I had I had written a mail about Box plots and received some very good suggestions, including that for simple scripts. Thanks everybody for the same. Based on the suggestions,

Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-05-30 Thread Uwe Ligges
:07 AM To: "Chris Chapman" Cc: Subject: Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI) Sounds like a hardware problem to me, since I do not expereice any problems with the example you gave at first. Is this all on the same hardware? Uwe L

Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-05-29 Thread Chris Chapman
ines, esp. from work to home). Thanks again, -- Chris -- From: "Uwe Ligges" Sent: Sunday, May 29, 2011 10:07 AM To: "Chris Chapman" Cc: Subject: Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (cras

Re: [R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-05-29 Thread Uwe Ligges
Sounds like a hardware problem to me, since I do not expereice any problems with the example you gave at first. Is this all on the same hardware? Uwe Ligges On 27.05.2011 18:38, Chris Chapman wrote: I've run into persistent problems with OpenBUGS crashing when using BRugs .53 and .71, and

[R] Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)

2011-05-27 Thread Chris Chapman
I've run into persistent problems with OpenBUGS crashing when using BRugs .53 and .71, and am hoping someone has suggestions. There is obviously something unusual going on in my environment, but I'm at a loss as to where to begin to try to solve it. In a nutshell, what happens is that, as soon

Re: [R] Gui immediately closes when started from command-line

2011-05-19 Thread Albert-Jan Roskam
, May 19, 2011 9:54:13 AM Subject: Re: [R] Gui immediately closes when started from command-line I had a problem similar to this I think. Though I cannot remember the symptoms. Something to to with the lack of possible interaction with the console as I was using R as a backend to a Qt interface

Re: [R] Gui immediately closes when started from command-line

2011-05-19 Thread Jonathan Gabris
I had a problem similar to this I think. Though I cannot remember the symptoms. Something to to with the lack of possible interaction with the console as I was using R as a backend to a Qt interface. To solve the problem I used the flag: '--ess' (using '--vanilla' is also a good idea) (cf Appe

[R] Gui immediately closes when started from command-line

2011-05-19 Thread Albert-Jan Roskam
Hello, I want to run an r script that contains code for a gui (rgtk) on the command line (windows 2000, 32 bits) using R2.10.1, but the Gui disappears a few miliseconds after I started the program. What switch should I use to prevent this? I tried r.exe, rterm.exe and rscript.exe with various c

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

2011-04-05 Thread stan zimine
led 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 indefin

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

2011-04-03 Thread wulei wong
ssue. > > 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 console. > > The problem: last messages

  1   2   >