Flavio Bastos
2012-Apr-30 15:59 UTC
[R-sig-Debian] ez package installation fails - ubuntu 12.04
Hello everyone, I've just installed ubuntu 12.04 and the package named 'ez' fails to install because of a dependency. The error messages are: Error : package ‘Matrix’ 1.0-2 is loaded, but >= 1.0.3 is required by ‘ez’ ERROR: lazy loading failed for package ‘ez’ * removing ‘/usr/local/lib/R/site-library/ez’ The downloaded packages are in ‘/tmp/Rtmp38etdB/downloaded_packages’ Mensagens de aviso perdidas: In install.packages("ez") : installation of package ‘ez’ had non-zero exit status I'm not sure if this is the proper way to report a bug. I hope it helps. Is there anything I can do to get it working? Thanks in advance. Flavio Bastos [[alternative HTML version deleted]]
Federico Calboli
2012-Apr-30 16:07 UTC
[R-sig-Debian] ez package installation fails - ubuntu 12.04
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
Dirk Eddelbuettel
2012-Apr-30 16:31 UTC
[R-sig-Debian] ez package installation fails - ubuntu 12.04
On 30 April 2012 at 12: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. | The error messages are: | | Error : package ?Matrix? 1.0-2 is loaded, but >= 1.0.3 is required by ?ez? | ERROR: lazy loading failed for package ?ez? | * removing ?/usr/local/lib/R/site-library/ez? | | The downloaded packages are in | ?/tmp/Rtmp38etdB/downloaded_packages? | Mensagens de aviso perdidas: | In install.packages("ez") : | installation of package ?ez? had non-zero exit status | | | I'm not sure if this is the proper way to report a bug. I hope it helps. | | Is there anything I can do to get it working? Read http://cran.r-project.org/bin/linux/ubuntu/ and add the CRAN repository. This will, among other things, give you a current version of the Matrix package as r-cran-matrix. Dirk -- R/Finance 2012 Conference on May 11 and 12, 2012 at UIC in Chicago, IL See agenda, registration details and more at http://www.RinFinance.com