Skip to content
Prev 4372 / 29559 Next

staying up to date with r-spatial packages

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.


Cheers,