NESCent / MINOTAUR

Multivariate vIsualisatioN and OuTlier Analysis Using R
13 stars 6 forks source link

warning messages when i launch shiny app #3

Closed casalott closed 8 years ago

casalott commented 9 years ago

I get this error when I open the app. I also noticed there are two places where functions are being required (in Deploy.R and Server.R). Should we consolidate?

Listening on http://127.0.0.1:3645 Loading required package: rCharts Loading required package: rHighcharts Warning in run(timeoutMs) : there is no package called ‘rCharts’ Warning in run(timeoutMs) : there is no package called ‘rHighcharts’ Loading required package: rCharts Loading required package: rHighcharts Loading required package: MASS Loading required package: RColorBrewer Loading required package: ggplot2 Need help? Try the ggplot2 mailing list: http://groups.google.com/group/ggplot2. Loading required package: hexbin Warning in run(timeoutMs) : there is no package called ‘rCharts’ Warning in run(timeoutMs) : there is no package called ‘rHighcharts’

darencard commented 9 years ago

We could, but based on the current plots we have, there is no need for rCharts, rHighcharts, or even ggplot2. These were all intractable with the amount of data we were using. I wasn't receiving this error because I had manually installed them outside the Shiny app, but even when commenting these out, I get no errors.

Also seeing that our little checks to have missing packages installed don't seem to be working, at least for me. This is both in the main Deploy.R and server.R scripts, but also in others (like mhtCirclePlot.R). We should probably make a standalone script that checks for dependencies and installs them, or I guess this could be done upon installation of the package, like it is with other packages I've seen.

darencard commented 8 years ago

Packages not needed and warnings resolved.