Hi, I?m trying to move to ubuntu at all, but I don?t like R in Ubuntu because it runs in the terminal, so i can?t access directly to some options R gots in Windows. Is there any R can i install in ubuntu which runs in hos own prompt or terminal?? Thanks ----- Mario Garrido Escudero PhD student Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola Universidad de Salamanca -- View this message in context: http://r.789695.n4.nabble.com/R-in-Linux-Ubuntu-tp3703329p3703329.html Sent from the R help mailing list archive at Nabble.com.
On Fri, Jul 29, 2011 at 10:03 AM, gaiarrido <gaiarrido@usal.es> wrote:> Hi, > I´m trying to move to ubuntu at all, but I don´t like R in Ubuntu because > it > runs in the terminal, so i can´t access directly to some options R gots in > Windows. > Is there any R can i install in ubuntu which runs in hos own prompt or > terminal?? >Well - R under Linux *is* a terminal... But there are GUI you can use, which are nicer then the windows one: 1) RStudio --- http://rstudio.org --- very nice GUI and many possibilities 2) RKward --- http://rkward.sourceforge.net/ --- the nicest GUI I know, with many possibilities another ressource: http://www.sciviews.org/_rgui/ But you should get used to the command line - that is R, the rest are addons. Cheers, Rainer Thanks> > ----- > Mario Garrido Escudero > PhD student > Dpto. de Biología Animal, Ecología, Parasitología, Edafología y Qca. > Agrícola > Universidad de Salamanca > -- > View this message in context: > http://r.789695.n4.nabble.com/R-in-Linux-Ubuntu-tp3703329p3703329.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-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax (F): +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug [[alternative HTML version deleted]]
Thanks very much, and...Which do you recommend? ----- Mario Garrido Escudero PhD student Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola Universidad de Salamanca -- View this message in context: http://r.789695.n4.nabble.com/R-in-Linux-Ubuntu-tp3703329p3704107.html Sent from the R help mailing list archive at Nabble.com.
Dear Mario, Have a look at Eclipse with the StatET plugin. One of the benefits is that is available for both Linux and Windows which simplifies things when you need to switch often between Windows and Linux (e.g. Windows at work and Linux at home). Best regards, Thierry ---------------------------------------------------------------------------- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek team Biometrie & Kwaliteitszorg Gaverstraat 4 9500 Geraardsbergen Belgium Research Institute for Nature and Forest team Biometrics & Quality Assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 Thierry.Onkelinx at inbo.be www.inbo.be To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey> -----Oorspronkelijk bericht----- > Van: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] > Namens gaiarrido > Verzonden: vrijdag 29 juli 2011 15:49 > Aan: r-help at r-project.org > Onderwerp: Re: [R] R in Linux (Ubuntu) > > Thanks very much, > and...Which do you recommend? > > ----- > Mario Garrido Escudero > PhD student > Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola > Universidad de Salamanca > -- > View this message in context: http://r.789695.n4.nabble.com/R-in-Linux- > Ubuntu-tp3703329p3704107.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
At 09:03 29/07/2011, gaiarrido wrote:>Hi, >I??m trying to move to ubuntu at all, but I don??t like R in Ubuntu because it >runs in the terminal, so i can??t access directly to some options R gots in >Windows.Mario, it would help if you told us which options from the Windows GUI you are missing. If you want a really light solution then I use Kate as an editor. I go kate myfileofcommands.r make any changes I want then open a terminal window, run R in that window and source("myfileofcommands.r") or pipe commands from the file into the window. ?sink ?savehistory may also help you>Is there any R can i install in ubuntu which runs in hos own prompt or >terminal?? >Thanks > >----- >Mario Garrido Escudero >PhD student >Dpto. de Biolog??a Animal, Ecolog??a, >Parasitolog??a, Edafolog??a y Qca. Agr??cola >Universidad de Salamanca >-- >View this message in context: >http://r.789695.n4.nabble.com/R-in-Linux-Ubuntu-tp3703329p3703329.html >Sent from the R help mailing list archive at Nabble.com.Michael Dewey info at aghmed.fsnet.co.uk http://www.aghmed.fsnet.co.uk/home.html
Hello, I can recommend Rkward. I use it and I'm fully satisfied with it. There is nice menu (You can "click" most of needed functions, load packages, ...), sheets with Your data, terminal with debugger and so on... Really good tool. Best regards, Vojt?ch ----- Vojt?ch Zeisek Department of Botany, Faculty of Science, Charles Uni., Prague, CZ Institute of Botany, Academy of Science, Czech Republic Community of the openSUSE GNU/Linux https://www.natur.cuni.cz/faculty-en?set_language=en http://www.ibot.cas.cz/?p=index&site=en http://www.opensuse.org/ http://web.natur.cuni.cz/~zeisek/ -- View this message in context: http://r.789695.n4.nabble.com/R-in-Linux-Ubuntu-tp3703329p3707810.html Sent from the R help mailing list archive at Nabble.com.