This function gathers information about the operating system, R version, chromote package version, environment variables, Chrome path, and Chrome arguments. It also verifies the Chrome installation and retrieves its version.
chromote_info()
A list containing the following elements:
The operating system platform.
The version of R.
The version of the chromote package.
The value of the CHROMOTE_CHROME
environment variable.
The path to the Chrome browser.
A vector of Chrome arguments.
The version of Chrome (if verification is successful).
The error message (if verification fails).
A list with the status and output of the Chrome verification.
chromote_info()
#> ---- {chromote} ----
#> System: x86_64-pc-linux-gnu
#> R version: R version 4.4.1 (2024-06-14)
#> chromote: 0.5.1
#>
#> ---- Chrome ----
#> Path: /usr/bin/google-chrome
#> Version: Google Chrome 130.0.6723.69
#> Args: --headless --force-color-profile=srgb --disable-extensions
#> --mute-audio