JohnCoene / sigmajs

Σ sigma.js for R
http://sigmajs.john-coene.com
Other
72 stars 7 forks source link

Error when trying to run sample code to visualize twitter network (twinetwork - book example) #9

Closed tlorusso closed 5 years ago

tlorusso commented 5 years ago

When i try to run the code in the twinetverse-book to create a first visualization (https://twinetbook.john-coene.com/get-started.html#visualise) sigmajs() %>% sg_nodes(nodes, id, size) %>% sg_edges(edges, id, source, target) i get the following error message: Error: Can't bind data because some arguments have the same name . Any idea what could cause this? I've tried on two machines (linux / windows), both runing R 3.4.3. The not twitter - related examples on the main page (http://sigmajs.john-coene.com/) that i've tried out work well. Not sure whether it is a bug or a problem on my side.

tlorusso commented 5 years ago

Found the error! My own fault. Sry.