→ naturalsmen: 補充:灰屏沒有顯示任何警告或錯誤訊息 12/19 11:47
→ naturalsmen: 啊範例程式的ugarchroll忘了加cluster進去 晚點修改 12/19 11:57
→ naturalsmen: 抱歉 12/19 11:57
→ cywhale: and what you mean "data = -data()$r" ? 12/19 13:18
→ cywhale: Igot "Error in -data()$r : invalid argument to unary" 12/19 13:19
→ naturalsmen: cywhale: data is the DAX index loaded from 'quand 12/19 14:10
→ naturalsmen: l' and r is the daily log return calculated from 12/19 14:10
→ naturalsmen: the DAX data, containing Date, Open Price, Close 12/19 14:10
→ naturalsmen: Price, and so on. i put them in the reactive var 12/19 14:10
→ naturalsmen: iable 'data', i.e., i make a list to contain the 12/19 14:10
→ naturalsmen: variables i need in 'data'. In my computer, i ca12/19 14:10
→ naturalsmen: n use data()$r to call the log return in the reac12/19 14:10
→ naturalsmen: tive variable 'data'. The negative sign represent12/19 14:10
→ naturalsmen: s the 'negative' log return. i'll check it later,12/19 14:10
→ naturalsmen: and thanks for replying:)12/19 14:10
※ 編輯: naturalsmen (42.70.107.229), 12/19/2015 15:00:33
→ naturalsmen: I have just checked the problem and the data()$r 12/19 16:36
→ naturalsmen: works fine as usual. Maybe u can re-confirm if t 12/19 16:36
→ naturalsmen: he quandl function works. Many thanks:) 12/19 16:36
推 cywhale: ya.. the issue is my fault when try and 12/19 17:30
→ cywhale: It' ok to use cluster and get result on shiny-server 12/19 17:31
→ cywhale: on linux, but I got troubles to deploy shinyapps.io 12/19 17:32
→ cywhale: At least, I have no error runing code on shiny-server 12/19 17:32
→ cywhale: (and also no error on local computer). What message 12/19 17:34
→ cywhale: when your app crash and press F-12 & select "console" 12/19 17:35
→ naturalsmen: Maybe I mixed up the definition of the "shiny ser 12/19 21:02
→ naturalsmen: ver" and the "shiny apps.io", sorry about that. W 12/19 21:02
→ naturalsmen: hat I mean "shiny server" in the article is the " 12/19 21:02
→ naturalsmen: shiny apps.io". I'll fix it as soon as possible. 12/19 21:02
→ naturalsmen: I can run my app locally but run into trouble on 12/19 21:02
→ naturalsmen: shinyapps.io. Anyways, thanks a lot:) 12/19 21:02
→ naturalsmen: I may give it a shot using your method to see if 12/19 21:04
→ naturalsmen: I can get any warning message. 12/19 21:04
hey, thanks for the advice. i just got these messages:
http://imgur.com/8zYVcMo
※ 編輯: naturalsmen (114.43.220.140), 12/19/2015 22:13:29
→ cywhale: but only no error if I change code to: 12/19 23:18
→ cywhale: cluster = makePSOCKcluster(4). If using (10),it crash 12/19 23:20
→ cywhale: and got error: server responded with a status of 500 12/19 23:26
→ naturalsmen: so maybe it's due to the constraints as a free 12/20 00:03
→ naturalsmen: user? 12/20 00:04