Skip to content

Newbie Questions

6 messages · Michael Conklin, Vincent Goulet, Michael Dewey +1 more

#
Michael,

I think most of your issues will be answered in the Debian README on  
CRAN:

	http://cran.r-project.org/bin/linux/debian/

I would recommend removing the version of R you compiled yourself and  
rather opt for the binaries provided on CRAN for etch by Johannes.

HTH    Vincent

Le ven. 25 juil. ? 12:37, Michael Conklin a ?crit :
#
Le ven. 25 juil. ? 13:56, Michael Conklin a ?crit :
I meant that mostly for the bottom part of the file, where the  
administration of the libraries is explained.
What is your entry in the /etc/apt/sources.list file? It should be  
exactly as explained in the README, including any / (people often tend  
to forget the last one).
I don't use aptitute, but I think they do the same thing. The latter  
is just a front-end to apt-get.
No problem, that's what this forum is for!

Vincent
#
At 18:56 25/07/2008, Michael Conklin wrote:
Michael, have you also looked at the Wiki entry
http://wiki.r-project.org/rwiki/doku.php?id=getting-started:installation:debian
which describes more or less the same things in a slightly different way?

I also found reading the posts on this list quite 
helpful to give some more meat to the skeleton 
instructions which, as you say, assume you know 
something about Debian. I was trying to install R 
on an Asus EEE (and ultimately succeeding) and 
like you had very limited knowledge of Linux.
Michael Dewey
http://www.aghmed.fsnet.co.uk
#
Michael,

I'd like to point out that what you are mentioning is a common Linux 
issue with paths.  In your terminal, if you type: "echo $PATH" you will 
get an ordered (left first) list separated by ":" which tells you where 
your system looks for a command when you type its name in.  If your two 
versions are in different directories (say /usr/bin vs. /usr/local/bin), 
calling "R" without specifying a directory would get one version.  Your 
GNOME menu is probably linked to R in a specific 
directory--e.g.-/usr/local/bin/R and that explains the original behavior. 

If you _do_ want to use the version you compile, you would first use apt 
to uninstall R, and then install the version you compiled.  This might 
break the link in the gnome menu if your new installation is in a 
different place, but you can change where the menu points... if you run 
./configure --help before compiling R you can get the list of options 
that lets you decide which directory to put various pieces of the 
installation in to mimic the previous installation, but if you are new 
to linux that might be a hard start. 

Best,

Krzysztof
Michael Dewey wrote: