cywhale: data is the DAX index loaded from 'quandl' and r is the daily log return calculated fromthe DAX data, containing Date, Open Price, ClosePrice, and so on. i put them in the reactive variable 'data', i.e., i make a list to contain thevariables i need in 'data'. In my computer, i can use data()$r to call the log return in the reactive variable 'data'. The negative sign represents the 'negative' log return. i'll check it later,and thanks for replying:)I have just checked the problem and the data()$rworks fine as usual. Maybe u can re-confirm if the quandl function works. Many thanks:)
ya.. the issue is my fault when try andIt' ok to use cluster and get result on shiny-serveron linux, but I got troubles to deploy shinyapps.ioAt least, I have no error runing code on shiny-server(and also no error on local computer). What messagewhen your app crash and press F-12 & select "console"
Maybe I mixed up the definition of the "shiny server" and the "shiny apps.io", sorry about that. What I mean "shiny server" in the article is the "shiny apps.io". I'll fix it as soon as possible.I can run my app locally but run into trouble onshinyapps.io. Anyways, thanks a lot:)I may give it a shot using your method to see ifI can get any warning message.
I deploy it:https://cywhale.shinyapps.io/test_rugarchbut only no error if I change code to:cluster = makePSOCKcluster(4). If using (10),it crashand got error: server responded with a status of 500