has_homebrew() checks whether Homebrew is installed on this machine. Although most functions in this package allow the path to Homebrew's brew command to be specified, this function only checks whether brew exists in the system's path.

has_homebrew()

Value

A logical value indicating whether Homebrew could be found

See also

https://brew.sh for installation instructions

Examples

has_homebrew()
#> [1] TRUE