Jonathan Völkle

Results 7 comments of Jonathan Völkle

The terminal commands are located in a `package.json` file, so if you can add a termial command (`echo hi`) in `package.json` file under `scripts`, like this ```json { "name": "sample",...

Works on Windows 👍

@kitze Only found a few bugs (and things, that obviously do not work), shall I write a list? Update: heres the list: - drag & drop for moving the projects...

Can you try installing the latest version of `wdman` from github? like so: ```R # install.packages("remotes") remotes::install_github("ropensci/wdman") ``` that should fix the issue.

`wdman` is a dependency of `RSelenium`; which had some issues with the latest versions of one of the browser drivers. There is a fix on GitHub, which has not yet...

As mentioned by @dmurdoch, there seems to be an issue with these LICENSE files. Removing them solves the problem temporarily, on Windows they are located in a subdirectory of `AppData\Local\binman_chromedriver`...

Hi @juyeongkim, I can take over maintaining this lovely R package, I use (R)Selenium mostly for webscraping, so this is critical infrastructure for me and my team (had a brief...