Tried renderchart2 to overcome an issue with shiny and rcharts but getting the follwoing error:
Loading required package: RCurl
Loading required package: bitops
Error in loadNamespace(name) : there is no package called ‘reshape2’
Calls: runApp ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
My deployment is in AWS and the examples packages are working a charm in /srv/...
Considering it is a copy paste job from https://github.com/ramnathv/rChartsShiny/tree/gh-pages/rChartOECD why is reshape2 casuing an error?