AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js
https://adeelk93.github.io/collapsibleTree/
158 stars 41 forks source link

Error with Shiny apps examples 02 03 #2

Closed wmatwijec closed 7 years ago

wmatwijec commented 7 years ago

Thank you for your effort on this. I see these errors when trying the shiny apps.

shiny::runApp(system.file("examples/02shiny", package = "collapsibleTree"))

Listening on http://127.0.0.1:5097 Warning: Error in data.tree::ToListExplicit: unused argument (keepOnly = jsonFields) Stack trace (innermost first):

AdeelK93 commented 7 years ago

Well that's not good! Do you know which version of data.tree you have installed? Perhaps that's out of date?

wmatwijec commented 7 years ago

Yes that was it. I thought so but after sending in the issue. So I updated from .4 to .7 and now both shiny examples are running perfectly. Thanks again for this awesome effort. I can see many uses for this.

Walt

On Wed, Mar 22, 2017 at 4:04 PM, Adeel Khan notifications@github.com wrote:

Well that's not good! Do you know which version of data.tree you have installed? Perhaps that's out of date?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AdeelK93/collapsibleTree/issues/2#issuecomment-288539224, or mute the thread https://github.com/notifications/unsubscribe-auth/AKF-N1xjCVYdbuzfA2J6Y_46SN3PCOAVks5roYzmgaJpZM4Mlzt5 .

AdeelK93 commented 7 years ago

Happy to hear, Walt! Let me know if you run into any more issues or have any suggestions!