igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Error reading DL format


From: Tamas Nepusz
Subject: Re: [igraph] Error reading DL format
Date: Fri, 9 Jan 2015 20:49:14 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

> When reading the graph http://moreno.ss.uci.edu/wolf.dat with read.graph from 
> R interface I get an error:
> 
> Errore in .Call("R_igraph_read_graph_dl", file, as.logical(directed), PACKAGE 
> = "igraph") : 
>   At foreign.c:3033 : syntax error, unexpected $end, expecting DL in line 1, 
> Parse error
Um, yes... the thing is that the DL format does not really have a formal
specification (at least we weren't able to find any) and the current DL parser
is based on guesstimates that we distilled from the DL examples on the
following page:

http://www.analytictech.com/networks/dataentry.htm

It looks like there is much more to the DL format that we can currently parse
from igraph. Feel free to add a bug report on
https://github.com/igraph/igraph/issues .

-- 
T.



reply via email to

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