oncogenetics / LocusExplorer

An interactive graphical illustration of genetic associations and their biological context
MIT License
14 stars 15 forks source link

R3.6 Final plots: Cannot open the connection #53

Closed zx8754 closed 9 years ago

zx8754 commented 9 years ago

Might be dupilcate of #49

Again probably related to “Source” vs “source”. This time, “Source” seems to be required. After changing this in “server.R”, it works.

zx8754 commented 9 years ago

Typo "s" to "S", fixed.

Below added to hide error messages.

#hide red error messages
tags$style(type="text/css",
           ".shiny-output-error { visibility: hidden; }",
           ".shiny-output-error:before { visibility: hidden; }"),