igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] building R package from development branch igraph--main--0.


From: Gabor Csardi
Subject: Re: [igraph] building R package from development branch igraph--main--0.4
Date: Mon, 14 May 2007 12:21:10 +0200
User-agent: Mutt/1.5.12-2006-07-14

Vincent, 

thanks a lot for the testing! It is very useful. One tip:
please always run simplify the graph with 'simplify' to remove 
the loop and multiple edges from the graph, i think most algorithms
assume that the graph is simple. 

As for the windows filenames, hmmm, i never experienced this, but 
plan to compile a windows R package today, so we will see what happens.
I'll put the package to the same place if you're interested, there were
not too many changes since the last version, most notable is perhaps 
a completely new fastgreedy implementation by Tamas and a (premature) 
GML file reader, it does not read the attributes yet, only graph 
structure, i'll add attributes soon. The windows binary package 
whould be on the website before tomorrow.

Thanks again, 
Gabor

On Mon, May 14, 2007 at 12:25:05AM -0400, Vincent Matossian wrote:
>      Gabor, I just recently checked out and compiled the 0.4 and was really
>    excited to see the amazing collection of community detection algorithms
>    and other features added !
> 
>    I ran a few community algorithms, walktrap, edge.betweenness., fastgreedy
>    on a ~150k collaboration network, fastgreedy successfully completed on a
>    simplified connected graph but failed on the nonsimplified version with
>    what appeared to be a memory access violation. Other algorithms also lead
>    to early program termination with either R crashing or the memory access
>    violation notice. I tried running a 30k node BA graph with m=3 and noticed
>    these problems with a few algorithms (below 20k nodes and 60k edges it
>    worked just fine on my machine).
> 
>    For reference to other windows users, I was able to compile the
>    development branch of igraph and R interface source on windows/cygwin, but
>    arch appears to have problems with long path names due to a limitation of
>    the windows shell to around 250 characters. I don't know why but when
>    untaring the file (transferred from a linux box) if I use the verbose flag
>    the source uncompresses and compiles fine, without the verbose flag the
>    decompression fails and claims that filenames are too long (?!?)...
> 
>    I realize that this is very preliminary feedback I hope to have more
>    constructive things to say soon,
> 
>    Thanks!
> 
>      Vincent
> 
>    On 4/21/07, Gabor Csardi <address@hidden > wrote:
> 
>      On Fri, Apr 20, 2007 at 11:54:13AM +0200, Gabor Csardi wrote:
>      >
>      > On Thu, Apr 19, 2007 at 01:54:14PM -0400, Vincent Matossian wrote:
>      > >     Gabor, Tamas,
>      > >
>      > >    Thanks for the quick response. Gabor, the
>      bootstrap.sh->configure...
>      > >    sequence is exactly what I was looking for. I did encounter
>      problems on
>      > >    cygwin so I will do these builds on linux when needed, but in the
>      meantime
>      > >    use the package you posted, thanks!
>      >
> 
>      Vincent, just realized that there is also an automatic
>      R windows binary package building facility:
>      [2]http://129.217.207.166/
>      So if that works for you then it is not required to install all the
>      R building tools.
> 
>      But please make sure that you replace the Maintainer field in the
>      DESCRIPTION file of the source package to your email address,
>      otherwise the result of the build will be sent to me. :)
> 
>      Also, i don't know how it works if the package is semi-broken, eg.
>      some documentation is missing from the development version, etc.
> 
>      G.
> 
>      --
>      Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK
> 
>      _______________________________________________
>      igraph-help mailing list
>      address@hidden
>      [5]http://lists.nongnu.org/mailman/listinfo/igraph-help
> 
> References
> 
>    Visible links
>    1. mailto:address@hidden
>    2. http://129.217.207.166/
>    3. mailto:address@hidden
>    4. mailto:address@hidden
>    5. http://lists.nongnu.org/mailman/listinfo/igraph-help

> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help


-- 
Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK




reply via email to

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