Joseph Fernando

Results 4 comments of Joseph Fernando

@leeper - Had the same problem. Installed using `remotes::install_github(c("ropensci/tabulizerjars", "ropensci/tabulizer"))` and everything worked fine. Hope the others also had similar success.

Had same issues with line 85. This is how I solved it: first I did: `devtools::install_github(repo = "mkearney/tweetbotornot" )` It bombed out after installing all the dependencies. Then I downloaded...

Same issue on my side. Not able to go via docker. using windows 10 machine. have sought help on stackoverflow: https://stackoverflow.com/questions/77498684/rselenuim-docker-unable-to-connect-to-remote-server-for-firefox ``` system("docker run -d -p 4449:4444 selenium/standalone-firefox") library(RSelenium) remDr

I eventually found a library (https://github.com/lbilli/rib) to work with IBKR API, This thread can be closed.