[Qgis-user] Problem with HomeRange plugin - rgdal dependencies

John C. Tull john.tull at wildnevada.org
Wed Feb 11 18:53:16 PST 2009


On Feb 11, 2009, at 5:13 PM, Sebastian Cruz wrote:

> Hi there,
>
> Thank you for all the advice, unfortunetly I am still unable to  
> install the rgdal packages and its dependencies. I get the following  
> message when I try:
>
> Warning in install.packages("package_rgdal", dep = TRUE) :
>  argument 'lib' is missing: using '/Users/sebastiancruz/Library/R/ 
> 2.8/library'
> Warning message:
> package ‘package_rgdal’ is not available
> >

That command should be:

install.packages("rgdal", dep = TRUE)

John


More information about the Qgis-user mailing list