I can now build the develop branch R interface.
Since this is a development version, and I do not wish to
overwrite my stable version, I install it in my home directory:
R CMD INSTALL -l /home/lawyer/.Rpackages/igraph_0.7.999-225.tar.gz
Which works (after hacking out the max flow function def).
But I get an error when I try to use the package from within R:
> require("igraph",lib.loc="/home/lawyer/.Rpackages/")
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, density, spectrum
The following objects are masked from 'package:base':
.Call, union
> foo <- ba.game(100)
Error in base::.Call("R_igraph_check_finally_stack", PACKAGE =
"igraph") :
"R_igraph_check_finally_stack" not available for .Call() for
package "igraph"
Error in base::.Call(.NAME, ...) :
"R_igraph_finalizer" not available for .Call() for package "igraph"
Tips/help would be appreciated.
+glenn
--
--------------------------------------------------------------
Dr. Glenn Lawyer
+352 661 967 244
Max-Planck-Institut für Informatik
Computational Biology and Applied Algorithmics
Campus E1 4
66123 Saarbrücken, Germany
http://bioinf.mpi-inf.mpg.de/~lawyer
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help