Wolf Bergenheim pisze:
Hi,

I have a problem when I try to install spdep I get the following error:

Error: package 'Matrix' required by 'spdep' could not be found
Execution halted
ERROR: lazy loading failed for package 'spdep'
** Removing '/usr/local/lib/R/site-library/spdep'

The downloaded packages are in
        /tmp/RtmpO1y8gG/downloaded_packages
Warning messages:
1: In install.packages("spdep", dep = T) :
  dependency ‘Matrix’ is not available
2: In install.packages("spdep", dep = T) :
  installation of package 'spdep' had non-zero exit status


What am I doing wrong? I tried installing it with
install.packages("spdep", dep=T)

--Wolf

It looks like dependency issue...
use:
install.packages("spdep",dependencies=TRUE)

or try to install Matrix manually
Jarek
_______________________________________________
grass-stats mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-stats

Reply via email to