igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph v0.6 for MaOSX


From: Tamás Nepusz
Subject: Re: [igraph] igraph v0.6 for MaOSX
Date: Sat, 17 Mar 2012 11:42:04 +0100

Hi, 

If you have all the developer tools installed for Mac OS X, you can simply 
download the nightly snapshot from the usual place 
(http://code.google.com/p/igraph) and then use "R CMD install 
igraph_nightly_0.6-2651-20120316.tar.gz". This should compile and install the 
package.

> Also, it has been a while since I last used the 0.6 version, is there an 
> updated documentation on the heaps of new functions that I am sure have been 
> since added?
We usually leave the changelog to the last minute, so the best you can do right 
now is to browse the list of commits:

http://bazaar.launchpad.net/~igraph/igraph/0.6-main/changes

or browse the documentation from R. I think Gabor tries to keep the 
documentation of the R interface up-to-date. The biggest change is that the 
indexing of vertices and edges in the R interface are 1-based (not 0-based) 
from 0.6 to make it consistent with the rest of R, so this is a potential 
pitfall if you migrate your code written for 0.5.x.

Best,
T.




reply via email to

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