We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function find_chrome() use the following code for find chrome in system:
find_chrome()
chromote/R/chrome.R
Line 64 in fcc2f0d
But, on archlinux and whatever system which use AUR repository have 3 alternatives to install chrome: google-chrome-stable, google-chrome-beta and google-chrome-unstable. Unfortunately, none of these versions match the name google-chrome.
google-chrome
Sys.which("google-chrome-stable") #> google-chrome-stable #> "/usr/bin/google-chrome-stable"
Created on 2022-06-04 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Function
find_chrome()
use the following code for find chrome in system:chromote/R/chrome.R
Line 64 in fcc2f0d
But, on archlinux and whatever system which use AUR repository have 3 alternatives to install chrome: google-chrome-stable, google-chrome-beta and google-chrome-unstable. Unfortunately, none of these versions match the name
google-chrome
.Created on 2022-06-04 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: