Проблемы при установке r-base-dev

Я в настоящее время использую Ubuntu 12.04 64 бит. Я пытался установить R, как указано в этомссылка на сайт , Я успешно могу установить r-base, но получаю ошибки при попытке установить r-base-dev. Вот ошибка

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 r-base-dev : Depends: gfortran but it is not installable
              Depends: libblas-dev but it is not installable or
                       libatlas-base-dev but it is not going to be installed
              Depends: liblapack-dev but it is not installable or
                       libatlas-base-dev but it is not going to be installed
              Depends: libreadline-dev but it is not installable
              Depends: libjpeg-dev but it is not installable
              Depends: libpcre3-dev but it is not installable
              Depends: libpng-dev but it is not installable
              Depends: libbz2-dev but it is not installable
              Depends: cdbs but it is not installable
E: Unable to correct problems, you have held broken packages.

Я добавил ключ безопасности, как указано в этой ссылке, а также в следующей строкеdeb http://cran.r-project.org/bin/linux/ubuntu precise/ в/etc/apt/sources.list

Я также добавил следующее ppa:sudo add-apt-repository ppa:marutter/rrutter .

Любая помощь будет заметна.

PS: я также сомневался в своих списках в / var / lib / apt / lists, поэтому я удалил их и создал заново. Все еще с той же ошибкой.

Ответы на вопрос(1)

Ваш ответ на вопрос