Jeston
Jeston
Thanks for letting me know, this is one i forgot to test. The api seems okay, but something did change. The error is from the `api_instruments_options` function returning more than...
Hi, thanks im glad you enjoy the package. I will work on reenabling the non MFA login. I wanted to get something working quickly and make sure there were no...
After looking at my account settings, i dont see an option to disable MFA, only edit my existing MFA. Unless I am missing something obvious. Can you point me to...
okay, they must be pushing that... so something that people might not know is that the access token you get lasts for quite a while. Ive added the expiration (which...
im planning to push a new branch tonight attached to this issue that will prevent the function from failing if you dont provide an mfa code. Im not going to...
If someone could try this out I would appreciate it.
Are you using the latest github version? I checked this morning and it worked fine for me. Its been a while since I have pushed to CRAN, i will try...
Its the standard connection command. Are you sure you are using the github version? Should say 1.6.9 ```r RH
Yes, that is the easiest way. You will need the devtools package to install it from github. ```r install.packages("devtools") devtools::install_github("jestonblu/RobinHood") ```