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.
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.