Problem solved. Probably, the mirror I first tried was not updated. I changed the mirror and the installation ocurred without problems.
Thanks a lot for the help! On Mon, Apr 30, 2012 at 4:50 PM, Flavio Bastos <[email protected]> wrote: > Yes, I used: > > install.packages('ez', dependencies = T) > > I also tried installing the following lines at the end of > /etc/apt/sources.list: > > > deb http://sft.if.usp.br/ubuntu/ precise main > deb-src http://sft.if.usp.br/ubuntu/ precise main > > After that I updated (apt-get update) and upgraded (apt-get upgrade). > > Nevertheless, the version of the r-cran-matrix that I get is the same old > one. > > Thanks again for the help. > > > > > On Mon, Apr 30, 2012 at 1:07 PM, Federico Calboli < > [email protected]> wrote: > >> On 30 Apr 2012, at 16:59, Flavio Bastos wrote: >> >> > Hello everyone, >> > >> > I've just installed ubuntu 12.04 and the package named 'ez' fails to >> > install because of a dependency. >> >> you are obviously using >> >> install.libraries('ez', dependencies = T) >> >> Right? >> >> F >> >> > [[alternative HTML version deleted]] _______________________________________________ R-SIG-Debian mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-debian

