Skip to content

Problem with sourceforge repository

2 messages · Agustin Lobo, Roger Bivand

#
Hi!
I'm doing as stated in
http://r-spatial.sourceforge.net/

but get:
Warning in install.packages("spgrass6", repos = rSpatial) :
   argument 'lib' is missing: using '/usr/local/lib/R/site-library'
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
   package ?spgrass6? is not available

wrong url for the repo?

Thanks

Agus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alobolistas.vcf
Type: text/x-vcard
Size: 251 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090422/301b2a60/attachment.vcf>
#
On Wed, 22 Apr 2009, Agustin Lobo wrote:

            
We need to take that site down, nothing has been released as an R package 
there for years. Now all of the functionality of released packages is on 
CRAN, and sourceforge is only used as a CVS server by the r-spatial 
project with multiple modules, and rgdal.

To check out the current spgrass6, do:

cvs -z3 \
-d:pserver:anonymous at r-spatial.cvs.sourceforge.net:/cvsroot/r-spatial co \
-P spgrass6

as explained under the more -> code menu on:

http://sourceforge.net/projects/r-spatial/

Roger