AntoineGuillot2 / D3partitionR

R package to visualise interactively hierarchical data.
http://enhancedatascience.com/2017/09/20/d3partitionr-0-5-beta/
40 stars 7 forks source link

D3partitionR chart not working on shiny server ,but working in shinylocally #23

Closed GRMK11 closed 5 years ago

GRMK11 commented 5 years ago

D3partitionchart working fine in shiny locally but on shiny server I am getting the folowwing eror,please help me on this issue Warning: Error in [.data.table: SETLENGTH() cannot be applied to an ALTVEC object. 113: [.data.table 109: split.data.table 107: df_to_nest 106: compile_D3_partitionR 105: plot.D3partitionR 103: function_list[[k]] 101: freduce 100: _fseq 99: eval 98: eval 96: %>% 95: func [/home/mykampaign/R/ShinyApps/Segmentation/server.R#25] 82: origRenderFunc 81: output$D 1: runApp Thanks in Advance, Manohar

GRMK11 commented 5 years ago

Problem with the older version of data.table package.updating data.table package to higher version(1.11.6) resolved the issue.