You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the system prompt me below error message, I believed that is because of the createNonReactiveTextInput() and input$symbols doesn't work properly with the shiny input$xxx. Would you look into this? Thank you.
- Quitting from lines 88-89 (test2.Rmd) - Error in input$symbols : $ operator is invalid for atomic vectors- Calls: <Anonymous> ... withCallingHandlers -> withVisible -> eval -> eval -> str- Execution halted
Shiny version :
> devtools::session_info()$platform
setting value
version R version 3.2.3 (2015-12-10)
system x86_64, linux-gnu
ui RStudio (0.99.896)
language (EN)
collate en_US.UTF-8
tz GMT
date 2016-05-04
The text was updated successfully, but these errors were encountered:
englianhu
added a commit
to scibrokes/analyse-the-finance-and-stocks-price-of-bookmakers
that referenced
this issue
May 4, 2016
remarks :
1) app.R inside test5 test the createNonReactiveTextInput() due to #issue systematicinvestor/SIT#20 while test3 stored the completed shiny app
Below is the error :
http://stackoverflow.com/questions/36988554/vector-error-multiple-stocks-by-using-quantmod-on-shiny-web-application
And then I tried to get the relevant functions and using Rmarkdown to test the origin of error...
and the system prompt me below error message, I believed that is because of the
createNonReactiveTextInput()
andinput$symbols
doesn't work properly with the shinyinput$xxx
. Would you look into this? Thank you.Shiny version :
The text was updated successfully, but these errors were encountered: