[R-sig-Geo] raster package: Problem with installation on Windows (Vista)

Robert J. Hijmans r.hijmans at gmail.com
Tue Nov 24 20:00:41 CET 2009


Agus,

R-Forge only builds packages for the current version and the next
(development version of R).  If you are not using the current version
of R, you can do

> install.packages("raster", repos="http://R-Forge.R-project.org")

Otherwise, yes, either download the source and build, or download the
compiled version install.

Robert



On Tue, Nov 24, 2009 at 10:09 AM, Agustin Lobo <alobolistas at gmail.com> wrote:
> I've run the install command as stated in
> http://r-forge.r-project.org/R/?group_id=294
>
> from within R on Windows Vista but got an error:
>> install.packages("raster", repos="http://R-Forge.R-project.org")
> Warning in install.packages("raster", repos =
> "http://R-Forge.R-project.org") :
>  argument 'lib' is missing: using 'C:\Users\Cel\Documents/R/win-library/2.9'
> Warning: unable to access index for repository
> http://R-Forge.R-project.org/bin/windows/contrib/2.9
> Warning message:
> In getDependencies(pkgs, dependencies, available, lib) :
>  package ‘raster’ is not available
>
> Should we just download the zip fie and run a local
> installation?
>
> Thanks
>
> Agus
>



More information about the R-sig-Geo mailing list