Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBrokers hangs R execution environment #3

Open
GoogleCodeExporter opened this issue May 1, 2015 · 0 comments
Open

IBrokers hangs R execution environment #3

GoogleCodeExporter opened this issue May 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

If IBrokers encounters any error, it hangs the RKWard.  Not sure if this is a 
bug in RKWard or IBrokers, but my guess would be IBrokers.

What steps will reproduce the problem?
1. Run the script below in RKWard two times in a row

What is the expected output? What do you see instead?
If you look in the bottom righthand corner it says "R engine busy" in red.  
Functionality such as viewing variable contents no longer works.

What version of the product are you using? On what operating system?
RKWard 0.5.3 on Linux.


Offending script:
library(IBrokers)
tws <- twsConnect()
aapl <- reqHistoricalData(tws, twsEquity("AAPL"), "20100911 16:00:00", barSize 
= "1 min", duration = "1 D")
twsDisconnect(tws)

Original issue reported on code.google.com by [email protected] on 13 Aug 2010 at 3:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant