yonicd

Results 167 comments of yonicd

1. MacOS 11.4 (MacBook Pro) 2. `docker run --rm -it -v "$(pwd)":/data datasciencetoolbox/dsatcl2e` (from book instructions [setup](https://www.datascienceatthecommandline.com/2e/chapter-2-getting-started.html#docker-image)) 3. `20210628` FWIW I tried this on a `WinOS 10 w WSL 2`...

I have tried this in the past (added to the PATH in original post), it doesn't seem to work. ```bash $ export R_HOME=/usr/lib/R $ R ERROR: R_HOME ('/usr/lib/R') not found...

thanks for the PR. will take a closer look over the weekend.

Working on the other PR at the moment. This looks good. Once the new version is up I'll weave this PR into it. Thanks!

Had a chance to give it a spin. Overall it looks good. A few things that would need to be updated - [ ] use rstudioapi to capture highlighted text...

1. That is what i meant. to have addin only work on highlighted text. - addins need to be input type specific, ie you can have two addins, one for...

It appears you do not have the expected version of the gecko driver installed that {binman} depends on, which handles requests for [wdman](https://github.com/ropensci/wdman), which in turn backends {RSelenium}, which drives...

That’s good 👍. What version is it? are you able to run this [example](https://github.com/ropensci/wdman/blob/master/R/gecko.R)? ```r gDrv

Regardless though carbonate assumes you are running on a chrome driver. I don’t think it would run on a gecko. https://github.com/yonicd/carbonate/blob/master/R/selenium_functions.R

Looks right. I’m away from a computer for the week. I’ll be able to dive deeper on the weekend. Your original error is weird. Seems like wdman downloaded the chrome...