-
Notifications
You must be signed in to change notification settings - Fork 75
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
Error: Attempt to access value of element 'PX_VOLUME'(type: 'Float64') as 'Int32' type #207
Comments
is this set? in your options? |
Please just use
If you build from the current sources, you also get a new option:
|
@armstrtw That option is not in the CRAN version 0.3.5. And I don't think we put a new binary into the drat repository. |
Right. I'm going with VOLUME for now. The 'int.as.double' option looks like a good solution. |
Would an interim (Windows) binary for the current GitHub code base help? |
Wow, that would be wonderful. Thank you for considering it. |
I just pushed it to the ghrr drat. You should be able to get via install.packages("drat") # easier repo access + creation
drat:::add("ghrr") # make it known
install.packages("Rblpapi") # install it and that should get you 0.3.5.1 which is ahead of CRAN by that very |
Thank you! I just confirmed that this solution works. |
I believe this is related to #172 which has been fixed for 'VOLUME' but continues to fail with 'PX_VOLUME'.
The problem can be reproduced the same way in Rblpapi 0.3.5 on Windows:
The text was updated successfully, but these errors were encountered: