I've seen some cool uses of shiny with R to make web applications and wanted to try to learn how to use it myself. I am doing the tutorial right now, but when I get to the Inputs and Outputs part of the tutorial (http://rstudio.github.io/shiny/tutorial/#inputs-and-outputs) I run in to a problem.
Specifically, I am getting an error that says:
Error in .getReactiveEnvironment()$currentContext() : Operation not allowed without an active reactive context. (You tried to do something that can only be done from inside a reactive function.)
I've tried a bunch of different things and searched everywhere online but can't figure out what the problem is. I am running R version 2.15.2 on OS X Version 10.8.3. My default browser is Chrome.
Thanks for the help.