igraph-help
[Top][All Lists]
Advanced

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

[igraph] (develop branch) package issue


From: Glenn Lawyer
Subject: [igraph] (develop branch) package issue
Date: Wed, 22 Oct 2014 13:06:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0

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


reply via email to

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