chromote_info: Show information about the chromote package and Chrome browser
Description
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.
Usage
chromote_info()
Arguments
Value
A list containing the following elements:
os
The operating system platform.
version_r
The version of R.
version_chromote
The version of the chromote package.
envvar
The value of the CHROMOTE_CHROME environment variable.
path
The path to the Chrome browser.
args
A vector of Chrome arguments.
version
The version of Chrome (if verification is successful).
error
The error message (if verification fails).
.check
A list with the status and output of the Chrome verification.