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. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
