Re: [igraph] igraph R read_graph

2020-05-04 Thread Narges Zarnaghinaghsh
Hi,

Yes, that was the case. The problem was in the written name of the file. It
is now solved.

Thank you so much

On Mon, May 4, 2020 at 2:29 PM Tamas Nepusz  wrote:

> Hi,
>
> Judging from the source code of the R interface, it seems like that the
> file simply doesn't exist; I get the same error message if I try something
> like read_graph("this_file_does_not_exist", "graphml").
>
> Can it be the case that your file is called "Network.graphml" and not
> "network.graphml"? At least this is the case for the attachment...
>
> T.
>
>
> On Mon, 4 May 2020 at 19:53, Narges Zarnaghinaghsh 
> wrote:
>
>> Hi,
>>
>> I want to read the attached graphml file in R using the command:
>>
>> read_graph("network.graphml", "graphml")
>>
>> But it shows the following error:
>>
>> Error in read.graph.graphml(file, ...) :
>>   At rinterface.c:6077 : Cannot open GraphML file, File operation error
>>
>> Do you know what the problem is and how I can solve it?
>>
>> Regards,
>> ___
>> igraph-help mailing list
>> igraph-help@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/igraph-help
>> 
>>
> ___
> igraph-help mailing list
> igraph-help@nongnu.org
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.nongnu.org_mailman_listinfo_igraph-2Dhelp&d=DwIGaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=O3rAj9iwaAImGUByE5w3Mle6HBm6cOCj-PT1FLx64f8&m=CewkmvrATlRZmh7b1A-VTwHl0f-otu3_SLiwqTzQwQo&s=qWd9fqdwvDPIt5r5NkYG4rJBuIyqzToVOHmn4x8263o&e=
>
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


Re: [igraph] igraph R read_graph

2020-05-04 Thread Tamas Nepusz
Hi,

Judging from the source code of the R interface, it seems like that the
file simply doesn't exist; I get the same error message if I try something
like read_graph("this_file_does_not_exist", "graphml").

Can it be the case that your file is called "Network.graphml" and not
"network.graphml"? At least this is the case for the attachment...

T.


On Mon, 4 May 2020 at 19:53, Narges Zarnaghinaghsh 
wrote:

> Hi,
>
> I want to read the attached graphml file in R using the command:
>
> read_graph("network.graphml", "graphml")
>
> But it shows the following error:
>
> Error in read.graph.graphml(file, ...) :
>   At rinterface.c:6077 : Cannot open GraphML file, File operation error
>
> Do you know what the problem is and how I can solve it?
>
> Regards,
> ___
> igraph-help mailing list
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


Re: [igraph] igraph R read_graph

2020-05-04 Thread Szabolcs Horvát
Hello Narges,

This mailing list is planned to be closed soon. I recommend you post on
https://igraph.discourse.group/, which is the replacement for the mailing
list.

Szabolcs

On Mon, 4 May 2020 at 19:54, Narges Zarnaghinaghsh 
wrote:

> Hi,
>
> I want to read the attached graphml file in R using the command:
>
> read_graph("network.graphml", "graphml")
>
> But it shows the following error:
>
> Error in read.graph.graphml(file, ...) :
>   At rinterface.c:6077 : Cannot open GraphML file, File operation error
>
> Do you know what the problem is and how I can solve it?
>
> Regards,
> ___
> igraph-help mailing list
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help