[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Error in read.graph.edgelist
From: |
David Huffaker |
Subject: |
Re: [igraph] Error in read.graph.edgelist |
Date: |
Fri, 6 Aug 2010 14:32:05 -0400 |
Doh, that was it.
Thanks a bunch!
On Aug 6, 2010, at 2:14 PM, Tamas Nepusz wrote:
> Hi,
>
>> I'm getting an error when trying to load an edgelist into igraph. At first
>> I thought it might be my data, but when I tried with a sample edgelist in a
>> tutorial, I get the same error:
>>
>>> d <- read.graph("sample_edgelist.csv", format = "edgelist")
>> Error in read.graph.edgelist(file, ...) :
>> At rinterface.c:3705 : Cannot read edgelist, File operation error
>
> According to the source code of the R interface, this error message is shown
> when the R interface canont open the file you have specified. This may be
> because you are standing in the wrong directory or you (or more precisely,
> the R interface) may not have permissions to open the file.
>
> --
> Tamas
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help