Skip to content

Problems installing R

2 messages · Cathy Mitchell, Michael Rutter

#
Cathy,

In order to add the depository to sources.list, you need root access.
If you are the administrator, then all you need to do is:

sudo gedit /etc/apt/sources.list

If someone else is administering the machine, the simplest thing is to
request them to do it and install the latest versions R.

As for affy itslef, it is not in the cran repository since it is a
bioconductor package.  To install it under R you need root access and
I would do the following:

sudo R
This allowed me to install affy on jaunty, but it should work for
hardy as well.  It gave me a warning about the lib argument missing,
but it used the default.  If it doesn't work under hardy, I can look
into it some more.

Hope this helps,
Michael

On Mon, Jul 13, 2009 at 10:43 AM, Cathy
Mitchell<cathrinemitchell at gmail.com> wrote: