Install R on UBUNTU 13.10

655 views Asked by At

How can I install R on UBUNTU 13.10? If I use apt-get, the package will not be found:

sudo apt-get install r-base r-base-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package r-base
E: Unable to locate package r-base-dev

or:

sudo apt-get install r-base-core
Reading package lists... Error!
E: Malformed line 57 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
E: The package lists or status file could not be parsed or opened.
0

There are 0 answers