Closed zx8754 closed 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; }"),
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.