rstudio / chromote

Chrome Remote Interface for R
https://rstudio.github.io/chromote/
156 stars 20 forks source link

Allow for usage on OpenBSD #160

Closed zeloff closed 4 months ago

zeloff commented 4 months ago

Allows using chromote in OpenBSD. Passed all tests except for test-chromote-session.R, which was skipped, saying "chromote not available".

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

zeloff commented 4 months ago

As per the comments above, I'll make two new pull requests with (1) removing is_linux() from chromote.R and (2) creating is_openbsd(). Thanks for looking into this.