Tom-Wolff / ideanet

The IDEANet R package is a suite of convenient tools for social network analysis geared toward students, entry-level users, and non-expert practitioners
6 stars 0 forks source link

Dyad Census and Singular graph warnings #12

Open gabevar opened 1 year ago

gabevar commented 1 year ago

When using marvel data and the simple no nodelist import

load("/Users/gabe/Dropbox/IDEANet/Example Data/marvel/marvel.Rdata")

ideanet::netwrite(i_elements = edges$Source, j_elements = edges$Target, weights = edges$Weight)

I get

Warning: At motifs.c:857 :Dyad census called on undirected graphWarning: At motifs.c:857 :Dyad census called on undirected graphWarning: At motifs.c:857 :Dyad census called on undirected graphWarning: object 'singular_df' not found<

Tom-Wolff commented 1 year ago

Loading the data from the package and running this netwrite call, I'm not getting the same warnings.