Hello all, I have been a R user for about a year now, running on a MS Windows machine. I am in the process of making a complete switch to open-source. Linux is a new world to me. Ubuntu was my selection of the various distributions. Please pardon this very basic question (I was unable to locate an answer on R or Ubuntu). I used Synaptic to download the necessary files to run. However, I was unable to locate the program using the Add/Remove feature. So, I created a Launcher for R on the desktop and identified the executable file. The path I entered into the Command Line was: /usr/bin/R I can run R in the Terminal, but not as a separate desktop location. So, the short question is, what is the specific command line or configuration I should be using to run R? Or, am I supposed to be running R in the Terminal? Thanks in advance, Brian [[alternative HTML version deleted]]
Brian Edward wrote:> Hello all, > > I have been a R user for about a year now, running on a MS Windows machine. > I am in the process of making a complete switch to open-source. Linux is a > new world to me. Ubuntu was my selection of the various distributions. > Please pardon this very basic question (I was unable to locate an answer on > R or Ubuntu). I used Synaptic to download the necessary files to run. > However, I was unable to locate the program using the Add/Remove feature. > So, I created a Launcher for R on the desktop and identified the executable > file. The path I entered into the Command Line was: /usr/bin/R > I can run R in the Terminal, but not as a separate desktop location. So, > the short question is, what is the specific command line or configuration I > should be using to run R? Or, am I supposed to be running R in the > Terminal?Short answer: yes, long answer, yes, unless you want to use some very capable editor as an environment such ass Emacs + ESS. Look up the documentation and the list archives fo details on Emacs and ESS. Uwe Ligges> > Thanks in advance, > Brian > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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.
Brian Edward a ?crit :> Hello all, > > I have been a R user for about a year now, running on a MS Windows machine. > I am in the process of making a complete switch to open-source. Linux is a > new world to me. Ubuntu was my selection of the various distributions. > Please pardon this very basic question (I was unable to locate an answer on > R or Ubuntu). I used Synaptic to download the necessary files to run. > However, I was unable to locate the program using the Add/Remove feature. > So, I created a Launcher for R on the desktop and identified the executable > file. The path I entered into the Command Line was: /usr/bin/R > I can run R in the Terminal, but not as a separate desktop location. So, > the short question is, what is the specific command line or configuration I > should be using to run R? Or, am I supposed to be running R in the > Terminal? > > Thanks in advance, > Brian > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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. > > >Dear Edward, R under linux (Ubuntu or other distributions) is not exactly as it is under windows. Under linux, you have to use a shell (or a terminal) to launch R and use it. The main difference between windows and linux version of R, is that R under linux, does not provide the graphical facilities to load and install libraries. To do so under linux, you have to download the tar.gz version of the library from CRAN and use as a root user the command R CMD INSTALL thelibrarytoinstall.tar.gz. You have to install, of course, before, the needed compilers gcc and/or fortran, depend the library you are about to install. Hope it 'll help. Regards -- Cordialement ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------