brew_version() returns version info about Homebrew, core formulae, and
casks.
brew_version(...)
| ... | Arguments passed on to
|
|---|
A named list containing the following items:
homebrewString describing the version of Homebrew
coreString describing git commit info for core formulae
caskString describing git commit info for casks, if tapped
Version information for installed packages can be retrieved with
brew_list()
if (FALSE) { brew_version() }