[R-sig-Geo] what happened to sp?

Roger Bivand Roger.Bivand at nhh.no
Sat Mar 31 10:40:45 CEST 2007


On Sat, 31 Mar 2007, shoaib wrote:

> problem solved after I upgraded R to the latest version

Yes, all the packages are now on CRAN (spgrass6, the others are in rgdal
or maptools), there is no no need to use the off-CRAN
http://r-spatial.sourceforge.net/R repository.

You could also have stated which platform you are using, because if there 
had been a problem, it would have been platform dependent. 

The correct current install of spgrass6 is:

install.packages("spgrass6", dependencies=TRUE)

on Windows for cygwin, or on other platforms:

install.packages(c("sp", "maptools"), dependencies=TRUE)
install.packages("rgdal") # in case of problems
install.packages("spgrass6")

or just the packages that are not already installed.

Roger

> 
> thanks
> shoab
> 
> On 3/31/07, shoaib <saburq at gmail.com> wrote:
> > hi all
> >
> > Not sure if this should be asked on the grass mailing list or here.
> > apologies if its off-topic.
> >
> > I am having a go at using R/Grass and when I try to install sp, rgdal
> > or maptools it complains these packages don't exist. i get the same
> > complaint if i try the sourceforge repo
> >
> > rSpatial <- "http://r-spatial.sourceforge.net/R"
> > install.packages("sp", repos = rSpatial)
> >
> > and as expected if i try to load spgrass6 library it complains that sp
> > is missing.
> >
> > Whatever happed to sp? or am i doing something i shouldn't be? have
> > things changed over the last few months :)
> >
> > thanks for any guidence
> >
> > shoaib
> >
> 
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> 

-- 
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business Administration, Helleveien 30, N-5045 Bergen,
Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43
e-mail: Roger.Bivand at nhh.no




More information about the R-sig-Geo mailing list