igraph-help
[Top][All Lists]
Advanced

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

[igraph] Error in read_graph for pajek file


From: Alex Montgomery
Subject: [igraph] Error in read_graph for pajek file
Date: Thu, 13 Jul 2017 11:43:12 -0700

I've been porting some social network labs to igraph from Pajek, and I've run 
up against an importing error:

> library(igraph)
> g.bio <- 
> read_graph(file="http://people.reed.edu/~ahm/WBBP_MC_PAE.net",format="pajek";)
Error in .Call("R_igraph_read_graph_pajek", file, PACKAGE = "igraph") : 
  At foreign.c:586 : Parse error in Pajek file, line 1 (syntax error, 
unexpected ALNUM), Parse error
> 

Not sure whether this is a bug or an error due to an unimplemented part of 
Pajek files.

Thanks
-Alex
--
Alexander H. Montgomery
Associate Professor, Political Science, Reed College
(503) 517-7395 - address@hidden - http://alexmontgomery.com




reply via email to

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