dgrapov / networkly

network visualization using plotly
http://dgrapov.github.io/networkly
MIT License
12 stars 8 forks source link

hash_plot not found #2

Open PRijnbeek opened 7 years ago

PRijnbeek commented 7 years ago

Hi,

When I follow the instructions and try to run the demo i get:

Warning: Error in get: object 'hash_plot' not found Stack trace (innermost first): 95: get 94: ::: 93: shiny_ly [/Users/Rijnbeek/Documents/GitHub/networkly/R/plotly_network.R#297] 92: [/Library/Frameworks/R.framework/Versions/3.3/Resources/library/networkly/server.R#88] 81: create_network 80: "plotly"::"ggplotly" [/Library/Frameworks/R.framework/Versions/3.3/Resources/library/networkly/server.R#108] 79: func 78: origRenderFunc 77: output$network 2: shiny::runApp 1: networklyShiny [/Users/Rijnbeek/Documents/GitHub/networkly/R/networklyShiny.R#8]

How to solve this?

Thanks

dgrapov commented 7 years ago

This package needs some :heart: and an update. The main unique feature is 3D networks. If you don't care about this then I would recommend using ggnetwork + ggplotly to get a similair 2D network effect. Otherwise I will try to update ~ soon.

dgrapov commented 7 years ago

Looking further into this issue. plotly has been changed significantly since my last update and it probably makes sense to start fresh than to patch, so probability of update is very low 😿