networkdata icon indicating copy to clipboard operation
networkdata copied to clipboard

Can't find function "show_networks"

Open cc50liu opened this issue 3 years ago • 1 comments

When I call

show_networks(type = "directed")

I receive

Error in show_networks() : could not find function "show_networks"

despite the fact that I have installed networkdata and called library(networkdata). If I call

networkdata::show_networks()

I receive

Error: 'show_networks' is not an exported object from 'namespace:networkdata'

Any suggestions for how to work around this?

cc50liu avatar Mar 17 '22 08:03 cc50liu

I removed the function a while back nut apparently there was some residue code left. The function should now completely gone. I will add it back in an upcoming release when I have fixed some issues with it.

schochastics avatar Mar 17 '22 11:03 schochastics