igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] spanningtree


From: Gábor Csárdi
Subject: Re: [igraph] spanningtree
Date: Mon, 8 Mar 2010 22:46:34 +0100

On Mon, Mar 8, 2010 at 10:46 PM, Harun Pirim <address@hidden> wrote:
> I tried
>
> source("http://igraph.googlecode.com/files/igraph_nightly_0.6-1790-20100304.
> tar.gz")
> install.packages("http://igraph.googlecode.com/files/igraph_nightly_0.6-1790
> -20100304.tar.gz")
>
> both give error?

download.file("http://igraph.googlecode.com/files/igraph_nightly_0.6-1790-20100304.tar.gz";,
"igraph_nightly_0.6-1790-20100304.tar.gz")
install.packages("igraph_nightly_0.6-1790-20100304.tar.gz", repos=NULL)

It is sometimes better to reading the manual than guessing the syntax.

Btw. this does not work on windows, for windows you need a binary
package. Do you need one?

G.

[...]
-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]