igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] (develop branch) package issue


From: Gábor Csárdi
Subject: Re: [igraph] (develop branch) package issue
Date: Wed, 22 Oct 2014 10:49:00 -0400

Yes, I am sorry, the R part of develop is a little messy nowadays, I
am making a lot of changes. I think these errors might be because the
package was not built properly, because of the errors in your other
email. Will try to fix it ASAP, travelling right now, so maybe not
today.

Gabor

On Wed, Oct 22, 2014 at 7:06 AM, Glenn Lawyer <address@hidden> wrote:
> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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