В 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
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
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
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
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]:
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
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
[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
...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
> 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
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
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
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
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
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
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
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
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:
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
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
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
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
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 -
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
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
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
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
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
>
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
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<
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
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
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
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.
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
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.
>
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
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!!
>
>
>
>
>
>
> --
>
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
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
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
<- 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
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
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
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
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
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
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
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
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 .
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
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
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
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
.
[R] GUI tools for R
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.
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.
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
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
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
.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'
>>>
; 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
.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
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
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
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
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
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
>
>
&
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
> 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-
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
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,
: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
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
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
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
, 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
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
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
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
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 - 100 of 184 matches
Mail list logo