SCM

Forum: open-discussion

Monitor Forum | Start New Thread Start New Thread
RE: (trying to attach package) [ Reply ]
By: Mayeul Kauffmann on 2010-06-03 09:12
[forum:2942]
Despite the "File to upload:" button and "No attachment found - Add" link, it seems it is currently not possible to attach the gdistance tar.gz package in the forum

(trying to attach package) [ Reply ]
By: Mayeul Kauffmann on 2010-06-03 08:26
[forum:2941]
(trying to attach package)

RE: installation directly from R [ Reply ]
By: Jacob van Etten on 2010-05-28 15:43
[forum:2934]
The raster version is almost 6 weeks old. gdistance is based on the latest raster version available from R-Forge.

You may need to get the latest version from R-Forge (not CRAN) to be able to run gdistance.

RE: installation directly from R [ Reply ]
By: Mayeul Kauffmann on 2010-05-28 11:35
[forum:2932]
Jan wrote (in private email):
"R-Forge is misbehaving due to a major overhaul. The error doesn´t come from the package, which installs with the latest version of raster. I attach the latest version of gdistance, which builds and installs correctly with the latest version of raster. "

This gdistance_1.0.tar.gz is attached below.
My procedure for installing is now (on linux):

sudo R
install.packages(c("Matrix", "sp","sfsmisc","raster", "quantreg","igraph"))
install.packages("gdistanalyst", repos="http://R-Forge.R-project.org")
#install.packages("gdistance", repos="http://R-Forge.R-project.org")
install.packages("/path/to/file/gdistance_1.0.tar.gz")

The install logs say: "raster version 1.0.4 (16-April-2010)"

installation directly from R [ Reply ]
By: Mayeul Kauffmann on 2010-05-28 09:33
[forum:2931]
I am trying this to install the 2 packages.

sudo R
install.packages(c("sfsmisc","raster", "quantreg"))
install.packages("gdistanalyst", repos="http://R-Forge.R-project.org")
install.packages("gdistance", repos="http://R-Forge.R-project.org")

The last command says me:

Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘gdistance’ is not available

and the package is not installed.
I’m using kubuntu 10.4 (Lucid) 64 bits and R version 2.11.0 (2010-04-22)

Thanks for any hint!

Thanks to:
Vienna University of Economics and Business Powered By FusionForge