On Sat, 18 Oct 2008, Sebastian P. Luque wrote:

Hi,

Is it a good idea to have the r-spatial repository added to the 'repos'
option?  e.g.:

---<---------------cut here---------------start-------------->---
   options(repos=c(CRAN="http://probability.ca/cran/";,
             Spatial="http://r-spatial.sourceforge.net/R";))
}
---<---------------cut here---------------end---------------->---

My only concern is that some packages would eventually make it into
CRAN, but I don't know what would happen to the r-spatial version in
that case.  Any thoughts?  Thanks.


Definitely not, and we should probably take down that infrastructure. Since mid 2006, nothing has been released there and not on CRAN, so the contents are now very out of date.

While sp was changing rapidly, it made sense to limit consequences for packages depending on sp to that repository, but with the incorporation of most content into rgdal and maptools, this isn't needed any more.

Bleeding edge things can be handled if needed by checking revised source packages out from CVS - this occasionally happens with rgdal (different sourceforge project). The infrastructure on R-Forge is arguably better for R projects; for example, I've moved the spdep source repository from sourceforge CVS to R-Forge SVN.

Roger


Cheers,



--
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: [EMAIL PROTECTED]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to