studio programa para mac instalar descargar como commander actualizar r dependencies ubuntu-12.04 apt

programa - Problemas en la instalación de r-base-dev



r para linux (1)

Me aseguré de que los repositorios restringidos y universales estén habilitados (que se deshabilitaron en el caso de los míos). Para hacer esto, presione Alt + F2 tipo software-properties-gtk y presione Enter .

En la pestaña Ubuntu Software habilite todos los repositorios. Después de lo cual corren

sudo apt-get update

Nuevamente correr

sudo apt-get install r-base-dev

Y hecho con éxito.

Obtuve la solución anterior de este enlace

Actualmente estoy usando Ubuntu 12.04 64 bit. Estaba tratando de instalar R como se especifica en este enlace . Con éxito puedo instalar r-base pero obtengo errores al intentar instalar r-base-dev. Aquí está el error

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.

He agregado la clave de seguridad como se indica en ese enlace, así como en la siguiente línea deb http://cran.r-project.org/bin/linux/ubuntu precise/ to /etc/apt/sources.list

También he agregado el siguiente ppa: sudo add-apt-repository ppa:marutter/rrutter .

Cualquier ayuda sería apreciable.

PD: También tenía dudas con mis listas en / var / lib / apt / lists, así que las borré y volví a crear. Aún teniendo el mismo error.