dmurdoch
dmurdoch
It would be nice to have a simple way to get the `match_fun` as used in `stringdist_join()` so that a custom `match_fun` could be built using it. For example, this...
The `rgl` package commonly has several widgets in a display that need to communicate with each other. Recently I've added `crosstalk` support, so this will become more common. Older `rgl`...
"unsigned byte" and "unsigned short" should be on separate lines; sometimes they are rendered as ``` unsigned byte unsigned short ``` which is confusing.
### Operating System macOS Catalina 10.15.7 ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) 4.0.0-alpha-2 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Chrome 89.0.4389.82 ### Other driver version (chromedriver 2.27,...
Currently methods like `findElement` are documented in the class help page `?remoteDriver` and in the vignette, but those docs are hard to find quickly. It would be nice if the...
This SO question https://stackoverflow.com/a/71308978/2554330 asks about a couple of error messages from `R CMD check`: ``` N checking S3 generic/method consistency (3.3s) Found the following apparent S3 methods exported but...
I posted an [issue](https://github.com/ropensci/RSelenium/issues/229) for RSelenium, suggesting that `?findElement` should open the `?remoteDriver` web page. But really this is a `roxygen2` suggestion: when it generates the big help page for...
I have run several checks on `rgl` recently, using the maintainer email `[email protected]`. If I run `list_my_checks()` without specifying that email address, `email` defaults to `[email protected]`, which account has been...
Users who install binaries of the package (e.g. on Windows or macOS) will see the email file location on the builder machine by default. This evaluates it at the time...
The help for `install_gitlab` contains this: https://github.com/r-lib/remotes/blob/9355549a6ca30ca5879b63533013ac6d3cd381b0/R/install-gitlab.R#L9-L10 but it doesn't define what `ref` can be. I imagine the same things as for the `ref` arg to `install_git` and related functions...